Commits

DateSubjectAuthorReleases
2026-03-30 Fix FK triggers losing DEFERRABLE/INITIALLY DEFERRED when marked ENFORCED again Fujii Masao 18.4
2026-03-30 Fix FK triggers losing DEFERRABLE/INITIALLY DEFERRED when marked ENFORCED again Fujii Masao 19 (unreleased)
2026-03-23 Silence compiler warning from older compilers. Tom Lane 19 (unreleased)
2026-03-20 SET NOT NULL: Call object-alter hook only after the catalog change Álvaro Herrera 19 (unreleased)
2026-03-20 SET NOT NULL: Call object-alter hook only after the catalog change Álvaro Herrera 18.4
2026-03-20 Add support for EXCEPT TABLE in ALTER PUBLICATION. Amit Kapila 19 (unreleased)
2026-03-17 Refactor some code around ALTER TABLE [NO] INHERIT Michael Paquier 19 (unreleased)
2026-03-16 Reduce header inclusions via execnodes.h Álvaro Herrera 19 (unreleased)
2026-03-16 SQL Property Graph Queries (SQL/PGQ) Peter Eisentraut 19 (unreleased)
2026-03-16 Reject ALTER TABLE .. CLUSTER earlier for partitioned tables Michael Paquier 19 (unreleased)
2026-03-15 Add all required calls to TupleDescFinalize() David Rowley 19 (unreleased)
2026-03-12 Enable fast default for domains with non-volatile constraints Andrew Dunstan 19 (unreleased)
2026-03-12 Extend DomainHasConstraints() to optionally check constraint volatility Andrew Dunstan 19 (unreleased)
2026-03-11 Add support for altering CHECK constraint enforceability Andrew Dunstan 19 (unreleased)
2026-03-11 rename alter constraint enforceability related functions Andrew Dunstan 19 (unreleased)
2026-03-04 Allow table exclusions in publications via EXCEPT TABLE. Amit Kapila 19 (unreleased)
2026-02-24 Allow ALTER COLUMN SET EXPRESSION on virtual columns with CHECK constraints Peter Eisentraut 19 (unreleased)
2026-02-21 Avoid name collision with NOT NULL constraints Álvaro Herrera 18.3
2026-02-21 Avoid name collision with NOT NULL constraints Álvaro Herrera 19 (unreleased)
2026-02-19 Use fallthrough attribute instead of comment Peter Eisentraut 19 (unreleased)
2026-01-04 Include error location in errors from ComputeIndexAttrs(). Tom Lane 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-23 Toggle logical decoding dynamically based on logical slot presence. Masahiko Sawada 19 (unreleased)
2025-12-15 Fix typo in tablecmds.c David Rowley 19 (unreleased)
2025-12-14 Fix usage of palloc() in MERGE/SPLIT PARTITION(s) code Alexander Korotkov 19 (unreleased)