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
Age
Commit message (
Expand
)
Author
2025-04-29
Fix assertion failure during decoding from synced slots.
Amit Kapila
2025-04-29
pg_verifybackup: Message style improvements
Peter Eisentraut
2025-04-29
test_slru: Fix incorrect format placeholders
Peter Eisentraut
2025-04-29
Doc: Specify the interaction of publish_generated_columns with column list.
Amit Kapila
2025-04-28
Add maintenance_io_concurrency flag to some read stream users
Melanie Plageman
2025-04-28
Fix obsolete nbtree array advancement comment.
Peter Geoghegan
2025-04-28
Make NULL tuple values always advance skip arrays.
Peter Geoghegan
2025-04-28
Fix pg_dump for inherited validated not-null constraints
Álvaro Herrera
2025-04-28
pg_combinebackup: Message style improvements
Peter Eisentraut
2025-04-28
Restore comments in ChangeVarNodesExtended()
Alexander Korotkov
2025-04-28
Fix xmin advancement during fast_forward decoding.
Amit Kapila
2025-04-28
Remove circular #include's between wait_event.h and wait_event_types.h
Michael Paquier
2025-04-27
Disallow removing placeholders during Self-Join Elimination.
Alexander Korotkov
2025-04-27
Remove inappropriate inclusions of c.h and postgres_fe.h.
Tom Lane
2025-04-27
Don't use double-quotes in #include's of system headers, redux.
Tom Lane
2025-04-27
Remove circular #include's between plpython.h and plpy_util.h.
Tom Lane
2025-04-27
Don't use double-quotes in #include's of system headers.
Tom Lane
2025-04-26
Eliminate divide in new fast-path locking code
David Rowley
2025-04-26
Match parameter in new function to earlier equivalents
John Naylor
2025-04-26
doc: improve wording of vacuum_max_eager_freeze_failure_rate
Bruce Momjian
2025-04-25
aio: Improve debug logging around waiting for IOs
Andres Freund
2025-04-25
Fix bug allowing io_combine_limit > io_max_combine_combine limit
Andres Freund
2025-04-25
aio: Fix crash potential for pg_aios views due to late state update
Andres Freund
2025-04-25
Fix incorrect format placeholders
Peter Eisentraut
2025-04-25
Fix terminology in comment and message
Peter Eisentraut
2025-04-25
Small code consistency improvement
Peter Eisentraut
2025-04-25
Fix typo in test file name added in commit 4909b38af0.
Amit Kapila
2025-04-25
doc: remove unnecessary secondary index terms for replication settings.
Fujii Masao
2025-04-25
doc: simplify new EXPLAIN ANALYZE BUFFERS description
Bruce Momjian
2025-04-24
psql: Fix assertion failures with pipeline mode
Michael Paquier
2025-04-24
Add sanity check for dshash entries when reading pgstats file
Michael Paquier
2025-04-23
Avoid possibly-theoretical OOM crash hazard in hash_create().
Tom Lane
2025-04-23
oauth: Support Python 3.6 in tests
Jacob Champion
2025-04-23
Maintain RelIdToTypeIdCacheHash in TypeCacheOpcCallback()
Alexander Korotkov
2025-04-23
Properly prepare varinfos in estimate_multivariate_bucketsize()
Alexander Korotkov
2025-04-23
Change the names generated for child foreign key constraints.
Tom Lane
2025-04-23
Allocate JsonLexContexts on the heap to avoid warnings
Daniel Gustafsson
2025-04-23
psql: Rework TAP routine psql_fails_like() to define WAL sender context
Michael Paquier
2025-04-23
Fix an oversight in 3f28b2fcac.
Amit Kapila
2025-04-23
Remove assertion based on pending_since in pgstat_report_stat()
Michael Paquier
2025-04-22
Re-enable SSL connect_fails tests, and fix related race conditions.
Tom Lane
2025-04-22
Avoid depending on post-UPDATE row order in float4/float8 tests.
Tom Lane
2025-04-22
gen_node_support.pl: improve error message for unclosed struct.
Tom Lane
2025-04-22
doc: Mention naming convention used by injection points
Michael Paquier
2025-04-22
Doc: reword text explaining the --maintenance-db option
David Rowley
2025-04-22
Rename injection point for invalidation messages at end of transaction
Michael Paquier
2025-04-21
Doc: various fixups
David Rowley
2025-04-21
Doc: fix incorrect punctuation
David Rowley
2025-04-21
Fix INITCAP() word boundaries for PG_UNICODE_FAST.
Jeff Davis
2025-04-21
Use the same cmd_context throughout a walsender's lifetime.
Tom Lane
[next]