summaryrefslogtreecommitdiff
path: root/src/backend/commands/indexcmds.c
AgeCommit message (Expand)Author
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-03-25Fix CREATE INDEX progress reporting for multi-level partitioning.Tom Lane
2023-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra
2023-01-14Fix MAINTAIN privileges for toast tables and partitions.Jeff Davis
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-14Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis
2022-11-29Add 'missing_ok' argument to build_attrmap_by_nameAlvaro Herrera
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-11-13Refactor ownercheck functionsPeter Eisentraut
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-09-12Assorted examples of expanded type-safer palloc/pg_malloc APIPeter Eisentraut
2022-08-24Further reduce warnings with -Wshadow=compatible-localDavid Rowley
2022-08-18Fix subtly-incorrect matching of parent and child partitioned indexes.Tom Lane
2022-07-19Rework logic and simplify syntax of REINDEX DATABASE/SYSTEMMichael Paquier
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-06-25CREATE INDEX: use the original userid for more ACL checks.Noah Misch
2022-05-09Make relation-enumerating operations be security-restricted operations.Noah Misch
2022-02-18Fix comment in CheckIndexCompatible().Fujii Masao
2022-02-03Add UNIQUE null treatment optionPeter Eisentraut
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-03Some RELKIND macro refactoringPeter Eisentraut
2021-07-08Improve error messages about mismatching relkindPeter Eisentraut
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-22Fix relcache inconsistency hazard in partition detachAlvaro Herrera
2021-03-25ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera
2021-03-25Remove StoreSingleInheritance reimplementationAlvaro Herrera
2021-02-22Use pgstat_progress_update_multi_param() where possibleMichael Paquier
2021-02-17Use errmsg_internal for debug messagesPeter Eisentraut
2021-02-04Add TABLESPACE option to REINDEXMichael Paquier
2021-01-18Refactor option handling of CLUSTER, REINDEX and VACUUMMichael Paquier
2021-01-15Avoid spurious wait in concurrent reindexAlvaro Herrera
2021-01-12Invent struct ReindexIndexInfoAlvaro Herrera
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-03Refactor CLUSTER and REINDEX grammar to use DefElem for option listsMichael Paquier
2020-12-01Avoid memcpy() with a NULL source pointer and count == 0Alvaro Herrera
2020-11-25Avoid spurious waits in concurrent indexingAlvaro Herrera
2020-11-17indexcmds.c: reorder function prototypesAlvaro Herrera
2020-11-15Fix fuzzy thinking about amcanmulticol versus amcaninclude.Tom Lane
2020-11-07Message style improvementsAlvaro Herrera
2020-09-30Reword partitioning error messageAlvaro Herrera
2020-09-29Fix progress reporting of REINDEX CONCURRENTLYMichael Paquier
2020-09-08Add support for partitioned tables and indexes in REINDEXMichael Paquier
2020-09-04Remove variable "concurrent" from ReindexStmtMichael Paquier
2020-09-02Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEMMichael Paquier
2020-08-13snapshot scalability: Move PGXACT->xmin back to PGPROC.Andres Freund
2020-08-10Replace remaining StrNCpy() by strlcpy()Peter Eisentraut
2020-04-04Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch