summaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/t
Commit message (Expand)AuthorAgeFilesLines
* Fix pg_basebackup with in-place tablespaces some more.Robert Haas2023-04-181-0/+40
* Support long distance matching for zstd compressionTomas Vondra2023-04-061-1/+8
* Update copyright for 2023Bruce Momjian2023-01-023-3/+3
* Message style improvementsPeter Eisentraut2022-09-242-4/+4
* Simplify handling of compression level with compression specificationsMichael Paquier2022-09-141-62/+72
* Remove unnecessary Windows-specific basebackup code.Thomas Munro2022-07-221-0/+17
* Pre-beta mechanical code beautification.Tom Lane2022-05-123-42/+83
* Use standard timeout, in 010_pg_basebackup.pl.Noah Misch2022-04-151-1/+2
* Rework compression options of pg_receivewalMichael Paquier2022-04-131-19/+9
* Remove exclusive backup modeStephen Frost2022-04-061-0/+4
* Allow parallel zstd compression when taking a base backup.Robert Haas2022-03-301-0/+5
* Harden TAP tests that intentionally corrupt page checksums.Tom Lane2022-03-251-23/+11
* Remove unused module imports from TAP testsDaniel Gustafsson2022-03-241-2/+0
* Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas2022-03-231-6/+66
* Change HAVE_LIBLZ4 and HAVE_LIBZSTD tests to USE_LZ4 and USE_ZSTD.Robert Haas2022-03-151-1/+1
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-151-2/+2
* Quick exit on log stream child exit in pg_basebackupDaniel Gustafsson2022-02-231-0/+34
* Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan2022-02-201-10/+8
* Remove command checks in tests of pg_basebackup and pg_receivewalMichael Paquier2022-02-152-9/+6
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-112-2/+6
* Authorize new user in pg_basebackup testsAndrew Dunstan2022-02-031-1/+2
* Fix server crash bug in 'server' backup target.Robert Haas2022-02-021-1/+12
* Unbreak pg_basebackup/t/010_pg_basebackup.pl on msysAndrew Dunstan2022-01-241-1/+1
* Extend the options of pg_basebackup to control compressionMichael Paquier2022-01-211-4/+32
* Support base backup targets.Robert Haas2022-01-201-1/+63
* tests: Consistently use pg_basebackup -cfast --no-sync to accelerate tests.Andres Freund2022-01-171-49/+55
* Clean up TAP tests' usage of wait_for_catchup().Tom Lane2022-01-161-1/+1
* Fix thinko coming from 000f3adfMichael Paquier2022-01-081-4/+17
* Update copyright for 2022Bruce Momjian2022-01-073-3/+3
* Add TAP tests for pg_basebackup with compressionMichael Paquier2022-01-071-1/+36
* Fix typo in TAP tests of pg_receivewalMichael Paquier2021-12-181-1/+1
* Revert "Check that we have a working tar before trying to use it"Andrew Dunstan2021-12-081-2/+4
* Check that we have a working tar before trying to use itAndrew Dunstan2021-12-081-1/+2
* Add support for LZ4 compression in pg_receivewalMichael Paquier2021-11-051-8/+64
* Rework compression options of pg_receivewalMichael Paquier2021-11-041-3/+13
* Add TAP test for pg_receivewal with timeline switchMichael Paquier2021-11-011-1/+61
* Speed up TAP tests of pg_receivewalMichael Paquier2021-10-291-11/+13
* Allow pg_receivewal to stream from a slot's restart LSNMichael Paquier2021-10-261-1/+52
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-243-15/+15
* Enable TAP tests of pg_receivewal for ZLIB on Windows, take threeMichael Paquier2021-07-311-5/+3
* Use --no-loop for new calls of pg_receivewal --endpos in TAP testsMichael Paquier2021-07-301-2/+6
* Avoid calling TestLib::perl2host on a symlinked directoryAndrew Dunstan2021-07-291-5/+7
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-293-4/+4
* Simplify matching pattern check in TAP tests of pg_receivewalMichael Paquier2021-07-271-1/+1
* Skip trailing whitespaces when parsing integer optionsMichael Paquier2021-07-271-1/+3
* Disable TAP tests of pg_receivewal for ZLIB on WindowsMichael Paquier2021-07-221-3/+5
* Re-enable TAP tests of pg_receivewal for ZLIB on WindowsMichael Paquier2021-07-201-5/+3
* Disable tests involving ZLIB on Windows for pg_receivewalMichael Paquier2021-07-161-3/+5
* Fix portability issue with gzip in TAP test of pg_receivewalMichael Paquier2021-07-151-3/+2
* Add TAP tests for ZLIB compression for pg_receivewalMichael Paquier2021-07-151-2/+77