postgres.git / summary / log
2026-09-25 16a104073d01 Declare variable-length catalog columns as [] rather than [1]
Peter Eisentraut
2026-09-25 e27f3b2cad77 Remove duplicate definition of the compressed varlena header
Michael Paquier
2026-09-24 2c10c2ce4d7b Silence another "may be used uninitialized" compiler warning.
Tom Lane
2026-09-24 df3978c2340d Convert SISeg->maxMsgNum to an atomic variable.
Nathan Bossart
2026-09-24 25217d91b1a2 Use unsigned integers for sinval message numbers.
Nathan Bossart
2026-09-24 7a7f60616136 Add a range check on the sequence index from the publisher.
Masahiko Sawada
2026-09-24 8be38b238a61 Don't fully empty GIN pending list in parallel autovacuum workers.
Masahiko Sawada
2026-09-24 92616429093e Suppress -Wshadow=local warnings in REG_DEBUG code.
Tom Lane
2026-09-24 2c6f2c5e1778 Revert "JSON_TABLE: propagate table-level ON ERROR to columns per SQL standard"
Alexander Korotkov
2026-09-24 4e277b424a53 Fix ShmemInitStruct() reattachment in single-user mode
Heikki Linnakangas
2026-09-24 89829354de1b Fix assertion in pg_get_shmem_pagesize() in single-user mode
Heikki Linnakangas
2026-09-24 2cdd1950f28c Ensure ExecutorCheckPerms_hook is called from RI fast path
Amit Langote
2026-09-24 46024c573bcb Wait for transactions of an initial decoding snapshot to commit
Álvaro Herrera
2026-09-24 3ee0edb9169f Use warning option -Wshadow=local
Peter Eisentraut
2026-09-24 4545cee303c2 Forbid pg_get_multixact_stats() during recovery
Michael Paquier
2026-09-23 d9de60c5e47a Allocate pgstats entry body before insert into shared hashtable
Michael Paquier
2026-09-23 5d84c76021cb Add VM corruption check to verify_heapam()
Melanie Plageman
2026-09-23 bd2aebd7a7fe doc: Clarify phase descriptions of pg_stat_progress_repack.
Masahiko Sawada
2026-09-23 4a2f5533f3ce Correct on-access VM setting heuristic
Melanie Plageman
2026-09-23 374522aa63af Fix incorrect block accounting in TID Range Scans
David Rowley
2026-09-23 cff329240bae doc: Fix example output for format()
Daniel Gustafsson
2026-09-23 74b89f8f968d doc: Mention oid8 TOAST values in the limits appendix
Michael Paquier
2026-09-23 a1c37421a870 Clean up usage of hash_any() and hash_any_extended()
John Naylor
2026-09-23 85f55534e80b Fix concurrent delete handling in MERGE ... WHEN NOT MATCHED BY SOURCE.
Dean Rasheed
2026-09-23 9bfdcfbfcf98 Fix alignas placement in GinTuple
Peter Eisentraut
2026-09-23 dca73f7dd03d Fix sequence synchronization failure on a concurrent refresh.
Amit Kapila
2026-09-22 07c73f45063f Avoid replay cleanup locks for freeze-only and VM-only records
Melanie Plageman
2026-09-22 d8516db39dfa Assert correct VM page passed to pruning
Melanie Plageman
2026-09-22 09a579abaca8 Convert SharedFileSet->refcnt to an atomic variable.
Nathan Bossart
2026-09-22 ee97eef695e8 Convert Sharedsort's worker counters to atomic variables.
Nathan Bossart
2026-09-22 cb4a03db9ed7 Convert PROC_HDR->startupBufferPinWaitBuf to an atomic variable.
Nathan Bossart
2026-09-22 802bf7cbfc6f Silence warnings about unused global variables
Peter Eisentraut
2026-09-22 b1ec662ec189 Convert ParallelBitmapHeapState->state to an atomic variable.
Nathan Bossart
2026-09-22 e8a3ee5b1974 Improve error code and messages for some SQL-reachable code paths
Michael Paquier
2026-09-22 77f54eb07488 pg_upgrade: Check for arrays over system types with auto-assigned OIDs
John Naylor
2026-09-21 d39fda1cc404 Simplify abbreviated key hashing during cardinality estimation
John Naylor
2026-09-20 9e17d25e79d4 Attempt to fix test interference from foreign_key opfamily test
Amit Langote
2026-09-19 e73841ffbcee JSON_TABLE: propagate table-level ON ERROR to columns per SQL standard
Alexander Korotkov
2026-09-19 a8bb1a77795b Fix join removal when Vars reference the removed join via its alias
Richard Guo
2026-09-19 bee81f786462 Fix preprocessing of PHV copies pushed down into subqueries
Richard Guo
2026-09-19 ab713cdcdbfd Fix PASSING of toasted text values in JSON query functions
Michael Paquier
2026-09-19 c62b330912e2 Invalidate RI fast-path metadata on operator family changes
Amit Langote
2026-09-19 a3f4fc5bacc8 Add test for logical decoding with an oid8 TOAST table and OID > 2^32
Michael Paquier
2026-09-19 2c45694a240e Fix RI fast-path permission checks
Amit Langote
2026-09-18 7b879c485243 Check that oldestXID and oldestMulti are consistent at pg_upgrade
Heikki Linnakangas
2026-09-18 484b3e1d83ee Remove unused columns from pg_upgrade's query
Heikki Linnakangas
2026-09-18 bb1e3e47562a Fix memory leak in pgoutput with streamed prepared transactions.
Masahiko Sawada
2026-09-18 32872d0c9790 Use default limitOption in subquery generated for MIN/MAX index scan.
Tom Lane
2026-09-18 dc5f8cb93467 Tighten definition of ON CONFLICT arbiter index equivalence
Álvaro Herrera
2026-09-18 311df1dc0392 Fix SHMEM_ATTACH_UNKNOWN_SIZE when the shmem area doesn't exist
Heikki Linnakangas
[next]