aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_basebackup/t/010_pg_basebackup.pl
Commit message (Expand)AuthorAge
* Fix inconsistent quoting for some options in TAP testsMichael Paquier2025-03-17
* Improve TAP tests of pg_basebackupMichael Paquier2025-01-23
* Improve grammar of options for command arrays in TAP testsMichael Paquier2025-01-22
* Run perltidyMichael Paquier2025-01-22
* Update copyright for 2025Bruce Momjian2025-01-01
* Message style improvementsPeter Eisentraut2024-08-29
* Symlink pg_replslot robustly on Windows in pg_basebackup testAndrew Dunstan2024-07-08
* Skip some permissions checks on CygwinAndrew Dunstan2024-06-13
* Pre-beta mechanical code beautification.Tom Lane2024-05-14
* Try again to add test coverage for pg_combinebackup w/tablespaces.Robert Haas2024-04-23
* Revert recent ill-advised test case changes.Robert Haas2024-04-19
* Make PostgreSQL::Test::Cluster::init_from_backup handle tablespaces.Robert Haas2024-04-19
* Allow dbname to be written as part of connstring via pg_basebackup's -R option.Amit Kapila2024-03-21
* Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting war...Peter Eisentraut2024-03-19
* Add the system identifier to backup manifests.Robert Haas2024-03-13
* Remove AIX supportHeikki Linnakangas2024-02-28
* Skip .DS_Store files in server side utilsDaniel Gustafsson2024-02-13
* Update copyright for 2024Bruce Momjian2024-01-03
* Make all Perl warnings fatalPeter Eisentraut2023-12-29
* Add support for incremental backup.Robert Haas2023-12-20
* Fix tmpdir issues with commit e213de8e78Andrew Dunstan2023-07-08
* Use shorter location for pg_replslot in pg_basebackup testAndrew Dunstan2023-07-08
* Skip pg_baseback long filename test if path too long on WindowsAndrew Dunstan2023-07-06
* Improve pg_basebackup long file name test Windows robustnessAndrew Dunstan2023-07-03
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Support long distance matching for zstd compressionTomas Vondra2023-04-06
* Update copyright for 2023Bruce Momjian2023-01-02
* Message style improvementsPeter Eisentraut2022-09-24
* Simplify handling of compression level with compression specificationsMichael Paquier2022-09-14
* Remove unnecessary Windows-specific basebackup code.Thomas Munro2022-07-22
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Use standard timeout, in 010_pg_basebackup.pl.Noah Misch2022-04-15
* Remove exclusive backup modeStephen Frost2022-04-06
* Allow parallel zstd compression when taking a base backup.Robert Haas2022-03-30
* Harden TAP tests that intentionally corrupt page checksums.Tom Lane2022-03-25
* Remove unused module imports from TAP testsDaniel Gustafsson2022-03-24
* Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas2022-03-23
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-15
* Quick exit on log stream child exit in pg_basebackupDaniel Gustafsson2022-02-23
* Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan2022-02-20
* Remove command checks in tests of pg_basebackup and pg_receivewalMichael Paquier2022-02-15
* Authorize new user in pg_basebackup testsAndrew Dunstan2022-02-03
* Fix server crash bug in 'server' backup target.Robert Haas2022-02-02
* Unbreak pg_basebackup/t/010_pg_basebackup.pl on msysAndrew Dunstan2022-01-24
* Extend the options of pg_basebackup to control compressionMichael Paquier2022-01-21
* Support base backup targets.Robert Haas2022-01-20
* tests: Consistently use pg_basebackup -cfast --no-sync to accelerate tests.Andres Freund2022-01-17
* Fix thinko coming from 000f3adfMichael Paquier2022-01-08
* Update copyright for 2022Bruce Momjian2022-01-07
* Add TAP tests for pg_basebackup with compressionMichael Paquier2022-01-07