index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
indexcmds.c
Age
Commit message (
Expand
)
Author
2023-03-25
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-20
Ignore BRIN indexes when checking for HOT updates
Tomas Vondra
2023-01-14
Fix MAINTAIN privileges for toast tables and partitions.
Jeff Davis
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-14
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-11-29
Add 'missing_ok' argument to build_attrmap_by_name
Alvaro Herrera
2022-11-13
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
Refactor ownercheck functions
Peter Eisentraut
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-12
Assorted examples of expanded type-safer palloc/pg_malloc API
Peter Eisentraut
2022-08-24
Further reduce warnings with -Wshadow=compatible-local
David Rowley
2022-08-18
Fix subtly-incorrect matching of parent and child partitioned indexes.
Tom Lane
2022-07-19
Rework logic and simplify syntax of REINDEX DATABASE/SYSTEM
Michael Paquier
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-06-25
CREATE INDEX: use the original userid for more ACL checks.
Noah Misch
2022-05-09
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-02-18
Fix comment in CheckIndexCompatible().
Fujii Masao
2022-02-03
Add UNIQUE null treatment option
Peter Eisentraut
2022-01-25
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-03
Some RELKIND macro refactoring
Peter Eisentraut
2021-07-08
Improve error messages about mismatching relkind
Peter Eisentraut
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-22
Fix relcache inconsistency hazard in partition detach
Alvaro Herrera
2021-03-25
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-03-25
Remove StoreSingleInheritance reimplementation
Alvaro Herrera
2021-02-22
Use pgstat_progress_update_multi_param() where possible
Michael Paquier
2021-02-17
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-04
Add TABLESPACE option to REINDEX
Michael Paquier
2021-01-18
Refactor option handling of CLUSTER, REINDEX and VACUUM
Michael Paquier
2021-01-15
Avoid spurious wait in concurrent reindex
Alvaro Herrera
2021-01-12
Invent struct ReindexIndexInfo
Alvaro Herrera
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-03
Refactor CLUSTER and REINDEX grammar to use DefElem for option lists
Michael Paquier
2020-12-01
Avoid memcpy() with a NULL source pointer and count == 0
Alvaro Herrera
2020-11-25
Avoid spurious waits in concurrent indexing
Alvaro Herrera
2020-11-17
indexcmds.c: reorder function prototypes
Alvaro Herrera
2020-11-15
Fix fuzzy thinking about amcanmulticol versus amcaninclude.
Tom Lane
2020-11-07
Message style improvements
Alvaro Herrera
2020-09-30
Reword partitioning error message
Alvaro Herrera
2020-09-29
Fix progress reporting of REINDEX CONCURRENTLY
Michael Paquier
2020-09-08
Add support for partitioned tables and indexes in REINDEX
Michael Paquier
2020-09-04
Remove variable "concurrent" from ReindexStmt
Michael Paquier
2020-09-02
Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEM
Michael Paquier
2020-08-13
snapshot scalability: Move PGXACT->xmin back to PGPROC.
Andres Freund
2020-08-10
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-04-04
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
[next]