Commits

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

DateSubjectAuthorReleases
2025-07-03 Obtain required table lock during cross-table updates, redux. Tom Lane 15.14
2025-06-29 Obtain required table lock during cross-table constraint updates. Tom Lane 15.14
2025-04-05 Repair misbehavior with duplicate entries in FK SET column lists. Tom Lane 15.13
2025-04-02 Need to do CommandCounterIncrement after StoreAttrMissingVal. Tom Lane 15.13
2025-03-03 Fix broken handling of domains in atthasmissing logic. Tom Lane 15.13
2024-06-07 Reject modifying a temp table of another session with ALTER TABLE. Tom Lane 15.8
2024-05-02 Throw a more on-point error for publications depending on columns. Tom Lane 15.7
2024-04-28 Throw a more on-point error for functions depending on columns. Tom Lane 15.7
2024-03-26 Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences. Tom Lane 15.7
2023-11-16 Ensure we preprocess expressions before checking their volatility. Tom Lane 15.6
2023-10-16 Ensure we have a snapshot while dropping ON COMMIT DROP temp tables. Tom Lane 15.5
2023-03-31 Reject system columns as elements of foreign keys. Tom Lane 15.3
2023-03-27 Reject attempts to alter composite types used in indexes. Tom Lane 15.3
2023-03-04 Avoid failure when altering state of partitioned foreign-key triggers. Tom Lane 15.3
2023-01-21 Allow REPLICA IDENTITY to be set on an index that's not (yet) valid. Tom Lane 15.2
2022-05-12 Pre-beta mechanical code beautification. Tom Lane 15.0
2022-04-06 Allow granting SET and ALTER SYSTEM privileges on GUC parameters. Tom Lane 15.0
2022-03-21 Fix bogus dependency handling for GENERATED expressions. Tom Lane 15.0
2022-03-21 Move pg_attrdef manipulation code into new file catalog/pg_attrdef.c. Tom Lane 15.0
2022-03-21 Fix risk of deadlock failure while dropping a partitioned index. Tom Lane 15.0
2022-01-06 Prevent altering partitioned table's rowtype, if it's used elsewhere. Tom Lane 15.0
2021-12-15 Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al. Tom Lane 15.0
2021-07-15 Replace explicit PIN entries in pg_depend with an OID range test. Tom Lane 15.0
2021-07-12 Replace RelationOpenSmgr() with RelationGetSmgr(). Tom Lane 15.0