aboutsummaryrefslogtreecommitdiff
path: root/src/test/perl/PostgreSQL/Test/Cluster.pm
Commit message (Expand)AuthorAge
* 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
* Change debug printing to log filenameDaniel Gustafsson2024-04-08
* Allow synced slots to have their inactive_since.Amit Kapila2024-04-05
* Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting war...Peter Eisentraut2024-03-19
* Remove references to backup_fs_hot() in Cluster.pmMichael Paquier2024-03-18
* Add PostgreSQL::Test::Cluster::wait_for_event()Michael Paquier2024-03-04
* Add option force_initdb to PostgreSQL::Test::Cluster:init()Michael Paquier2024-02-21
* Fix test race between primary XLOG_RUNNING_XACTS and standby logical slot.Noah Misch2024-02-19
* Allow passing extra options to initdb for testsPeter Eisentraut2024-02-15
* Fix an issue in PostgreSQL::Test::Cluster:psql()Peter Eisentraut2024-01-18
* Update copyright for 2024Bruce Momjian2024-01-03
* Make all Perl warnings fatalPeter Eisentraut2023-12-29
* Set readline-relevant ENV vars in interactive_psql(), not caller.Tom Lane2023-12-23
* Add PostgreSQL::Test::Cluster::advance_walMichael Paquier2023-12-21
* Add support for incremental backup.Robert Haas2023-12-20
* Add option to specify timeout seconds to BackgroundPsql.pm.Masahiko Sawada2023-11-30
* Fix wrong description of BackgroundPsql's timeout.Masahiko Sawada2023-11-30
* Avoid using internal test methods in SSL testsDaniel Gustafsson2023-09-22
* Perl: Remove useless linesAlvaro Herrera2023-08-29
* Avoid non-POSIX cp flagsAndres Freund2023-08-25
* Use "template" data directory in testsAndres Freund2023-08-24
* Avoid use of Perl getprotobynamePeter Eisentraut2023-08-23
* Refactor routine to find single log content pattern in TAP testsMichael Paquier2023-06-09
* Refactor log check logic for connect_ok/fails in PostgreSQL::Test::ClusterMichael Paquier2023-06-09
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Add a test to verify that subscription to the standby works.Amit Kapila2023-04-27
* TAP test for logical decoding on standbyAndres Freund2023-04-08
* Refactor background psql TAP functionsDaniel Gustafsson2023-04-07
* Support connection load balancing in libpqDaniel Gustafsson2023-03-29
* Add wait_for_replay_catchup wrapper to Cluster.pmAlvaro Herrera2023-02-13
* Update copyright for 2023Bruce Momjian2023-01-02
* Fix perl warning from commit 9b4eafcaf4Andrew Dunstan2022-11-23
* Prevent port collisions between concurrent TAP testsAndrew Dunstan2022-11-20
* doc: update metacpan.org links to avoid redirectsDaniel Gustafsson2022-11-16
* Make PostgreSQL::Test::Cluster::config_data more flexibleAndrew Dunstan2022-11-13
* If wait_for_catchup fails under has_wal_read_bug, skip balance of test.Noah Misch2022-11-12
* Better handle interrupting TAP testsAlvaro Herrera2022-10-19
* Remove no-longer-needed compatibility hackAlvaro Herrera2022-10-18
* Bump minimum Perl version to 5.14John Naylor2022-09-14
* Add wait_for_subscription_sync for TAP tests.Amit Kapila2022-08-03
* Add pg_version() to PostgreSQL::Test::ClusterMichael Paquier2022-05-20
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* pgstat: remove stats_temp_directory.Andres Freund2022-04-06
* Remove exclusive backup modeStephen Frost2022-04-06
* Remove use of perl parent module in Cluster.pmAndrew Dunstan2022-03-31
* Fix comment typo in PotsgreSQL::Test::Cluster moduleAndrew Dunstan2022-03-31
* Make PostgreSQL::Test::Cluster compatible with all live branchesAndrew Dunstan2022-03-30