aboutsummaryrefslogtreecommitdiff
path: root/src/test/perl/PostgreSQL/Test/Utils.pm
Commit message (Expand)AuthorAge
* Add test for pg_upgrade file transfer modes.Nathan Bossart2025-03-20
* Apply more consistent style for command options in TAP testsMichael Paquier2025-03-17
* Refactor TAP test code for file comparisons into new routine in Utils.pmMichael Paquier2025-02-09
* Update copyright for 2025Bruce Momjian2025-01-01
* Backport IPC::Run optimization to src/test/perl.Noah Misch2024-04-06
* Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting war...Peter Eisentraut2024-03-19
* Update copyright for 2024Bruce Momjian2024-01-03
* Make all Perl warnings fatalPeter Eisentraut2023-12-29
* Add test for checking the line length of --help outputPeter Eisentraut2023-10-06
* Don't trust unvalidated xl_tot_len.Thomas Munro2023-09-23
* Fix Perl warningPeter Eisentraut2023-07-08
* Make PG_TEST_NOCLEAN work for temporary directories in TAP testsMichael Paquier2023-07-03
* Spell the values of libpq's gssdelegation parameter as "0" and "1".Tom Lane2023-05-22
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix Utils.pm's locale-munging so that Perl itself is also affected.Tom Lane2023-04-18
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-13
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-08
* Add support for Kerberos credential delegationStephen Frost2023-04-07
* Update copyright for 2023Bruce Momjian2023-01-02
* Account for IPC::Run::result() Windows behavior change.Noah Misch2022-11-17
* Split TESTDIR into TESTLOGDIR and TESTDATADIRAndres Freund2022-09-19
* Don't hardcode tmp_check/ as test directory for tap testsAndres Freund2022-09-19
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Add diagnostic output on error in pump_untilDaniel Gustafsson2022-03-31
* Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch2022-03-04
* Add function to pump IPC process until string matchDaniel Gustafsson2022-02-23
* Remove most msys special processing in TAP testsAndrew Dunstan2022-02-20
* Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan2022-02-20
* Disable perl2host() processing in TAP testsAndrew Dunstan2022-02-17
* Improve msys2 detection for TAP testsAndrew Dunstan2022-01-27
* On sparc64+ext4, suppress test failures from known WAL read failure.Noah Misch2022-01-26
* Update copyright for 2022Bruce Momjian2022-01-07
* Doc: update some things relevant to minimum Test::More version.Tom Lane2021-11-21
* Require version 0.98 of Test::More for TAP testsAndrew Dunstan2021-11-20
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-24