Commits

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

DateSubjectAuthorReleases
2023-07-14 Fix updates of indisvalid for partitioned indexes Michael Paquier 11.21
2023-06-30 Fix marking of indisvalid for partitioned indexes at creation Michael Paquier 11.21
2023-06-28 Ignore invalid indexes when enforcing index rules in ALTER TABLE ATTACH PARTITION Michael Paquier 11.21
2022-08-18 Fix subtly-incorrect matching of parent and child partitioned indexes. Tom Lane 11.18
2020-09-01 Raise error on concurrent drop of partitioned index Alvaro Herrera 11.10
2020-03-03 Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexes Michael Paquier 11.8
2019-03-26 Fix partitioned index creation bug with dropped columns Alvaro Herrera 11.3
2019-01-24 Detach constraints when partitions are detached Alvaro Herrera 11.2
2019-01-14 Fix unique INCLUDE indexes on partitioned tables Alvaro Herrera 11.2
2018-10-04 Fix duplicate primary keys in partitions Alvaro Herrera 11.0
2018-09-27 Fix assorted bugs in pg_get_partition_constraintdef(). Tom Lane 11.0
2018-06-29 Fix crash when ALTER TABLE recreates indexes on partitions Alvaro Herrera 11.0
2018-06-22 When index recurses to a partition, map columns numbers Alvaro Herrera 11.0
2018-04-12 Fix interference between covering indexes and partitioned tables Teodor Sigaev 11.0
2018-04-11 Temporary revert 5c6110c6a960ad6fe1b0d0fec6ae36ef4eb913f5 Teodor Sigaev 11.0
2018-04-11 Fix interference between cavering indexes and partitioned tables Teodor Sigaev 11.0
2018-03-26 Remove two tests inadvertently added in 2b27273435 Andrew Dunstan 11.0
2018-03-26 Optimize btree insertions for common case of increasing values Andrew Dunstan 11.0
2018-03-12 Avoid having two PKs in a partition Alvaro Herrera 11.0
2018-03-12 doc: Reword restriction on partition keys in unique indexes Alvaro Herrera 11.0
2018-02-19 Allow UNIQUE indexes on partitioned tables Alvaro Herrera 11.0
2018-01-25 Ignore partitioned indexes where appropriate Alvaro Herrera 11.0
2018-01-19 Fix regression tests for better stability Alvaro Herrera 11.0
2018-01-19 Local partitioned indexes Alvaro Herrera 11.0