mirror of
https://github.com/postgres/postgres.git
synced 2026-03-12 05:32:27 -04:00
Both INDEX_CLEANUP and TRUNCATE have been available since v12, and are enabled by default except if respectively vacuum_index_cleanup and vacuum_truncate are disabled for a given relation. This change adds support for disabling these options from vacuumdb. Author: Nathan Bossart Reviewed-by: Michael Paquier, Masahiko Sawada Discussion: https://postgr.es/m/6F7F17EF-B1F2-4681-8D03-BA96365717C0@amazon.com |
||
|---|---|---|
| .. | ||
| 010_clusterdb.pl | ||
| 011_clusterdb_all.pl | ||
| 020_createdb.pl | ||
| 040_createuser.pl | ||
| 050_dropdb.pl | ||
| 070_dropuser.pl | ||
| 080_pg_isready.pl | ||
| 090_reindexdb.pl | ||
| 091_reindexdb_all.pl | ||
| 100_vacuumdb.pl | ||
| 101_vacuumdb_all.pl | ||
| 102_vacuumdb_stages.pl | ||
| 200_connstr.pl | ||