postgres.git / summary / log
2026-08-26 4d9224a436f0 Fix crash in subscription refresh on concurrent relation drop.
Masahiko Sawada
2026-08-26 4f0af2635be7 Close relations opened specifically for AFTER triggers
David Rowley
2026-08-26 b259ece92a95 Fix registering shmem callbacks in single-user mode
Heikki Linnakangas
2026-08-26 4680f32d333d Skip relations dropped concurrently in GetSubscriptionRelations().
Amit Kapila
2026-08-26 dc8628e55d44 doc: Update REPACK-related table rewrite documentation
Fujii Masao
2026-08-25 31ad154242e2 Fix crash on trying to expand a shared memory hash table
Heikki Linnakangas
2026-08-25 77027b347cf9 Further cleanup related to statistics import support in postgres_fdw.
Etsuro Fujita
2026-08-25 2c654c4ea1b6 Fix incorrect cast in Assert
David Rowley
2026-08-25 d446ca2c459c Don't assume DISTINCT ON implies uniqueness when the tlist has SRFs
Richard Guo
2026-08-24 d6e4e22e9143 Align random test function parameters in test_bitmapset
David Rowley
2026-08-24 5ce1cf485c23 ltree/crc32.c: fix fragile code.
Jeff Davis
2026-08-24 c96cd80d6055 pg_locale.c: add explanatory comments.
Jeff Davis
2026-08-24 3b984ab52a4e Add C test function for pg_locale.h APIs.
Jeff Davis
2026-08-24 250942b0d821 Fix untranslatable message that was pasted together at run time
Peter Eisentraut
2026-08-23 165aa5040a02 Allow an aggregate's planner support function to be set via CREATE AGGREGATE.
Tom Lane
2026-08-22 b13fd2899880 Fix GIN posting tree page deletion with incomplete splits.
Peter Geoghegan
2026-08-22 268958a2e5fe Track RI fast-path FK-check batches per subtransaction
Amit Langote
2026-08-22 051be721d02a Doc: fix typo
David Rowley
2026-08-21 c7e34c31e844 Fix error code for null FOR PORTION OF target
Peter Eisentraut
2026-08-21 c63b210ed34d Fix typos in comments.
Etsuro Fujita
2026-08-21 2b0d50e39c58 psql: Do not let invalid \getresults affect the next query
Fujii Masao
2026-08-21 c06bf14e87c0 Attempt to stabilize plan of self-join test in tidscan.sql
David Rowley
2026-08-20 ca99016f939d Fix snapshot import xmin ProcArrayLock bug.
Peter Geoghegan
2026-08-20 86ed13547589 test_aio: Fix broken error recovery assertions in 001_aio
Michael Paquier
2026-08-20 3849ce5b3094 hashtext: fix fragile code.
Jeff Davis
2026-08-20 5e9d23f98cc1 Ensure all pg_locale.h APIs work with collate_is_c.
Jeff Davis
2026-08-20 d85a2590075f Skip bogus find_composite_type_dependencies() call on sequences
Heikki Linnakangas
2026-08-20 d2a710c7e9e0 Track RI fast-path FK-check batches per firing cycle
Amit Langote
2026-08-20 28f9c5b5777b Unify error messages
Peter Eisentraut
2026-08-20 3861984342d8 Fix postmaster failing to exit when startup crashes during crash restart
Michael Paquier
2026-08-20 f3a52a229ade Restore after-trigger firing context at subtransaction end
Amit Langote
2026-08-20 2a2076da1407 Reject too many arguments in CREATE TRIGGER
Michael Paquier
2026-08-19 29f7881a5fdb GiST: Invalidate killed items consistently.
Peter Geoghegan
2026-08-19 c684d98c3da7 pg_locale.c, unicode_case.c: use size_t for iteration.
Jeff Davis
2026-08-19 adf440cbe699 Fix GIN multiple-VACUUM-scans pending list bug.
Peter Geoghegan
2026-08-19 6ee9a8b398c0 Fix GIN VACUUM posting tree root split bug.
Peter Geoghegan
2026-08-19 9bb8e16bd53e Tighten ACL check in repack_is_permitted_for_relation()
Álvaro Herrera
2026-08-19 abca12838fef Give RI fast-path cached FmgrInfos their own memory context
Amit Langote
2026-08-19 18a15b967380 Don't free fast-path FK metadata from the inval callback
Amit Langote
2026-08-19 ca86b45adddc Message wording fix
Peter Eisentraut
2026-08-19 b6b1f89847f7 Message style fixes
Peter Eisentraut
2026-08-19 e3ad751e1f43 psql: Fix psql slash option leaks
Fujii Masao
2026-08-19 e793e51abab3 psql: Avoid returning oom_buffer from psql slash option scanner
Fujii Masao
2026-08-19 9d4505b7f826 psql: Avoid returning oom_buffer from psql slash command scanner
Fujii Masao
2026-08-19 4a710d68871c Fix relcache reference leak when decoding TRUNCATE
Michael Paquier
2026-08-19 db0f6dd80a03 Report single-page checksum failures in pg_stat_database
Michael Paquier
2026-08-18 fe06b9b5bd61 Defend against null "SV *" pointers in plperl modules.
Tom Lane
2026-08-18 1d28812160d4 Stabilize the FORCE drop test for online data checksums
Daniel Gustafsson
2026-08-18 c61c3ec40cb8 Minor test suite cleanup
Daniel Gustafsson
2026-08-18 0907112d3882 basebackup: do not verify checksums on pages from before enabling
Daniel Gustafsson
[prev] [next]