postgresql/src/bin
Michael Paquier 280e5f1405 Add progress reporting to pg_checksums
This adds a new option to pg_checksums called -P/--progress, showing
every second some information about the computation state of an
operation for --check and --enable (--disable only updates the control
file and is quick).  This requires a pre-scan of the data folder so as
the total size of checksummable items can be calculated, and then it
gets compared to the amount processed.

Similarly to what is done for pg_rewind and pg_basebackup, the
information printed in the progress report consists of the current
amount of data computed and the total amount of data to compute.  This
could be extended later on.

Author: Michael Banck, Bernd Helmle
Reviewed-by: Fabien Coelho, Michael Paquier
Discussion: https://postgr.es/m/1535719851.1286.17.camel@credativ.de
2019-04-02 10:58:07 +09:00
..
initdb Unified logging system for command-line programs 2019-04-01 20:01:35 +02:00
pg_archivecleanup Unified logging system for command-line programs 2019-04-01 20:01:35 +02:00
pg_basebackup Unified logging system for command-line programs 2019-04-01 20:01:35 +02:00
pg_checksums Add progress reporting to pg_checksums 2019-04-02 10:58:07 +09:00
pg_config Replace @postgresql.org with @lists.postgresql.org for mailinglists 2019-01-19 19:06:35 +01:00
pg_controldata Unified logging system for command-line programs 2019-04-01 20:01:35 +02:00
pg_ctl Unified logging system for command-line programs 2019-04-01 20:01:35 +02:00
pg_dump Unified logging system for command-line programs 2019-04-01 20:01:35 +02:00
pg_resetwal Unified logging system for command-line programs 2019-04-01 20:01:35 +02:00
pg_rewind Unified logging system for command-line programs 2019-04-01 20:01:35 +02:00
pg_test_fsync Unified logging system for command-line programs 2019-04-01 20:01:35 +02:00
pg_test_timing Translation updates 2018-05-21 12:29:52 -04:00
pg_upgrade Unified logging system for command-line programs 2019-04-01 20:01:35 +02:00
pg_waldump Unified logging system for command-line programs 2019-04-01 20:01:35 +02:00
pgbench Restrict pgbench's zipfian parameter to ensure good performance. 2019-04-01 17:37:34 -04:00
pgevent Update copyright for 2019 2019-01-02 12:44:25 -05:00
psql Unified logging system for command-line programs 2019-04-01 20:01:35 +02:00
scripts Unified logging system for command-line programs 2019-04-01 20:01:35 +02:00
Makefile Rename pg_verify_checksums to pg_checksums 2019-03-13 10:43:20 +09:00