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
*
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
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Fix typo in indexcmds.c
Michael Paquier
2020-03-18
*
Prevent reindex of invalid indexes on TOAST tables
Michael Paquier
2020-03-10
*
Remove ancient hacks to ignore certain opclass names in CREATE INDEX.
Tom Lane
2020-03-05
*
Fix concurrent indexing operations with temporary tables
Michael Paquier
2020-01-22
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Load relcache entries' partitioning data on-demand, not immediately.
Tom Lane
2019-12-25
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Refactor attribute mappings used in logical tuple conversion
Michael Paquier
2019-12-18
*
Handle interrupts within a transaction context in REINDEX CONCURRENTLY
Michael Paquier
2019-10-25
*
Acquire properly session-level lock on new index in REINDEX CONCURRENTLY
Michael Paquier
2019-10-23
*
Fix typo
Alvaro Herrera
2019-10-18
*
Fix crash when reporting CREATE INDEX progress
Alvaro Herrera
2019-10-16
*
Fix progress report of REINDEX INDEX
Alvaro Herrera
2019-09-20
*
Fix progress reporting of CLUSTER / VACUUM FULL
Alvaro Herrera
2019-09-13
*
Remove 'msg' parameter from convert_tuples_by_name
Alvaro Herrera
2019-09-03
*
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-12
*
Fix handling of expressions and predicates in REINDEX CONCURRENTLY
Michael Paquier
2019-07-29
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
pgindent run prior to branching v12.
Tom Lane
2019-07-01
*
Fix use-after-free introduced in 55ed3defc966
Alvaro Herrera
2019-06-27
[next]