Commits

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

DateSubjectAuthorReleases
2023-03-27 Reject attempts to alter composite types used in indexes. Tom Lane 11.20
2023-03-07 Fix more bugs caused by adding columns to the end of a view. Tom Lane 11.20
2022-11-10 Fix alter_table.sql test case to test what it claims to. Tom Lane 11.19
2022-01-06 Prevent altering partitioned table's rowtype, if it's used elsewhere. Tom Lane 11.15
2021-10-18 Invalidate partitions of table being attached/detached Alvaro Herrera 11.14
2021-08-25 Avoid using ambiguous word "positive" in error message. Fujii Masao 11.14
2021-07-14 Fix unexpected error messages for various flavors of ALTER TABLE Michael Paquier 11.13
2020-07-14 Fix timing issue with ALTER TABLE's validate constraint David Rowley 11.9
2020-05-28 Fix typo in test comment. Heikki Linnakangas 11.9
2020-05-08 Propagate ALTER TABLE ... SET STORAGE to indexes Peter Eisentraut 11.8
2020-04-06 Preserve clustered index after rewrites with ALTER TABLE Michael Paquier 11.8
2020-03-22 Revert "Skip WAL for new relfilenodes, under wal_level=minimal." Noah Misch 11.8
2020-03-21 Skip WAL for new relfilenodes, under wal_level=minimal. Noah Misch 11.8
2020-02-05 Force tuple conversion when the source has missing attributes. Andrew Gierth 11.7
2019-07-22 Install dependencies to prevent dropping partition key columns. Tom Lane 11.5
2019-06-28 Fix for dropped columns in a partitioned table's default partition Alvaro Herrera 11.5
2019-06-24 Further fix ALTER COLUMN TYPE's handling of indexes and index constraints. Tom Lane 11.5
2019-06-12 Fix ALTER COLUMN TYPE failure with a partial exclusion constraint. Tom Lane 11.4
2019-04-26 Apply stopgap fix for bug #15672. Tom Lane 11.3
2018-12-20 Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLY Greg Stark 11.2
2018-12-17 Fix use-after-free bug when renaming constraints Michael Paquier 11.2
2018-12-17 Make constraint rename issue relcache invalidation on target relation Michael Paquier 11.2
2018-11-05 Block creation of partitions with open references to its parent Michael Paquier 11.1
2018-10-07 Fix catalog insertion order for ATTACH PARTITION Alvaro Herrera 11.0
2018-09-04 Fully enforce uniqueness of constraint names. Tom Lane 11.0