Commits

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

DateSubjectAuthorReleases
2025-08-22 Ignore temporary relations in RelidByRelfilenumber() Michael Paquier 13.23
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
2024-07-24 Reset relhassubclass upon attaching table as a partition Alvaro Herrera 13.16
2023-03-27 Reject attempts to alter composite types used in indexes. Tom Lane 13.11
2023-03-07 Fix more bugs caused by adding columns to the end of a view. Tom Lane 13.11
2022-11-10 Fix alter_table.sql test case to test what it claims to. Tom Lane 13.10
2022-01-06 Prevent altering partitioned table's rowtype, if it's used elsewhere. Tom Lane 13.6
2021-10-20 Protect against collation variations in test Alvaro Herrera 13.5
2021-10-19 Ensure correct lock level is used in ALTER ... RENAME Alvaro Herrera 13.5
2021-10-18 Invalidate partitions of table being attached/detached Alvaro Herrera 13.5
2021-07-14 Fix unexpected error messages for various flavors of ALTER TABLE Michael Paquier 13.4
2020-08-22 Fix ALTER TABLE's scheduling rules for AT_AddConstraint subcommands. Tom Lane 13.0
2020-07-14 Fix timing issue with ALTER TABLE's validate constraint David Rowley 13.0
2020-05-28 Fix typo in test comment. Heikki Linnakangas 13.0
2020-05-08 Propagate ALTER TABLE ... SET STORAGE to indexes Peter Eisentraut 13.0
2020-04-07 Introduce xid8-based functions to replace txid_XXX. Thomas Munro 13.0
2020-04-06 Preserve clustered index after rewrites with ALTER TABLE Michael Paquier 13.0
2020-04-04 Skip WAL for new relfilenodes, under wal_level=minimal. Noah Misch 13.0
2020-03-22 Revert "Skip WAL for new relfilenodes, under wal_level=minimal." Noah Misch 13.0
2020-03-21 Skip WAL for new relfilenodes, under wal_level=minimal. Noah Misch 13.0
2020-02-05 Force tuple conversion when the source has missing attributes. Andrew Gierth 13.0
2020-01-15 Restructure ALTER TABLE execution to fix assorted bugs. Tom Lane 13.0
2019-11-29 Add a regression test for allow_system_table_mods Peter Eisentraut 13.0
2019-10-16 Replace alter_table.sql test usage of event triggers. Andres Freund 13.0