summaryrefslogtreecommitdiff
path: root/src/test/perl/PostgreSQL/Test/Utils.pm
AgeCommit message (Expand)Author
2023-04-18Fix Utils.pm's locale-munging so that Perl itself is also affected.Tom Lane
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-08Add support for Kerberos credential delegationStephen Frost
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-17Account for IPC::Run::result() Windows behavior change.Noah Misch
2022-09-20Split TESTDIR into TESTLOGDIR and TESTDATADIRAndres Freund
2022-09-20Don't hardcode tmp_check/ as test directory for tap testsAndres Freund
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-03-31Add diagnostic output on error in pump_untilDaniel Gustafsson
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-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-08Update copyright for 2022Bruce Momjian
2021-11-21Doc: update some things relevant to minimum Test::More version.Tom Lane
2021-11-20Require version 0.98 of Test::More for TAP testsAndrew Dunstan
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan