postgresql/src/bin/scripts/t
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
..
010_clusterdb.pl perltidy: Add option --nooutdent-long-quotes 2018-04-27 11:37:43 -04:00
011_clusterdb_all.pl PostgresNode: Add names to nodes 2016-01-20 14:13:11 -03:00
020_createdb.pl PostgresNode: Add names to nodes 2016-01-20 14:13:11 -03:00
040_createuser.pl perltidy: Add option --nooutdent-long-quotes 2018-04-27 11:37:43 -04:00
050_dropdb.pl Rework PostgresNode's psql method 2016-03-03 17:58:30 -03:00
070_dropuser.pl Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
080_pg_isready.pl Reindent Perl files with perltidy version 20170521. 2018-04-25 14:00:19 -04:00
090_reindexdb.pl REINDEX CONCURRENTLY 2019-03-29 08:26:33 +01:00
091_reindexdb_all.pl PostgresNode: Add names to nodes 2016-01-20 14:13:11 -03:00
100_vacuumdb.pl Add --min-xid-age and --min-mxid-age options to vacuumdb 2019-01-31 13:07:56 +09:00
101_vacuumdb_all.pl PostgresNode: Add names to nodes 2016-01-20 14:13:11 -03:00
102_vacuumdb_stages.pl Improve inefficient regexes in vacuumdb TAP test. 2018-05-08 20:17:43 -04:00
200_connstr.pl Post-PG 10 beta1 pgperltidy run 2017-05-17 19:01:23 -04:00