postgresql/src/bin
Itagaki Takahiro 946cf229e8 Support rewritten-based full vacuum as VACUUM FULL. Traditional
VACUUM FULL was renamed to VACUUM FULL INPLACE. Also added a new
option -i, --inplace for vacuumdb to perform FULL INPLACE vacuuming.

Since the new VACUUM FULL uses CLUSTER infrastructure, we cannot
use it for system tables. VACUUM FULL for system tables always
fall back into VACUUM FULL INPLACE silently.

Itagaki Takahiro, reviewed by Jeff Davis and Simon Riggs.
2010-01-06 05:31:14 +00:00
..
initdb Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
pg_config Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
pg_controldata Write an end-of-backup WAL record at pg_stop_backup(), and wait for it at 2010-01-04 12:50:50 +00:00
pg_ctl Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
pg_dump binary upgrade: 2010-01-06 05:18:18 +00:00
pg_resetxlog Write an end-of-backup WAL record at pg_stop_backup(), and wait for it at 2010-01-04 12:50:50 +00:00
pgevent Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
psql Add missing schema-qualification in tab completion query. 2010-01-02 21:28:46 +00:00
scripts Support rewritten-based full vacuum as VACUUM FULL. Traditional 2010-01-06 05:31:14 +00:00
Makefile Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00