Commits

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

DateSubjectAuthorReleases
2026-03-05 doc: Clarify that COLUMN is optional in ALTER TABLE ... ADD/DROP COLUMN. Fujii Masao 14.23
2025-10-11 Stop creating constraints during DETACH CONCURRENTLY Álvaro Herrera 14.20
2025-08-22 Ignore temporary relations in RelidByRelfilenumber() Michael Paquier 14.20
2025-07-03 Obtain required table lock during cross-table updates, redux. Tom Lane 14.19
2025-06-29 Obtain required table lock during cross-table constraint updates. Tom Lane 14.19
2024-07-24 Reset relhassubclass upon attaching table as a partition Alvaro Herrera 14.13
2023-03-27 Reject attempts to alter composite types used in indexes. Tom Lane 14.8
2023-03-07 Fix more bugs caused by adding columns to the end of a view. Tom Lane 14.8
2022-11-10 Fix alter_table.sql test case to test what it claims to. Tom Lane 14.7
2022-03-11 Restore the previous semantics of get_constraint_index(). Tom Lane 14.3
2022-01-06 Prevent altering partitioned table's rowtype, if it's used elsewhere. Tom Lane 14.2
2021-10-20 Protect against collation variations in test Alvaro Herrera 14.1
2021-10-19 Ensure correct lock level is used in ALTER ... RENAME Alvaro Herrera 14.1
2021-10-18 Invalidate partitions of table being attached/detached Alvaro Herrera 14.1
2021-07-14 Fix unexpected error messages for various flavors of ALTER TABLE Michael Paquier 14.0
2021-04-21 Don't add a redundant constraint when detaching a partition Alvaro Herrera 14.0
2021-03-25 ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY Alvaro Herrera 14.0
2020-08-22 Fix ALTER TABLE's scheduling rules for AT_AddConstraint subcommands. Tom Lane 14.0
2020-07-14 Fix timing issue with ALTER TABLE's validate constraint David Rowley 14.0