summaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/t/010_pg_basebackup.pl
Commit message (Expand)AuthorAgeFilesLines
* Support long distance matching for zstd compressionTomas Vondra2023-04-061-1/+8
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Message style improvementsPeter Eisentraut2022-09-241-3/+3
* 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-121-33/+71
* Use standard timeout, in 010_pg_basebackup.pl.Noah Misch2022-04-151-1/+2
* 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
* 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-151-3/+2
* 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
* Fix thinko coming from 000f3adfMichael Paquier2022-01-081-4/+17
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Add TAP tests for pg_basebackup with compressionMichael Paquier2022-01-071-1/+36
* 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
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-241-9/+9
* Avoid calling TestLib::perl2host on a symlinked directoryAndrew Dunstan2021-07-291-5/+7
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-291-2/+2
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-1/+1
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-071-0/+3
* Replace magic constants for seek() calls in perl scriptsMichael Paquier2021-04-191-3/+4
* Blindly try to fix test script's tar invocation for MSYS.Tom Lane2021-03-181-2/+3
* Add end-to-end testing of pg_basebackup's tar-format output.Tom Lane2021-03-171-8/+47
* Remove gratuitous uses of deprecated SELECT INTOPeter Eisentraut2021-01-281-2/+2
* Enable almost all TAP tests involving symlinks on WindowsAndrew Dunstan2020-07-161-133/+147
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-6/+7
* Generate backup manifests for base backups, and validate them.Robert Haas2020-04-031-3/+5
* Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backupsMichael Paquier2020-02-241-4/+4
* Fix typos in various placesMichael Paquier2019-06-031-1/+1
* Initial pgperltidy run for v12.Tom Lane2019-05-221-1/+1
* Fix some issues with TAP tests of pg_basebackup and pg_verify_checksumsMichael Paquier2019-02-181-4/+4
* Integrate recovery.conf into postgresql.confPeter Eisentraut2018-11-251-9/+6
* perltidy run prior to branchingAndrew Dunstan2018-06-301-1/+4
* pg_basebackup: Remove short option -kPeter Eisentraut2018-05-211-1/+1
* Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan2018-05-091-18/+36
* perltidy: Add option --nooutdent-long-commentsPeter Eisentraut2018-04-271-4/+4
* perltidy: Add option --nooutdent-long-quotesPeter Eisentraut2018-04-271-4/+6
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-251-62/+76