Commits

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

DateSubjectAuthorReleases
2024-01-24 Fix ALTER TABLE .. ADD COLUMN with complex inheritance trees Michael Paquier 12.18
2023-07-14 Fix updates of indisvalid for partitioned indexes Michael Paquier 12.16
2023-06-28 Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTITION Michael Paquier 12.16
2021-11-25 Block ALTER TABLE .. DROP NOT NULL on columns in replica identity index Michael Paquier 12.10
2021-07-14 Fix unexpected error messages for various flavors of ALTER TABLE Michael Paquier 12.8
2020-04-06 Preserve clustered index after rewrites with ALTER TABLE Michael Paquier 12.3
2020-01-22 Fix concurrent indexing operations with temporary tables Michael Paquier 12.2
2019-11-02 Fix failure when creating cloned indexes for a partition Michael Paquier 12.1
2019-10-13 Fix dependency handling of column drop with partitioned tables Michael Paquier 12.1
2019-06-05 Rework code using list_delete_cell() in MergeAttributes Michael Paquier 12.0
2019-01-26 Simplify restriction handling of two-phase commit for temporary objects Michael Paquier 12.0
2018-12-27 Ignore inherited temp relations from other sessions when truncating Michael Paquier 12.0
2018-12-17 Fix use-after-free bug when renaming constraints Michael Paquier 12.0
2018-12-17 Make constraint rename issue relcache invalidation on target relation Michael Paquier 12.0
2018-12-06 Fix some errhint and errdetail strings missing a period Michael Paquier 12.0
2018-11-12 Remove CommandCounterIncrement() after processing ON COMMIT DELETE Michael Paquier 12.0
2018-11-09 Fix dependency handling of partitions and inheritance for ON COMMIT Michael Paquier 12.0
2018-11-05 Block creation of partitions with open references to its parent Michael Paquier 12.0
2018-10-08 Improve two error messages related to foreign keys on partitioned tables Michael Paquier 12.0
2018-10-06 Assign constraint name when cloning FK definition for partitions Michael Paquier 12.0
2018-08-21 Fix set of NLS translation issues Michael Paquier 12.0
2018-08-10 Improve TRUNCATE by avoiding early lock queue Michael Paquier 12.0