Commits

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

DateSubjectAuthorReleases
2025-07-03 Obtain required table lock during cross-table updates, redux. Tom Lane 16.10
2025-06-29 Obtain required table lock during cross-table constraint updates. Tom Lane 16.10
2025-04-05 Repair misbehavior with duplicate entries in FK SET column lists. Tom Lane 16.9
2025-04-02 Need to do CommandCounterIncrement after StoreAttrMissingVal. Tom Lane 16.9
2025-03-03 Fix broken handling of domains in atthasmissing logic. Tom Lane 16.9
2024-06-07 Reject modifying a temp table of another session with ALTER TABLE. Tom Lane 16.4
2024-05-02 Throw a more on-point error for publications depending on columns. Tom Lane 16.3
2024-04-28 Throw a more on-point error for functions depending on columns. Tom Lane 16.3
2024-03-26 Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences. Tom Lane 16.3
2023-11-16 Ensure we preprocess expressions before checking their volatility. Tom Lane 16.2
2023-10-16 Ensure we have a snapshot while dropping ON COMMIT DROP temp tables. Tom Lane 16.1
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
2023-03-31 Reject system columns as elements of foreign keys. Tom Lane 16.0
2023-03-27 Reject attempts to alter composite types used in indexes. Tom Lane 16.0
2023-03-25 Fix CREATE INDEX progress reporting for multi-level partitioning. Tom Lane 16.0
2023-03-04 Avoid failure when altering state of partitioned foreign-key triggers. Tom Lane 16.0
2023-02-16 Fix check for child column generation status matching parent. Tom Lane 16.0
2023-01-21 Allow REPLICA IDENTITY to be set on an index that's not (yet) valid. Tom Lane 16.0
2023-01-11 Improve handling of inherited GENERATED expressions. Tom Lane 16.0
2022-11-10 Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT". Tom Lane 16.0
2022-08-17 Avoid using list_length() to test for empty list. Tom Lane 16.0