postgres.git / summary / log
2026-09-14 6e70bef24e48 Fix ignored return value in test code
Daniel Gustafsson
2026-09-14 f7700080dc4c Update FSM in COPY FREEZE replay
Melanie Plageman
2026-09-14 3245795e13c4 Handle no-op visibility map set during redo
Melanie Plageman
2026-09-14 bad8829872d4 Fix parallel GIN index build with keys larger than 65535 bytes
Peter Eisentraut
2026-09-14 47f0fa62c00d Avoid setting pd_prune_xid when inserting frozen tuples
Melanie Plageman
2026-09-14 bd1244343332 Describe special values in more GUC descriptions.
Nathan Bossart
2026-09-14 6547a2f6cccf Don't log page zeroing when checksum failures are ignored
Daniel Gustafsson
2026-09-14 cffb4d8bd65e Fix abort and launcher state resets in data checksums launcher
Daniel Gustafsson
2026-09-14 9a45131b7cf3 Improve error message for checksum state in pg_upgrade
Daniel Gustafsson
2026-09-14 3954d740c487 Fix enum value visibility for data_checksums
Daniel Gustafsson
2026-09-14 2bd7519a8150 doc: Documentation updates for online checksums
Daniel Gustafsson
2026-09-14 724477d67e23 pg_combinebackup: Refuse mixed data checksum states in a backup chain
Daniel Gustafsson
2026-09-14 227f8ea19a6b pg_rewind: Check the data checksum states of source and target
Daniel Gustafsson
2026-09-14 3e70c527cc39 pg_checksums: Refuse interrupted transitions, note change is local
Daniel Gustafsson
2026-09-14 b52a1c2c8a6a Do not adopt data checksum state from another node during replay
Daniel Gustafsson
2026-09-14 a23ab4862cfe Rename the WAIT FOR command to WAIT in the documentation
Alexander Korotkov
2026-09-14 6c44473c2dee Fix timeout overflow in WAIT FOR LSN
Alexander Korotkov
2026-09-14 3ca4abd60ce3 postgres_fdw: Disable attribute statistics import from pre-9.1 servers.
Etsuro Fujita
2026-09-14 9d0adee87688 Don't let JSON constructor coercions block SQL function inlining
Richard Guo
2026-09-14 e17df18a811e Fix const-folding of JSON constructors inside a simple CASE
Richard Guo
2026-09-14 92aaf50e230a Fix attribute name of pg_stat_get_backend_subxact()
Michael Paquier
2026-09-14 4b4b5eae90e5 doc: Mention REPACK in description of reloption toast_value_type
Michael Paquier
2026-09-14 7056ed4663f5 Disallow SET UNLOGGED for tables in a publication's EXCEPT clause.
Amit Kapila
2026-09-14 e28cf96e9351 Fix stale copies of PHVs in subqueries
Richard Guo
2026-09-14 1cd8669179f4 Check that a promoted standby keeps its 8-byte OID counter
Michael Paquier
2026-09-14 4000ab1decb6 Switch pg_column_toast_chunk_id() return value from oid to oid8
Michael Paquier
2026-09-14 072d4c424057 Refactor some TOAST value ID code to use Oid8 instead of Oid
Michael Paquier
2026-09-13 0c5d6269614e Fail REPACK in presence of !indisready indexes
Álvaro Herrera
2026-09-12 8c7a74c3239c Re-read standby LSN after recovery ends
Alexander Korotkov
2026-09-12 d61f9c90f2ef Wake primary_flush waiters after implicit WAL flushes
Alexander Korotkov
2026-09-12 e0c160c30726 Prevent WAIT FOR LSN from deadlocking recovery on held locks
Alexander Korotkov
2026-09-12 7a0aa99e51c7 Revert "Use -isystem for LLVM include directories"
Peter Eisentraut
2026-09-12 704ef84ef232 Use -isystem for LLVM include directories
Peter Eisentraut
2026-09-12 512d3e8919b6 Make on-access pruning pin visibility map before locking heap page
Melanie Plageman
2026-09-12 ce420353fab9 doc: Fix output column name for pg_stat_get_backend_subxact()
Michael Paquier
2026-09-11 237176b79515 Fix option argument lookup in in-tree getopt_long().
Nathan Bossart
2026-09-11 61aa17b92eab Fix optional-argument handling in in-tree getopt_long().
Nathan Bossart
2026-09-11 3a3524e9acf4 Fix logical decoding to ignore updates without a new tuple.
Masahiko Sawada
2026-09-11 7164dcb66532 Fix heap_update() ignoring TABLE_UPDATE_NO_LOGICAL for TOAST tuples.
Masahiko Sawada
2026-09-11 6a1c1102c4a3 pg_ctl: Error out on Windows-only options on other platforms
Peter Eisentraut
2026-09-11 4e108ce790ec Remove unused global variables
Peter Eisentraut
2026-09-11 962e0a723a2d Revert "Don't try to re-order the subcommands of CREATE SCHEMA".
Tom Lane
2026-09-11 f1920437cd42 Revert "Support more object types within CREATE SCHEMA".
Tom Lane
2026-09-11 c1c5d28f4a2d Disallow REPACK (CONCURRENTLY) when replica identity index is dropped
Álvaro Herrera
2026-09-11 479a931155c6 Fix crash on UPDATE or DELETE of a partition pending detach.
Amit Kapila
2026-09-11 42ce84f878a4 psql: Schema-qualify catalogs in ALTER DATABASE RESET completion
Fujii Masao
2026-09-11 0b0b41329216 Fall back to SPI for RI checks with mismatched index collations
Amit Langote
2026-09-11 5624de9904ca Validate ALTER PUBLICATION after acquiring the publication lock.
Amit Kapila
2026-09-11 f33844889bb6 Add relation option toast_value_type
Michael Paquier
2026-09-11 1497ea77edd2 Add static assertion to track the no-padding rule of varatt_external_oid
Michael Paquier
[prev] [next]