aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/indexcmds.c
Commit message (Expand)AuthorAge
* 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
* Some RELKIND macro refactoringPeter Eisentraut2021-12-03
* Improve error messages about mismatching relkindPeter Eisentraut2021-07-08
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Fix relcache inconsistency hazard in partition detachAlvaro Herrera2021-04-22
* ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera2021-03-25
* Remove StoreSingleInheritance reimplementationAlvaro Herrera2021-03-25
* Use pgstat_progress_update_multi_param() where possibleMichael Paquier2021-02-22
* Use errmsg_internal for debug messagesPeter Eisentraut2021-02-17
* Add TABLESPACE option to REINDEXMichael Paquier2021-02-04
* Refactor option handling of CLUSTER, REINDEX and VACUUMMichael Paquier2021-01-18
* Avoid spurious wait in concurrent reindexAlvaro Herrera2021-01-15
* Invent struct ReindexIndexInfoAlvaro Herrera2021-01-12
* Update copyright for 2021Bruce Momjian2021-01-02
* Refactor CLUSTER and REINDEX grammar to use DefElem for option listsMichael Paquier2020-12-03
* Avoid memcpy() with a NULL source pointer and count == 0Alvaro Herrera2020-12-01