Commits

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

DateSubjectAuthorReleases
2026-04-22 Allow ALTER INDEX .. ATTACH PARTITION to validate a parent index Michael Paquier 14.23
2024-01-24 Fix ALTER TABLE .. ADD COLUMN with complex inheritance trees Michael Paquier 14.11
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
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-10-19 Block ALTER INDEX/TABLE index_name ALTER COLUMN colname SET (options) Michael Paquier 14.1
2021-09-29 Clarify use of "statistics objects" in the code Michael Paquier 14.1
2021-07-14 Fix unexpected error messages for various flavors of ALTER TABLE Michael Paquier 14.0
2021-05-08 Fix incorrect error code for CREATE/ALTER TABLE COMPRESSION Michael Paquier 14.0
2021-03-02 Simplify code to switch pg_class.relrowsecurity in tablecmds.c Michael Paquier 14.0
2021-01-29 Adjust comments of CheckRelationTableSpaceMove() and SetRelationTableSpace() Michael Paquier 14.0
2021-01-27 Refactor code in tablecmds.c to check and process tablespace moves Michael Paquier 14.0
2021-01-18 Refactor option handling of CLUSTER, REINDEX and VACUUM Michael Paquier 14.0
2020-11-02 Fix some grammar and typos in comments and docs Michael Paquier 14.0
2020-07-31 Use multi-inserts for pg_attribute and pg_shdepend Michael Paquier 14.0
2020-07-15 Eliminate cache lookup errors in SQL functions for object addresses Michael Paquier 14.0
2020-07-11 Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodes Michael Paquier 14.0
2020-06-15 Fix some comments referring to past features Michael Paquier 14.0