Commits

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

DateSubjectAuthorReleases
2024-07-24 Reset relhassubclass upon attaching table as a partition Alvaro Herrera 12.20
2023-03-27 Reject attempts to alter composite types used in indexes. Tom Lane 12.15
2023-03-07 Fix more bugs caused by adding columns to the end of a view. Tom Lane 12.15
2022-11-10 Fix alter_table.sql test case to test what it claims to. Tom Lane 12.14
2022-01-06 Prevent altering partitioned table's rowtype, if it's used elsewhere. Tom Lane 12.10
2021-10-20 Protect against collation variations in test Alvaro Herrera 12.9
2021-10-19 Ensure correct lock level is used in ALTER ... RENAME Alvaro Herrera 12.9
2021-10-18 Invalidate partitions of table being attached/detached Alvaro Herrera 12.9
2021-07-14 Fix unexpected error messages for various flavors of ALTER TABLE Michael Paquier 12.8
2020-07-14 Fix timing issue with ALTER TABLE's validate constraint David Rowley 12.4
2020-05-28 Fix typo in test comment. Heikki Linnakangas 12.4
2020-05-08 Propagate ALTER TABLE ... SET STORAGE to indexes Peter Eisentraut 12.3
2020-04-06 Preserve clustered index after rewrites with ALTER TABLE Michael Paquier 12.3
2020-03-22 Revert "Skip WAL for new relfilenodes, under wal_level=minimal." Noah Misch 12.3
2020-03-21 Skip WAL for new relfilenodes, under wal_level=minimal. Noah Misch 12.3
2020-02-05 Force tuple conversion when the source has missing attributes. Andrew Gierth 12.2
2019-10-16 Replace alter_table.sql test usage of event triggers. Andres Freund 12.1
2019-10-10 Fix table rewrites that include a column without a default. Andres Freund 12.1
2019-06-28 Fix for dropped columns in a partitioned table's default partition Alvaro Herrera 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-08 Stop using spelling "nonexistant". Noah Misch 12.0
2019-04-26 Apply stopgap fix for bug #15672. Tom Lane 12.0
2019-04-23 Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY. Tom Lane 12.0
2019-03-13 Revert setting client_min_messages to 'debug1' in new tests. Robert Haas 12.0