Commits

DateSubjectAuthorReleases
2024-06-28 Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX. Noah Misch 16.4
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 12.18
2023-12-01 Check collation when creating partitioned index Peter Eisentraut 13.14
2023-12-01 Check collation when creating partitioned index Peter Eisentraut 14.11
2023-12-01 Check collation when creating partitioned index Peter Eisentraut 15.6
2023-12-01 Check collation when creating partitioned index Peter Eisentraut 16.2
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 16.2
2023-11-16 Ensure we preprocess expressions before checking their volatility. Tom Lane 12.18
2023-11-16 Ensure we preprocess expressions before checking their volatility. Tom Lane 14.11