summaryrefslogtreecommitdiff
path: root/src/test/perl/PostgreSQL/Test/Cluster.pm
Commit message (Expand)AuthorAgeFilesLines
* Add a test to verify that subscription to the standby works.Amit Kapila2023-04-271-3/+18
* TAP test for logical decoding on standbyAndres Freund2023-04-081-0/+37
* Refactor background psql TAP functionsDaniel Gustafsson2023-04-071-63/+16
* Support connection load balancing in libpqDaniel Gustafsson2023-03-291-0/+16
* Add wait_for_replay_catchup wrapper to Cluster.pmAlvaro Herrera2023-02-131-0/+23
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Fix perl warning from commit 9b4eafcaf4Andrew Dunstan2022-11-231-1/+1
* Prevent port collisions between concurrent TAP testsAndrew Dunstan2022-11-201-5/+60
* doc: update metacpan.org links to avoid redirectsDaniel Gustafsson2022-11-161-1/+1
* Make PostgreSQL::Test::Cluster::config_data more flexibleAndrew Dunstan2022-11-131-8/+35
* If wait_for_catchup fails under has_wal_read_bug, skip balance of test.Noah Misch2022-11-121-2/+17
* Better handle interrupting TAP testsAlvaro Herrera2022-10-191-3/+19
* Remove no-longer-needed compatibility hackAlvaro Herrera2022-10-181-6/+2
* Bump minimum Perl version to 5.14John Naylor2022-09-141-1/+1
* Add wait_for_subscription_sync for TAP tests.Amit Kapila2022-08-031-0/+44
* Add pg_version() to PostgreSQL::Test::ClusterMichael Paquier2022-05-201-0/+14
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-45/+61
* pgstat: remove stats_temp_directory.Andres Freund2022-04-061-4/+0
* Remove exclusive backup modeStephen Frost2022-04-061-55/+1
* Remove use of perl parent module in Cluster.pmAndrew Dunstan2022-03-311-2/+6
* Fix comment typo in PotsgreSQL::Test::Cluster moduleAndrew Dunstan2022-03-311-1/+1
* Make PostgreSQL::Test::Cluster compatible with all live branchesAndrew Dunstan2022-03-301-9/+70
* Make PostgreSQL::Test::Cluster::run_log() return a useful value.Robert Haas2022-03-291-2/+1
* Harden TAP tests that intentionally corrupt page checksums.Tom Lane2022-03-251-0/+31
* Remove unused module imports from TAP testsDaniel Gustafsson2022-03-241-1/+0
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-151-3/+3
* Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch2022-03-041-13/+16
* Remove most msys special processing in TAP testsAndrew Dunstan2022-02-201-14/+1
* Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan2022-02-201-2/+2
* Ensure that STDERR is empty in connect_ok testsDaniel Gustafsson2022-02-151-1/+4
* Add PostgreSQL::Test::Cluster::config_data()Michael Paquier2022-02-081-0/+25
* Tighten TAP tests' tracking of postmaster state some more.Tom Lane2022-01-201-6/+34
* TAP tests: check for postmaster.pid anyway when "pg_ctl start" fails.Tom Lane2022-01-191-3/+11
* Clean up TAP tests' usage of wait_for_catchup().Tom Lane2022-01-161-19/+19
* Respect permissions within logical replication.Jeff Davis2022-01-071-0/+36
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Make PG_TEST_USE_UNIX_SOCKETS work for tap tests on windows.Andres Freund2021-12-131-1/+12
* Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.Tom Lane2021-10-281-48/+0
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-241-0/+2811