Commits

DateSubjectAuthorReleases
2020-09-01 Raise error on concurrent drop of partitioned index Alvaro Herrera 13.0
2020-03-03 Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexes Michael Paquier 11.8
2020-03-03 Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexes Michael Paquier 12.3
2020-03-03 Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexes Michael Paquier 13.0
2019-10-13 Fix dependency handling of column drop with partitioned tables Michael Paquier 12.1
2019-10-13 Fix dependency handling of column drop with partitioned tables Michael Paquier 13.0
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 11.3
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-24 Detach constraints when partitions are detached Alvaro Herrera 11.2
2019-01-14 Fix unique INCLUDE indexes on partitioned tables Alvaro Herrera 12.0
2019-01-14 Fix unique INCLUDE indexes on partitioned tables Alvaro Herrera 11.2
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-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 12.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