index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
perl
/
TestLib.pm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Perl test modules to a better namespace
Andrew Dunstan
2021-10-24
1
-1007
/
+0
*
Fix TestLib::slurp_file() with offset on windows.
Andres Freund
2021-10-04
1
-18
/
+18
*
Fix places in TestLib.pm in need of adaptation to the output of Msys perl
Michael Paquier
2021-09-22
1
-0
/
+5
*
Make TestLib::perl2host more consistent and robust
Andrew Dunstan
2021-07-29
1
-1
/
+5
*
Improve TestLib::system_or_bail error reporting
Alvaro Herrera
2021-07-06
1
-2
/
+22
*
Ignore more environment variables in pg_regress.c
Michael Paquier
2021-06-13
1
-0
/
+1
*
Ignore more environment variables in TAP tests
Michael Paquier
2021-06-03
1
-11
/
+32
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
1
-3
/
+4
*
Remove extraneous newlines added by perl copyright patch
Andrew Dunstan
2021-05-07
1
-1
/
+0
*
Add a copyright notice to perl files lacking one.
Andrew Dunstan
2021-05-07
1
-0
/
+3
*
Allow TestLib::slurp_file to skip contents, and use as needed
Andrew Dunstan
2021-04-16
1
-5
/
+16
*
Use croak instead of die in Perl code when appropriate
Peter Eisentraut
2020-10-22
1
-6
/
+7
*
Enable almost all TAP tests involving symlinks on Windows
Andrew Dunstan
2020-07-16
1
-6
/
+67
*
Tighten up Windows CRLF conversion in our TAP test scripts.
Tom Lane
2020-07-08
1
-1
/
+1
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
1
-1
/
+3
*
Allow using Unix-domain sockets on Windows in tests
Peter Eisentraut
2020-03-30
1
-1
/
+7
*
When a TAP file has non-zero exit status, retain temporary directories.
Noah Misch
2020-02-05
1
-2
/
+7
*
Revert commits 290acac92b and 8a7e9e9dad.
Amit Kapila
2019-11-30
1
-37
/
+0
*
Move pump_until to TestLib.pm.
Amit Kapila
2019-11-28
1
-0
/
+37
*
Don't use native methods in TestLib::slurp_file on Msys
Andrew Dunstan
2019-11-27
1
-1
/
+1
*
Revert "Close stdin where it's not needed in TestLib.pm procedures"
Andrew Dunstan
2019-11-27
1
-38
/
+11
*
Fix closing stdin in TestLib.pm
Andrew Dunstan
2019-11-26
1
-9
/
+19
*
Close stdin where it's not needed in TestLib.pm procedures
Andrew Dunstan
2019-11-25
1
-10
/
+27
*
Use native methods to open input in TestLib::slurp_file on Windows.
Andrew Dunstan
2019-11-24
1
-4
/
+23
*
Suppress another CR in program output
Andrew Dunstan
2019-09-30
1
-0
/
+1
*
Add POD documentation to TestLib.pm
Alvaro Herrera
2019-09-02
1
-33
/
+307
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
1
-1
/
+1
*
Consolidate methods for translating a Perl path to a Windows path.
Noah Misch
2019-06-21
1
-10
/
+19
*
Initial pgperltidy run for v12.
Tom Lane
2019-05-22
1
-1
/
+1
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
1
-0
/
+1
*
Add TAP test to check consistency of minimum recovery LSN
Michael Paquier
2019-03-13
1
-0
/
+11
*
Allow ENOENT in check_mode_recursive().
Noah Misch
2018-09-08
1
-4
/
+17
*
Use $Test::Builder::Level in TAP test functions
Peter Eisentraut
2018-07-01
1
-0
/
+11
*
Fix whitespace
Peter Eisentraut
2018-06-27
1
-2
/
+2
*
Don't fall off the end of perl functions
Andrew Dunstan
2018-05-27
1
-0
/
+14
*
Restrict vertical tightness to parentheses in Perl code
Andrew Dunstan
2018-05-09
1
-2
/
+4
*
Reindent Perl files with perltidy version 20170521.
Tom Lane
2018-04-25
1
-36
/
+36
*
Allow group access on PGDATA
Stephen Frost
2018-04-07
1
-0
/
+25
*
Refactor dir/file permissions
Stephen Frost
2018-04-07
1
-0
/
+73
*
Don't use an Msys virtual path to create a tablespace
Andrew Dunstan
2018-03-20
1
-0
/
+18
*
Raise Test::More version requirement
Peter Eisentraut
2018-03-06
1
-2
/
+2
*
Fix ssl tests for when tls-server-end-point is not supported
Peter Eisentraut
2018-01-09
1
-0
/
+19
*
Avoid putting build-location-dependent strings into generated files.
Tom Lane
2017-12-21
1
-1
/
+1
*
Avoid and detect SIGPIPE race in TAP tests.
Noah Misch
2017-12-16
1
-0
/
+4
*
Fix more portability issues in new pgbench TAP tests.
Tom Lane
2017-09-08
1
-6
/
+8
*
Add much-more-extensive TAP tests for pgbench.
Tom Lane
2017-09-08
1
-0
/
+38
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
1
-0
/
+1
*
Work around Msys weakness in Testlib.pm's command_like()
Andrew Dunstan
2017-07-26
1
-0
/
+19
*
Post-PG 10 beta1 pgperltidy run
Bruce Momjian
2017-05-17
1
-2
/
+3
*
Require sufficiently modern version of Test::More for TAP tests
Andrew Dunstan
2017-04-22
1
-1
/
+2
[next]