postgresql/src/bin/scripts
Amit Kapila 47bc9ced0d Add --parallel option to vacuumdb command.
Commit 40d964ec99 allowed vacuum command to leverage multiple CPUs by
invoking parallel workers to process indexes.  This commit provides a
'--parallel' option to specify the parallel degree used by vacuum command.

Author: Masahiko Sawada, with few modifications by me
Reviewed-by: Mahendra Singh and Amit Kapila
Discussion: https://postgr.es/m/CAD21AoDTPMgzSkV4E3SFo1CH_x50bf5PqZFQf4jmqjk-C03BWg@mail.gmail.com
2020-01-29 11:08:50 +05:30
..
po Translation updates 2019-06-17 15:30:20 +02:00
t Add --parallel option to vacuumdb command. 2020-01-29 11:08:50 +05:30
.gitignore Remove createlang and droplang 2017-03-23 14:16:45 -04:00
clusterdb.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
common.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
common.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
createdb.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
createuser.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
dropdb.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
dropuser.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
Makefile Update copyrights for 2020 2020-01-01 12:21:45 -05:00
nls.mk Unified logging system for command-line programs 2019-04-01 20:01:35 +02:00
pg_isready.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
reindexdb.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
scripts_parallel.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
scripts_parallel.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
vacuumdb.c Add --parallel option to vacuumdb command. 2020-01-29 11:08:50 +05:30