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
*
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
*
Fix progress reporting of REINDEX CONCURRENTLY
Michael Paquier
2020-09-29
*
Add support for partitioned tables and indexes in REINDEX
Michael Paquier
2020-09-08
*
Remove variable "concurrent" from ReindexStmt
Michael Paquier
2020-09-04
*
Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEM
Michael Paquier
2020-09-02
*
snapshot scalability: Move PGXACT->xmin back to PGPROC.
Andres Freund
2020-08-13
*
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Check equality semantics for unique indexes on partitioned tables.
Tom Lane
2020-04-01
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
[next]