summaryrefslogtreecommitdiff
path: root/src/test/perl/PostgreSQL/Test/Cluster.pm
AgeCommit message (Expand)Author
2023-04-08TAP test for logical decoding on standbyAndres Freund
2023-04-07Refactor background psql TAP functionsDaniel Gustafsson
2023-03-29Support connection load balancing in libpqDaniel Gustafsson
2023-02-13Add wait_for_replay_catchup wrapper to Cluster.pmAlvaro Herrera
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-23Fix perl warning from commit 9b4eafcaf4Andrew Dunstan
2022-11-20Prevent port collisions between concurrent TAP testsAndrew Dunstan
2022-11-16doc: update metacpan.org links to avoid redirectsDaniel Gustafsson
2022-11-13Make PostgreSQL::Test::Cluster::config_data more flexibleAndrew Dunstan
2022-11-12If wait_for_catchup fails under has_wal_read_bug, skip balance of test.Noah Misch
2022-10-19Better handle interrupting TAP testsAlvaro Herrera
2022-10-18Remove no-longer-needed compatibility hackAlvaro Herrera
2022-09-14Bump minimum Perl version to 5.14John Naylor
2022-08-03Add wait_for_subscription_sync for TAP tests.Amit Kapila
2022-05-20Add pg_version() to PostgreSQL::Test::ClusterMichael Paquier
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-07pgstat: remove stats_temp_directory.Andres Freund
2022-04-06Remove exclusive backup modeStephen Frost
2022-03-31Remove use of perl parent module in Cluster.pmAndrew Dunstan
2022-03-31Fix comment typo in PotsgreSQL::Test::Cluster moduleAndrew Dunstan
2022-03-30Make PostgreSQL::Test::Cluster compatible with all live branchesAndrew Dunstan
2022-03-29Make PostgreSQL::Test::Cluster::run_log() return a useful value.Robert Haas
2022-03-25Harden TAP tests that intentionally corrupt page checksums.Tom Lane
2022-03-24Remove unused module imports from TAP testsDaniel Gustafsson
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-03-05Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch
2022-02-20Remove most msys special processing in TAP testsAndrew Dunstan
2022-02-20Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan
2022-02-15Ensure that STDERR is empty in connect_ok testsDaniel Gustafsson
2022-02-08Add PostgreSQL::Test::Cluster::config_data()Michael Paquier
2022-01-20Tighten TAP tests' tracking of postmaster state some more.Tom Lane
2022-01-19TAP tests: check for postmaster.pid anyway when "pg_ctl start" fails.Tom Lane
2022-01-16Clean up TAP tests' usage of wait_for_catchup().Tom Lane
2022-01-08Respect permissions within logical replication.Jeff Davis
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-13Make PG_TEST_USE_UNIX_SOCKETS work for tap tests on windows.Andres Freund
2021-10-28Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.Tom Lane
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan