index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
indexcmds.c
Commit message (
Expand
)
Author
Age
*
Allow some exclusion constraints on partitions
Peter Eisentraut
2023-07-12
*
Revert MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2023-07-07
*
Fix marking of indisvalid for partitioned indexes at creation
Michael Paquier
2023-06-30
*
Fix cache lookup hazards introduced by ff9618e82a.
Nathan Bossart
2023-06-22
*
Revert "Fix search_path to a safe value during maintenance operations."
Jeff Davis
2023-06-10
*
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2023-06-09
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
*
Fix CREATE INDEX progress reporting for multi-level partitioning.
Tom Lane
2023-03-25
*
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-03-20
*
Fix MAINTAIN privileges for toast tables and partitions.
Jeff Davis
2023-01-14
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-12-13
*
Add 'missing_ok' argument to build_attrmap_by_name
Alvaro Herrera
2022-11-29
*
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
*
Refactor ownercheck functions
Peter Eisentraut
2022-11-13
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
*
Assorted examples of expanded type-safer palloc/pg_malloc API
Peter Eisentraut
2022-09-12
*
Further reduce warnings with -Wshadow=compatible-local
David Rowley
2022-08-24
*
Fix subtly-incorrect matching of parent and child partitioned indexes.
Tom Lane
2022-08-18
*
Rework logic and simplify syntax of REINDEX DATABASE/SYSTEM
Michael Paquier
2022-07-19
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
CREATE INDEX: use the original userid for more ACL checks.
Noah Misch
2022-06-25
*
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-05-09
*
Fix comment in CheckIndexCompatible().
Fujii Masao
2022-02-18
*
Add UNIQUE null treatment option
Peter Eisentraut
2022-02-03
*
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-25
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Some RELKIND macro refactoring
Peter Eisentraut
2021-12-03
*
Improve error messages about mismatching relkind
Peter Eisentraut
2021-07-08
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Fix relcache inconsistency hazard in partition detach
Alvaro Herrera
2021-04-22
*
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-03-25
*
Remove StoreSingleInheritance reimplementation
Alvaro Herrera
2021-03-25
*
Use pgstat_progress_update_multi_param() where possible
Michael Paquier
2021-02-22
*
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-17
*
Add TABLESPACE option to REINDEX
Michael Paquier
2021-02-04
*
Refactor option handling of CLUSTER, REINDEX and VACUUM
Michael Paquier
2021-01-18
*
Avoid spurious wait in concurrent reindex
Alvaro Herrera
2021-01-15
*
Invent struct ReindexIndexInfo
Alvaro Herrera
2021-01-12
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Refactor CLUSTER and REINDEX grammar to use DefElem for option lists
Michael Paquier
2020-12-03
*
Avoid memcpy() with a NULL source pointer and count == 0
Alvaro Herrera
2020-12-01
*
Avoid spurious waits in concurrent indexing
Alvaro Herrera
2020-11-25
*
indexcmds.c: reorder function prototypes
Alvaro Herrera
2020-11-17
*
Fix fuzzy thinking about amcanmulticol versus amcaninclude.
Tom Lane
2020-11-15
*
Message style improvements
Alvaro Herrera
2020-11-07
*
Reword partitioning error message
Alvaro Herrera
2020-09-30
[next]