summaryrefslogtreecommitdiff
path: root/src/test/perl/PostgreSQL/Test
AgeCommit message (Expand)Author
2023-04-18Fix Utils.pm's locale-munging so that Perl itself is also affected.Tom Lane
2023-04-18Fix various typosDavid Rowley
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08TAP test for logical decoding on standbyAndres Freund
2023-04-08Add support for Kerberos credential delegationStephen Frost
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-18Fix AdjustUpgrade.pm's view conversion list for --with-lz4.Tom Lane
2023-01-18Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-17AdjustUpgrade.pm should zap test_ext_cine, too.Tom Lane
2023-01-17Create common infrastructure for cross-version upgrade testing.Tom Lane
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-17Account for IPC::Run::result() Windows behavior change.Noah Misch
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-20Split TESTDIR into TESTLOGDIR and TESTDATADIRAndres Freund
2022-09-20Don't hardcode tmp_check/ as test directory for tap testsAndres Freund
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-10Add timestamp and elapsed time decorations to TAP test logsAndrew Dunstan
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-31Add diagnostic output on error in pump_untilDaniel Gustafsson
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-23Add function to pump IPC process until string matchDaniel Gustafsson
2022-02-20Remove most msys special processing in TAP testsAndrew Dunstan
2022-02-20Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan
2022-02-17Disable perl2host() processing in TAP testsAndrew 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-27Improve msys2 detection for TAP testsAndrew Dunstan
2022-01-27On sparc64+ext4, suppress test failures from known WAL read failure.Noah Misch
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