aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/indexcmds.c
Commit message (Expand)AuthorAge
* Add temporal FOREIGN KEY contraintsPeter Eisentraut2024-03-24
* Add attstattarget to FormExtraData_pg_attributePeter Eisentraut2024-03-17
* Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2024-03-13
* Fix buildfarm failures from 2af07e2f74.Jeff Davis2024-03-04
* Fix search_path to a safe value during maintenance operations.Jeff Davis2024-03-04
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas2024-03-03
* Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut2024-01-24
* Update copyright for 2024Bruce Momjian2024-01-03
* Improve some error messages with invalid indexes for REINDEX CONCURRENTLYMichael Paquier2023-12-07
* Fix assertion failure with REINDEX and event triggersMichael Paquier2023-12-07
* Add support for REINDEX in event triggersMichael Paquier2023-12-04
* pgindent fixPeter Eisentraut2023-12-01
* Check collation when creating partitioned indexPeter Eisentraut2023-12-01
* Ensure we preprocess expressions before checking their volatility.Tom Lane2023-11-16
* Remove RelationGetIndexRawAttOptions()Peter Eisentraut2023-10-03
* Remove IndexInfo.ii_OpclassOptions fieldPeter Eisentraut2023-10-03
* Some vertical reformattingPeter Eisentraut2023-08-23
* Rename some function arguments for better clarityPeter Eisentraut2023-08-23
* Add const decorationsPeter Eisentraut2023-08-23
* Allow some exclusion constraints on partitionsPeter Eisentraut2023-07-12
* Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2023-07-07
* Fix marking of indisvalid for partitioned indexes at creationMichael Paquier2023-06-30
* Fix cache lookup hazards introduced by ff9618e82a.Nathan Bossart2023-06-22
* Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis2023-06-10
* Fix search_path to a safe value during maintenance operations.Jeff Davis2023-06-09
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-25
* Fix CREATE INDEX progress reporting for multi-level partitioning.Tom Lane2023-03-25
* Ignore BRIN indexes when checking for HOT updatesTomas Vondra2023-03-20
* Fix MAINTAIN privileges for toast tables and partitions.Jeff Davis2023-01-14
* Update copyright for 2023Bruce Momjian2023-01-02
* Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis2022-12-13
* Add 'missing_ok' argument to build_attrmap_by_nameAlvaro Herrera2022-11-29
* Refactor aclcheck functionsPeter Eisentraut2022-11-13
* Refactor ownercheck functionsPeter Eisentraut2022-11-13
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-28
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* Assorted examples of expanded type-safer palloc/pg_malloc APIPeter Eisentraut2022-09-12
* Further reduce warnings with -Wshadow=compatible-localDavid Rowley2022-08-24
* Fix subtly-incorrect matching of parent and child partitioned indexes.Tom Lane2022-08-18
* Rework logic and simplify syntax of REINDEX DATABASE/SYSTEMMichael Paquier2022-07-19
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* CREATE INDEX: use the original userid for more ACL checks.Noah Misch2022-06-25
* Make relation-enumerating operations be security-restricted operations.Noah Misch2022-05-09
* Fix comment in CheckIndexCompatible().Fujii Masao2022-02-18
* Add UNIQUE null treatment optionPeter Eisentraut2022-02-03
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-25
* Update copyright for 2022Bruce Momjian2022-01-07