postgresql/src/bin
Magnus Hagander 4eb77d50c2 Validate page level checksums in base backups
When base backups are run over the replication protocol (for example
using pg_basebackup), verify the checksums of all data blocks if
checksums are enabled. If checksum failures are encountered, log them
as warnings but don't abort the backup.

This becomes the default behaviour in pg_basebackup (provided checksums
are enabled on the server), so add a switch (-k) to disable the checks
if necessary.

Author: Michael Banck
Reviewed-By: Magnus Hagander, David Steele
Discussion: https://postgr.es/m/20180228180856.GE13784@nighthawk.caipicrew.dd-dns.de
2018-04-03 13:47:16 +02:00
..
initdb initdb: Further polishing of --wal-segsize option 2018-03-25 14:58:21 -04:00
pg_archivecleanup pg_archivecleanup: Add test suite 2017-09-14 22:23:00 -04:00
pg_basebackup Validate page level checksums in base backups 2018-04-03 13:47:16 +02:00
pg_config Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_controldata Add #includes missed in commit e22b27f0cb. 2018-03-25 00:46:43 -04:00
pg_ctl Support huge pages on Windows 2018-01-21 15:40:46 +01:00
pg_dump Fix a boatload of typos in C comments. 2018-04-01 15:01:28 -04:00
pg_resetwal pg_resetwal: Allow users to change the WAL segment size 2018-03-25 14:58:49 -04:00
pg_rewind Make pg_rewind skip files and directories that are removed during server start. 2018-03-29 04:56:52 +09:00
pg_test_fsync Make WAL segment size configurable at initdb time. 2017-09-19 22:03:48 -07:00
pg_test_timing pg_test_timing: Some NLS fixes 2017-08-26 09:25:19 -04:00
pg_upgrade Empty search_path in Autovacuum and non-psql/pgbench clients. 2018-02-26 07:39:44 -08:00
pg_waldump Update copyright for 2018 2018-01-02 23:30:12 -05:00
pgbench Fix portability and translatability issues in commit 64f85894a. 2018-03-31 12:32:35 -04:00
pgevent Update copyright for 2018 2018-01-02 23:30:12 -05:00
psql Tab completion for MERGE 2018-04-03 12:18:25 +01:00
scripts Fix assorted issues in parallel vacuumdb. 2018-03-31 16:28:52 -04:00
Makefile Update copyright for 2018 2018-01-02 23:30:12 -05:00