summaryrefslogtreecommitdiff
path: root/src/bin/pg_verifybackup/t
Commit message (Expand)AuthorAgeFilesLines
* Support long distance matching for zstd compressionTomas Vondra2023-04-062-0/+16
* Add support for progress reporting to pg_verifybackupMichael Paquier2023-02-061-4/+13
* Update copyright for 2023Bruce Momjian2023-01-0210-10/+10
* Clean up some includes and comments in TAP test scriptsMichael Paquier2022-07-071-1/+0
* Pre-beta mechanical code beautification.Tom Lane2022-05-127-107/+122
* Improve frontend error logging style.Tom Lane2022-04-081-1/+1
* Allow parallel zstd compression when taking a base backup.Robert Haas2022-03-302-5/+57
* Remove unused module imports from TAP testsDaniel Gustafsson2022-03-249-16/+0
* Change HAVE_LIBLZ4 and HAVE_LIBZSTD tests to USE_LZ4 and USE_ZSTD.Robert Haas2022-03-153-6/+6
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-152-2/+2
* Add support for zstd base backup compression.Robert Haas2022-03-083-0/+22
* Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan2022-02-202-4/+3
* Add ./configure check for "lz4" commandMichael Paquier2022-02-142-4/+6
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-1110-11/+30
* pg_basebackup: Allow client-side LZ4 (de)compression.Robert Haas2022-02-112-1/+117
* Add suport for server-side LZ4 base backup compression.Robert Haas2022-02-111-1/+9
* Remove superfluous variable.Robert Haas2022-01-281-1/+0
* Fix mistakes in commit d45099425eb19e420433c9d81d354fe585f4dbd6.Robert Haas2022-01-281-1/+1
* Allow server-side compression to be used with -Fp.Robert Haas2022-01-281-0/+61
* Unbreak pg_verifybackup/t/008_untar.pl on msysAndrew Dunstan2022-01-241-1/+2
* Server-side gzip compression.Robert Haas2022-01-241-0/+104
* tests: Consistently use pg_basebackup -cfast --no-sync to accelerate tests.Andres Freund2022-01-175-6/+6
* Update copyright for 2022Bruce Momjian2022-01-077-7/+7
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-247-22/+22
* Add more $Test::Builder::Level in the TAP testsMichael Paquier2021-10-121-0/+6
* Fix warning in TAP test of pg_verifybackupMichael Paquier2021-10-061-1/+1
* Fix backup manifests to generate correct WAL-Ranges across timelinesMichael Paquier2021-08-231-1/+18
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-295-5/+5
* Simplify error handing of jsonapi.c for the frontendMichael Paquier2021-07-021-1/+1
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-077-0/+21
* Message fixes and style improvementsPeter Eisentraut2020-09-141-8/+8
* tap tests: replace 'master' with 'primary'.Andres Freund2020-07-085-29/+29
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-147-149/+173
* Rename pg_validatebackup to pg_verifybackup.Robert Haas2020-04-127-0/+751