Commits

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

DateSubjectAuthorReleases
2023-06-30 Fix marking of indisvalid for partitioned indexes at creation Michael Paquier 11.21
2022-08-18 Fix subtly-incorrect matching of parent and child partitioned indexes. Tom Lane 11.18
2022-06-25 CREATE INDEX: use the original userid for more ACL checks. Noah Misch 11.17
2022-05-09 Make relation-enumerating operations be security-restricted operations. Noah Misch 11.16
2021-03-25 Remove StoreSingleInheritance reimplementation Alvaro Herrera 11.12
2020-12-01 Avoid memcpy() with a NULL source pointer and count == 0 Alvaro Herrera 11.11
2020-11-15 Fix fuzzy thinking about amcanmulticol versus amcaninclude. Tom Lane 11.11
2020-09-30 Reword partitioning error message Alvaro Herrera 11.10
2020-04-01 Check equality semantics for unique indexes on partitioned tables. Tom Lane 11.8
2020-03-22 Revert "Skip WAL for new relfilenodes, under wal_level=minimal." Noah Misch 11.8
2020-03-21 Skip WAL for new relfilenodes, under wal_level=minimal. Noah Misch 11.8
2020-01-22 Fix concurrent indexing operations with temporary tables Michael Paquier 11.7
2019-06-27 Fix use-after-free introduced in 55ed3defc966 Alvaro Herrera 11.5
2019-06-26 Fix partitioned index creation with foreign partitions Alvaro Herrera 11.5
2019-05-05 Fix style violations in syscache lookups. Tom Lane 11.3
2019-05-05 Add check for syscache lookup failure in update_relispartition(). Tom Lane 11.3
2019-04-26 Apply stopgap fix for bug #15672. Tom Lane 11.3
2019-04-25 Fix partitioned index attachment Alvaro Herrera 11.3
2019-03-26 Fix partitioned index creation bug with dropped columns Alvaro Herrera 11.3
2019-01-14 Fix unique INCLUDE indexes on partitioned tables Alvaro Herrera 11.2
2018-12-05 Don't mark partitioned indexes invalid unnecessarily Alvaro Herrera 11.2
2018-10-06 Fix event triggers for partitioned tables Alvaro Herrera 11.0
2018-09-04 Fully enforce uniqueness of constraint names. Tom Lane 11.0
2018-08-09 Restrict access to reindex of shared catalogs for non-privileged users Michael Paquier 11.0
2018-07-18 Drop the rule against included index columns duplicating key columns. Tom Lane 11.0