Commits

Showing commits that first shipped in 19 (backpatches included). Clear

DateSubjectAuthorReleases
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 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)
2025-12-14 Implement ALTER TABLE ... SPLIT PARTITION ... command Alexander Korotkov 19 (unreleased)
2025-12-14 Implement ALTER TABLE ... MERGE PARTITIONS ... command Alexander Korotkov 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in backend code Michael Paquier 19 (unreleased)
2025-12-02 Remove useless casting to same type Peter Eisentraut 19 (unreleased)
2025-11-10 Check for CREATE privilege on the schema in CREATE STATISTICS. Nathan Bossart 19 (unreleased)
2025-11-04 Tighten check for generated column in partition key expression Peter Eisentraut 19 (unreleased)
2025-11-03 Prevent setting a column as identity if its not-null constraint is invalid Álvaro Herrera 19 (unreleased)
2025-10-11 Stop creating constraints during DETACH CONCURRENTLY Álvaro Herrera 19 (unreleased)
2025-09-24 Remove PointerIsValid() Peter Eisentraut 19 (unreleased)
2025-09-08 pg_upgrade: Transfer pg_largeobject_metadata's files when possible. Nathan Bossart 19 (unreleased)
2025-08-20 Minor error message enhancement Peter Eisentraut 19 (unreleased)