postgresql/src/include/commands
Peter Eisentraut 5dc92b844e REINDEX CONCURRENTLY
This adds the CONCURRENTLY option to the REINDEX command.  A REINDEX
CONCURRENTLY on a specific index creates a new index (like CREATE
INDEX CONCURRENTLY), then renames the old index away and the new index
in place and adjusts the dependencies, and then drops the old
index (like DROP INDEX CONCURRENTLY).  The REINDEX command also has
the capability to run its other variants (TABLE, DATABASE) with the
CONCURRENTLY option (but not SYSTEM).

The reindexdb command gets the --concurrently option.

Author: Michael Paquier, Andreas Karlsson, Peter Eisentraut
Reviewed-by: Andres Freund, Fujii Masao, Jim Nasby, Sergei Kornilov
Discussion: https://www.postgresql.org/message-id/flat/60052986-956b-4478-45ed-8bd119e9b9cf%402ndquadrant.com#74948a1044c56c5e817a5050f554ddee
2019-03-29 08:26:33 +01:00
..
alter.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
async.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
cluster.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
collationcmds.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
comment.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
conversioncmds.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
copy.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
createas.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
dbcommands.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
dbcommands_xlog.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
defrem.h REINDEX CONCURRENTLY 2019-03-29 08:26:33 +01:00
discard.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
event_trigger.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
explain.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
extension.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
lockcmds.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
matview.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
policy.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
portalcmds.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
prepare.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
proclang.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
progress.h Add progress reporting for CLUSTER and VACUUM FULL. 2019-03-25 10:59:04 -04:00
publicationcmds.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
schemacmds.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
seclabel.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
sequence.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
subscriptioncmds.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
tablecmds.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
tablespace.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
trigger.h Use slots in trigger infrastructure, except for the actual invocation. 2019-02-26 20:31:38 -08:00
typecmds.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
user.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
vacuum.h Revise parse tree representation for VACUUM and ANALYZE. 2019-03-18 15:14:52 -04:00
variable.h Update copyright for 2019 2019-01-02 12:44:25 -05:00
view.h Update copyright for 2019 2019-01-02 12:44:25 -05:00