index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2024-10-31
Remove unused field from SubPlanState struct
David Rowley
2024-10-30
Fix bug in nbtree array primitive scan scheduling.
Peter Geoghegan
2024-10-30
Replicate generated columns when specified in the column list.
Amit Kapila
2024-10-29
Unpin buffer before inplace update waits for an XID to end.
Noah Misch
2024-10-29
doc: Add better description for rewrite functions in event triggers
Michael Paquier
2024-10-28
Unify src/common/'s definitions of MaxAllocSize.
Tom Lane
2024-10-28
Set query ID for inner queries of CREATE TABLE AS and DECLARE
Michael Paquier
2024-10-25
Make table_scan_bitmap_next_block() async-friendly
Melanie Plageman
2024-10-25
Move EXPLAIN counter increment to heapam_scan_bitmap_next_block
Melanie Plageman
2024-10-25
For inplace update, send nontransactional invalidations.
Noah Misch
2024-10-25
Refactor code converting a publication name List to a StringInfo
Michael Paquier
2024-10-24
Add functions pg_restore_relation_stats(), pg_restore_attribute_stats().
Jeff Davis
2024-10-24
Support configuring TLSv1.3 cipher suites
Daniel Gustafsson
2024-10-24
Raise the minimum supported OpenSSL version to 1.1.1
Daniel Gustafsson
2024-10-24
Add 'no_error' argument to pg_wal_replay_wait()
Alexander Korotkov
2024-10-24
Refactor WaitForLSNReplay() to return the result of waiting
Alexander Korotkov
2024-10-24
Move LSN waiting declarations and definitions to better place
Alexander Korotkov
2024-10-24
Avoid looping over all type cache entries in TypeCacheRelCallback()
Alexander Korotkov
2024-10-24
Track more precisely query locations for nested statements
Michael Paquier
2024-10-23
Fix typo in tidstore.h.
Masahiko Sawada
2024-10-23
Make SASL max message length configurable
Daniel Gustafsson
2024-10-22
Add functions pg_set_attribute_stats() and pg_clear_attribute_stats().
Jeff Davis
2024-10-22
Change pg_*_relation_stats() functions to return type to void.
Jeff Davis
2024-10-22
Fix C23 compiler warning
Peter Eisentraut
2024-10-20
SQL/JSON: Fix some oversights in commit b6e1157e7
Amit Langote
2024-10-19
Fix comment about pg_authid.
Tom Lane
2024-10-18
Optimize nbtree backwards scans.
Peter Geoghegan
2024-10-17
Improve ThrowErrorData() comments for use with soft errors.
Jeff Davis
2024-10-17
Improve node type forward reference
Peter Eisentraut
2024-10-17
Don't store intermediate hash values in ExprState->resvalue
David Rowley
2024-10-16
Normalize nbtree truncated high key array behavior.
Peter Geoghegan
2024-10-15
Add type cast to foreach_internal's loop variable.
Nathan Bossart
2024-10-15
Move clause_sides_match_join() into restrictinfo.h
David Rowley
2024-10-15
Add contrib/pg_logicalinspect.
Masahiko Sawada
2024-10-15
Move SnapBuild and SnapBuildOnDisk structs to snapshot_internal.h.
Masahiko Sawada
2024-10-14
Remove obsolete comment in reorderbuffer.h.
Masahiko Sawada
2024-10-14
Track scan reversals in MergeJoin
Peter Eisentraut
2024-10-14
Track sort direction in SortGroupClause
Peter Eisentraut
2024-10-14
Remove traces of BeOS.
Peter Eisentraut
2024-10-11
Create functions pg_set_relation_stats, pg_clear_relation_stats.
Jeff Davis
2024-10-11
Avoid mixing custom and OpenSSL BIO functions
Daniel Gustafsson
2024-10-11
Add pg_ls_summariesdir().
Nathan Bossart
2024-10-10
Unbreak overflow test for attinhcount/coninhcount
Álvaro Herrera
2024-10-10
Improve descriptions of some pg_stat_checkpoints functions in pg_proc.dat.
Fujii Masao
2024-10-08
Introduce two fields in EState to track parallel worker activity
Michael Paquier
2024-10-08
Add min and max aggregates for bytea type.
Tom Lane
2024-10-08
Use aux process resource owner in walsender
Andres Freund
2024-10-08
bufmgr/smgr: Don't cross segment boundaries in StartReadBuffers()
Andres Freund
2024-10-08
Use an shmem_exit callback to remove backend from PMChildFlags on exit
Heikki Linnakangas
2024-10-08
Add REJECT_LIMIT option to the COPY command.
Fujii Masao
[next]