Commits

DateSubjectAuthorReleases
2026-07-01 Improve the names generated for indexes on expressions. Tom Lane master
2026-06-27 Prevent inherited CHECK constraints from being weakened Andrew Dunstan 19 (unreleased)
2026-03-30 psql: Make \d+ inheritance tables list formatting consistent with other objects Fujii Masao 19 (unreleased)
2026-03-30 psql: Make \d+ partition list formatting consistent with other objects Fujii Masao 19 (unreleased)
2026-03-11 Add support for altering CHECK constraint enforceability Andrew Dunstan 19 (unreleased)
2025-10-07 Assign each subquery a unique name prior to planning it. Robert Haas 19 (unreleased)
2025-09-23 Keep track of what RTIs a Result node is scanning. Robert Haas 19 (unreleased)
2025-07-08 Consider explicit incremental sort for Append and MergeAppend Richard Guo 19 (unreleased)
2025-06-28 Message style improvements Peter Eisentraut 18.0
2025-04-16 Elide not-null constraint checks on child tables during PK creation Álvaro Herrera 18.0
2025-04-02 Need to do CommandCounterIncrement after StoreAttrMissingVal. Tom Lane 13.21
2025-04-02 Need to do CommandCounterIncrement after StoreAttrMissingVal. Tom Lane 14.18
2025-04-02 Need to do CommandCounterIncrement after StoreAttrMissingVal. Tom Lane 18.0
2025-04-02 Need to do CommandCounterIncrement after StoreAttrMissingVal. Tom Lane 15.13
2025-04-02 Need to do CommandCounterIncrement after StoreAttrMissingVal. Tom Lane 17.5
2025-04-02 Need to do CommandCounterIncrement after StoreAttrMissingVal. Tom Lane 16.9
2025-04-02 Add support for NOT ENFORCED in foreign key constraints Peter Eisentraut 18.0
2025-03-27 Expand test a bit Peter Eisentraut 18.0
2025-03-27 Simplify syntax for ALTER TABLE ALTER CONSTRAINT NO INHERIT Álvaro Herrera 18.0
2025-03-05 Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERIT Álvaro Herrera 18.0
2025-02-17 Adjust tuples estimate for appendrels Richard Guo 18.0
2025-01-11 Add support for NOT ENFORCED in CHECK constraints Peter Eisentraut 18.0
2024-11-08 Add pg_constraint rows for not-null constraints Álvaro Herrera 18.0
2024-10-12 Correctly identify which EC members are computable at a plan node. Tom Lane 18.0
2024-10-12 Correctly identify which EC members are computable at a plan node. Tom Lane 13.17