Commits

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

DateSubjectAuthorReleases
2024-06-07 Reject modifying a temp table of another session with ALTER TABLE. Tom Lane 12.20
2024-03-26 Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences. Tom Lane 12.19
2023-11-16 Ensure we preprocess expressions before checking their volatility. Tom Lane 12.18
2023-10-16 Ensure we have a snapshot while dropping ON COMMIT DROP temp tables. Tom Lane 12.17
2023-03-31 Reject system columns as elements of foreign keys. Tom Lane 12.15
2023-03-27 Reject attempts to alter composite types used in indexes. Tom Lane 12.15
2023-01-21 Allow REPLICA IDENTITY to be set on an index that's not (yet) valid. Tom Lane 12.14
2022-11-17 Replace RelationOpenSmgr() with RelationGetSmgr(). Tom Lane 12.14
2022-03-21 Fix risk of deadlock failure while dropping a partitioned index. Tom Lane 12.11
2022-01-06 Prevent altering partitioned table's rowtype, if it's used elsewhere. Tom Lane 12.10
2021-05-21 Fix usage of "tableoid" in GENERATED expressions. Tom Lane 12.8
2020-09-16 Avoid unnecessary recursion to child tables in ALTER TABLE SET NOT NULL. Tom Lane 12.5
2020-08-21 Fix handling of CREATE TABLE LIKE with inheritance. Tom Lane 12.5
2020-01-08 Fix handling of generated columns in ALTER TABLE. Tom Lane 12.2
2019-12-23 Disallow partition key expressions that return pseudo-types. Tom Lane 12.2
2019-09-07 Avoid using INFO elevel for what are fundamentally debug messages. Tom Lane 12.0
2019-08-18 Disallow changing an inherited column's type if not all parents changed. Tom Lane 12.0
2019-07-22 Install dependencies to prevent dropping partition key columns. Tom Lane 12.0
2019-07-16 Fix thinko in construction of old_conpfeqop list. Tom Lane 12.0
2019-07-01 pgindent run prior to branching v12. Tom Lane 12.0
2019-06-24 Purely-cosmetic adjustments in tablecmds.c. Tom Lane 12.0
2019-06-24 Further fix ALTER COLUMN TYPE's handling of indexes and index constraints. Tom Lane 12.0
2019-06-12 Fix ALTER COLUMN TYPE failure with a partial exclusion constraint. Tom Lane 12.0
2019-06-03 Fix unsafe memory management in CloneRowTriggersToPartition(). Tom Lane 12.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0