Commits

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

DateSubjectAuthorReleases
2025-06-20 Use SnapshotDirty when checking for conflicting index names. Tom Lane 17.6
2025-05-30 Ensure we have a snapshot when updating various system catalogs. Nathan Bossart 17.6
2024-11-11 Fix arrays comparison in CompareOpclassOptions() Alexander Korotkov 17.2
2024-10-05 Use generateClonedIndexStmt to propagate CREATE INDEX to partitions. Tom Lane 17.1
2024-09-24 For inplace update durability, make heap_update() callers wait. Noah Misch 17.1
2024-09-09 Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressions Michael Paquier 17.0
2024-07-15 Add missing RestrictSearchPath() calls. Jeff Davis 17.0
2024-06-28 Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX. Noah Misch 17.0
2024-05-16 Revert temporal primary keys and foreign keys Peter Eisentraut 17.0
2024-03-24 Add temporal FOREIGN KEY contraints Peter Eisentraut 17.0
2024-03-17 Add attstattarget to FormExtraData_pg_attribute Peter Eisentraut 17.0
2024-03-13 Reintroduce MAINTAIN privilege and pg_maintain predefined role. Nathan Bossart 17.0
2024-03-05 Fix buildfarm failures from 2af07e2f74. Jeff Davis 17.0
2024-03-05 Fix search_path to a safe value during maintenance operations. Jeff Davis 17.0
2024-03-04 Remove unused #include's from backend .c files Peter Eisentraut 17.0
2024-03-03 Replace BackendIds with 0-based ProcNumbers Heikki Linnakangas 17.0
2024-01-24 Add temporal PRIMARY KEY and UNIQUE constraints Peter Eisentraut 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-12-07 Improve some error messages with invalid indexes for REINDEX CONCURRENTLY Michael Paquier 17.0
2023-12-06 Fix assertion failure with REINDEX and event triggers Michael Paquier 17.0
2023-12-04 Add support for REINDEX in event triggers Michael Paquier 17.0
2023-12-01 pgindent fix Peter Eisentraut 17.0
2023-12-01 Check collation when creating partitioned index Peter Eisentraut 17.0
2023-11-16 Ensure we preprocess expressions before checking their volatility. Tom Lane 17.0
2023-10-03 Remove IndexInfo.ii_OpclassOptions field Peter Eisentraut 17.0