index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
perl
/
PostgreSQL
/
Test
/
Utils.pm
Age
Commit message (
Expand
)
Author
2025-07-11
Force LC_NUMERIC to C while running TAP tests.
Tom Lane
2025-03-20
Add test for pg_upgrade file transfer modes.
Nathan Bossart
2025-03-17
Apply more consistent style for command options in TAP tests
Michael Paquier
2025-02-09
Refactor TAP test code for file comparisons into new routine in Utils.pm
Michael Paquier
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-04-06
Backport IPC::Run optimization to src/test/perl.
Noah Misch
2024-03-19
Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting war...
Peter Eisentraut
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-29
Make all Perl warnings fatal
Peter Eisentraut
2023-10-06
Add test for checking the line length of --help output
Peter Eisentraut
2023-09-23
Don't trust unvalidated xl_tot_len.
Thomas Munro
2023-07-08
Fix Perl warning
Peter Eisentraut
2023-07-03
Make PG_TEST_NOCLEAN work for temporary directories in TAP tests
Michael Paquier
2023-05-22
Spell the values of libpq's gssdelegation parameter as "0" and "1".
Tom Lane
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-18
Fix Utils.pm's locale-munging so that Perl itself is also affected.
Tom Lane
2023-04-13
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-07
Add support for Kerberos credential delegation
Stephen Frost
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-17
Account for IPC::Run::result() Windows behavior change.
Noah Misch
2022-09-19
Split TESTDIR into TESTLOGDIR and TESTDATADIR
Andres Freund
2022-09-19
Don't hardcode tmp_check/ as test directory for tap tests
Andres Freund
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-03-31
Add diagnostic output on error in pump_until
Daniel Gustafsson
2022-03-04
Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.
Noah Misch
2022-02-23
Add function to pump IPC process until string match
Daniel Gustafsson
2022-02-20
Remove most msys special processing in TAP tests
Andrew Dunstan
2022-02-20
Remove PostgreSQL::Test::Utils::perl2host completely
Andrew Dunstan
2022-02-17
Disable perl2host() processing in TAP tests
Andrew Dunstan
2022-01-27
Improve msys2 detection for TAP tests
Andrew Dunstan
2022-01-26
On sparc64+ext4, suppress test failures from known WAL read failure.
Noah Misch
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-11-21
Doc: update some things relevant to minimum Test::More version.
Tom Lane
2021-11-20
Require version 0.98 of Test::More for TAP tests
Andrew Dunstan
2021-10-24
Move Perl test modules to a better namespace
Andrew Dunstan