Commits

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

DateSubjectAuthorReleases
2023-11-16 Ensure we preprocess expressions before checking their volatility. Tom Lane 14.11
2023-10-16 Ensure we have a snapshot while dropping ON COMMIT DROP temp tables. Tom Lane 14.10
2023-07-14 Fix updates of indisvalid for partitioned indexes Michael Paquier 14.9
2023-06-28 Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTITION Michael Paquier 14.9
2023-03-31 Reject system columns as elements of foreign keys. Tom Lane 14.8
2023-03-27 Reject attempts to alter composite types used in indexes. Tom Lane 14.8
2023-01-21 Allow REPLICA IDENTITY to be set on an index that's not (yet) valid. Tom Lane 14.7
2022-11-17 Replace RelationOpenSmgr() with RelationGetSmgr(). Tom Lane 14.7
2022-11-03 Create FKs properly when attaching table as partition Alvaro Herrera 14.6
2022-10-07 Fix self-referencing foreign keys with partitioned tables Alvaro Herrera 14.6
2022-09-08 Choose FK name correctly during partition attachment Alvaro Herrera 14.6
2022-08-05 Fix ENABLE/DISABLE TRIGGER to handle recursion correctly Alvaro Herrera 14.5
2022-03-21 Fix risk of deadlock failure while dropping a partitioned index. Tom Lane 14.3
2022-01-06 Prevent altering partitioned table's rowtype, if it's used elsewhere. Tom Lane 14.2
2021-12-22 Remove assertion for ALTER TABLE .. DETACH PARTITION CONCURRENTLY Michael Paquier 14.2
2021-11-25 Block ALTER TABLE .. DROP NOT NULL on columns in replica identity index Michael Paquier 14.2
2021-11-22 Add missing words in comment Alvaro Herrera 14.2
2021-11-16 Invalidate relcache when changing REPLICA IDENTITY index. Amit Kapila 14.2
2021-10-19 Ensure correct lock level is used in ALTER ... RENAME Alvaro Herrera 14.1
2021-10-19 Block ALTER INDEX/TABLE index_name ALTER COLUMN colname SET (options) Michael Paquier 14.1
2021-10-18 Invalidate partitions of table being attached/detached Alvaro Herrera 14.1
2021-09-29 Clarify use of "statistics objects" in the code Michael Paquier 14.1
2021-08-25 Fix toast rewrites in logical decoding. Amit Kapila 14.0
2021-08-16 Revert analyze support for partitioned tables Alvaro Herrera 14.0
2021-07-16 Preserve firing-on state when cloning row triggers to partitions Alvaro Herrera 14.0