summaryrefslogtreecommitdiff
path: root/src/test/perl/PostgreSQL/Test/Utils.pm
Commit message (Expand)AuthorAgeFilesLines
* Fix Utils.pm's locale-munging so that Perl itself is also affected.Tom Lane2023-04-181-0/+2
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-131-0/+27
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-081-27/+0
* Add support for Kerberos credential delegationStephen Frost2023-04-071-0/+27
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Account for IPC::Run::result() Windows behavior change.Noah Misch2022-11-171-8/+4
* Split TESTDIR into TESTLOGDIR and TESTDATADIRAndres Freund2022-09-191-5/+5
* Don't hardcode tmp_check/ as test directory for tap testsAndres Freund2022-09-191-1/+1
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-6/+11
* Add diagnostic output on error in pump_untilDaniel Gustafsson2022-03-311-2/+10
* Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch2022-03-041-2/+6
* Add function to pump IPC process until string matchDaniel Gustafsson2022-02-231-0/+23
* Remove most msys special processing in TAP testsAndrew Dunstan2022-02-201-6/+0
* Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan2022-02-201-58/+0
* Disable perl2host() processing in TAP testsAndrew Dunstan2022-02-171-1/+1
* Improve msys2 detection for TAP testsAndrew Dunstan2022-01-271-1/+2
* On sparc64+ext4, suppress test failures from known WAL read failure.Noah Misch2022-01-261-0/+23
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Doc: update some things relevant to minimum Test::More version.Tom Lane2021-11-211-2/+1
* Require version 0.98 of Test::More for TAP testsAndrew Dunstan2021-11-201-1/+1
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-241-0/+1007