Commits

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

DateSubjectAuthorReleases
2025-06-20 Use SnapshotDirty when checking for conflicting index names. Tom Lane 14.19
2025-05-30 Ensure we have a snapshot when updating various system catalogs. Nathan Bossart 14.19
2024-11-11 Fix arrays comparison in CompareOpclassOptions() Alexander Korotkov 14.15
2024-09-24 For inplace update durability, make heap_update() callers wait. Noah Misch 14.14
2024-09-09 Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressions Michael Paquier 14.14
2024-06-28 Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX. Noah Misch 14.13
2023-12-01 Check collation when creating partitioned index Peter Eisentraut 14.11
2023-11-16 Ensure we preprocess expressions before checking their volatility. Tom Lane 14.11
2023-06-30 Fix marking of indisvalid for partitioned indexes at creation Michael Paquier 14.9
2022-08-18 Fix subtly-incorrect matching of parent and child partitioned indexes. Tom Lane 14.6
2022-06-25 CREATE INDEX: use the original userid for more ACL checks. Noah Misch 14.5
2022-05-09 Make relation-enumerating operations be security-restricted operations. Noah Misch 14.3
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-04-22 Fix relcache inconsistency hazard in partition detach Alvaro Herrera 14.0
2021-03-25 ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY Alvaro Herrera 14.0
2021-03-25 Remove StoreSingleInheritance reimplementation Alvaro Herrera 14.0
2021-02-22 Use pgstat_progress_update_multi_param() where possible Michael Paquier 14.0
2021-02-17 Use errmsg_internal for debug messages Peter Eisentraut 14.0
2021-02-04 Add TABLESPACE option to REINDEX Michael Paquier 14.0
2021-01-18 Refactor option handling of CLUSTER, REINDEX and VACUUM Michael Paquier 14.0
2021-01-15 Avoid spurious wait in concurrent reindex Alvaro Herrera 14.0
2021-01-12 Invent struct ReindexIndexInfo Alvaro Herrera 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-12-03 Refactor CLUSTER and REINDEX grammar to use DefElem for option lists Michael Paquier 14.0
2020-12-01 Avoid memcpy() with a NULL source pointer and count == 0 Alvaro Herrera 14.0