postgresql/src/bin/scripts
Peter Eisentraut c92c3d50d7 vacuumdb: Add option --analyze-in-stages
Add vacuumdb option --analyze-in-stages which runs ANALYZE three times
with different configuration settings, adopting the logic from the
analyze_new_cluster.sh script that pg_upgrade generates.  That way,
users of pg_dump/pg_restore can also use that functionality.

Change pg_upgrade to create the script so that it calls vacuumdb instead
of implementing the logic itself.
2014-04-15 00:44:25 -04:00
..
po Translation updates 2013-12-02 00:17:07 -05:00
t vacuumdb: Add option --analyze-in-stages 2014-04-15 00:44:25 -04:00
.gitignore Add TAP tests for client programs 2014-04-14 21:33:46 -04:00
clusterdb.c scripts: Remove newlines from end of generated SQL 2014-02-10 21:47:19 -05:00
common.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
common.h Move username lookup functions from /port to /common 2014-01-10 18:03:28 -05:00
createdb.c scripts: Remove newlines from end of generated SQL 2014-02-10 21:47:19 -05:00
createlang.c scripts: Remove newlines from end of generated SQL 2014-02-10 21:47:19 -05:00
createuser.c scripts: Remove newlines from end of generated SQL 2014-02-10 21:47:19 -05:00
dropdb.c scripts: Remove newlines from end of generated SQL 2014-02-10 21:47:19 -05:00
droplang.c scripts: Remove newlines from end of generated SQL 2014-02-10 21:47:19 -05:00
dropuser.c scripts: Remove newlines from end of generated SQL 2014-02-10 21:47:19 -05:00
Makefile Add TAP tests for client programs 2014-04-14 21:33:46 -04:00
nls.mk Translation updates 2013-09-02 02:43:18 -04:00
pg_isready.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
reindexdb.c scripts: Remove newlines from end of generated SQL 2014-02-10 21:47:19 -05:00
vacuumdb.c vacuumdb: Add option --analyze-in-stages 2014-04-15 00:44:25 -04:00