postgresql/src/bin
Robert Haas 41b54ba78e Allow existing VACUUM options to take a Boolean argument.
This makes VACUUM work more like EXPLAIN already does without changing
the meaning of any commands that already work.  It is intended to
facilitate the addition of future VACUUM options that may take
non-Boolean parameters or that default to false.

Masahiko Sawada, reviewed by me.

Discussion: http://postgr.es/m/CA+TgmobpYrXr5sUaEe_T0boabV0DSm=utSOZzwCUNqfLEEm8Mw@mail.gmail.com
Discussion: http://postgr.es/m/CAD21AoBaFcKBAeL5_++j+Vzir2vBBcF4juW7qH8b3HsQY=Q6+w@mail.gmail.com
2019-03-29 08:22:49 -04:00
..
initdb Collations with nondeterministic comparison 2019-03-22 12:12:43 +01:00
pg_archivecleanup Replace @postgresql.org with @lists.postgresql.org for mailinglists 2019-01-19 19:06:35 +01:00
pg_basebackup Fix compatibility of pg_basebackup -R with 11 and older versions 2019-03-08 10:17:23 +09:00
pg_checksums Improve format of code and some error messages in pg_checksums 2019-03-23 21:56:43 +09:00
pg_config Replace @postgresql.org with @lists.postgresql.org for mailinglists 2019-01-19 19:06:35 +01:00
pg_controldata Add basic infrastructure for 64 bit transaction IDs. 2019-03-28 18:12:20 +13:00
pg_ctl fix thinko in logrotate test 2019-03-03 19:15:47 -05:00
pg_dump Switch some palloc/memset calls to palloc0 2019-03-27 12:02:50 +09:00
pg_resetwal Add basic infrastructure for 64 bit transaction IDs. 2019-03-28 18:12:20 +13:00
pg_rewind Refactor more code logic to update the control file 2019-03-18 12:59:35 +09:00
pg_test_fsync Translation updates 2018-05-21 12:29:52 -04:00
pg_test_timing Translation updates 2018-05-21 12:29:52 -04:00
pg_upgrade During pg_upgrade, conditionally skip transfer of FSMs. 2019-03-15 08:25:57 +05:30
pg_waldump Update copyright for 2019 2019-01-02 12:44:25 -05:00
pgbench pgbench: doExecuteCommand -> executeMetaCommand 2019-03-27 12:21:02 -03:00
pgevent Update copyright for 2019 2019-01-02 12:44:25 -05:00
psql Allow existing VACUUM options to take a Boolean argument. 2019-03-29 08:22:49 -04:00
scripts REINDEX CONCURRENTLY 2019-03-29 08:26:33 +01:00
Makefile Rename pg_verify_checksums to pg_checksums 2019-03-13 10:43:20 +09:00