Commits

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

DateSubjectAuthorReleases
2023-12-21 Avoid trying to fetch metapage of an SPGist partitioned index. Tom Lane 12.18
2023-07-14 Fix updates of indisvalid for partitioned indexes Michael Paquier 12.16
2023-06-30 Fix marking of indisvalid for partitioned indexes at creation Michael Paquier 12.16
2023-06-28 Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTITION Michael Paquier 12.16
2022-08-18 Fix subtly-incorrect matching of parent and child partitioned indexes. Tom Lane 12.13
2020-09-01 Raise error on concurrent drop of partitioned index Alvaro Herrera 12.5
2020-03-03 Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexes Michael Paquier 12.3
2019-10-13 Fix dependency handling of column drop with partitioned tables Michael Paquier 12.1
2019-04-23 Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY. Tom Lane 12.0
2019-04-11 Remove redundant and ineffective test for btree insertion fast path. Tom Lane 12.0
2019-03-26 Fix partitioned index creation bug with dropped columns Alvaro Herrera 12.0
2019-03-21 Fix dependency recording bug for partitioned PKs Alvaro Herrera 12.0
2019-02-11 Redesign the partition dependency mechanism. Tom Lane 12.0
2019-01-24 Detach constraints when partitions are detached Alvaro Herrera 12.0
2019-01-14 Fix unique INCLUDE indexes on partitioned tables Alvaro Herrera 12.0
2018-12-18 Include partitioned indexes to system view pg_indexes Michael Paquier 12.0
2018-10-22 Set pg_class.relhassubclass for partitioned indexes Michael Paquier 12.0
2018-10-04 Fix duplicate primary keys in partitions Alvaro Herrera 12.0
2018-09-27 Fix assorted bugs in pg_get_partition_constraintdef(). Tom Lane 12.0