Commits

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

DateSubjectAuthorReleases
2025-07-03 Obtain required table lock during cross-table updates, redux. Tom Lane 13.22
2025-06-29 Obtain required table lock during cross-table constraint updates. Tom Lane 13.22
2025-04-02 Need to do CommandCounterIncrement after StoreAttrMissingVal. Tom Lane 13.21
2025-03-03 Fix broken handling of domains in atthasmissing logic. Tom Lane 13.21
2024-06-07 Reject modifying a temp table of another session with ALTER TABLE. Tom Lane 13.16
2024-03-26 Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences. Tom Lane 13.15
2023-11-16 Ensure we preprocess expressions before checking their volatility. Tom Lane 13.14
2023-10-16 Ensure we have a snapshot while dropping ON COMMIT DROP temp tables. Tom Lane 13.13
2023-03-31 Reject system columns as elements of foreign keys. Tom Lane 13.11
2023-03-27 Reject attempts to alter composite types used in indexes. Tom Lane 13.11
2023-01-21 Allow REPLICA IDENTITY to be set on an index that's not (yet) valid. Tom Lane 13.10
2022-11-17 Replace RelationOpenSmgr() with RelationGetSmgr(). Tom Lane 13.10
2022-03-21 Fix risk of deadlock failure while dropping a partitioned index. Tom Lane 13.7
2022-01-06 Prevent altering partitioned table's rowtype, if it's used elsewhere. Tom Lane 13.6
2021-05-21 Fix usage of "tableoid" in GENERATED expressions. Tom Lane 13.4
2020-09-29 Add for_each_from, to simplify loops starting from non-first list cells. Tom Lane 13.1
2020-09-16 Avoid unnecessary recursion to child tables in ALTER TABLE SET NOT NULL. Tom Lane 13.0
2020-08-22 Fix ALTER TABLE's scheduling rules for AT_AddConstraint subcommands. Tom Lane 13.0
2020-08-21 Fix handling of CREATE TABLE LIKE with inheritance. Tom Lane 13.0
2020-05-16 Run pgindent with new pg_bsd_indent version 2.1.1. Tom Lane 13.0
2020-05-14 Initial pgindent and pgperltidy run for v13. Tom Lane 13.0
2020-03-04 Introduce macros for typalign and typstorage constants. Tom Lane 13.0
2020-01-21 Clarify behavior of adding and altering a column in same ALTER command. Tom Lane 13.0
2020-01-15 Restructure ALTER TABLE execution to fix assorted bugs. Tom Lane 13.0
2020-01-08 Fix handling of generated columns in ALTER TABLE. Tom Lane 13.0