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
Age
Commit message (
Expand
)
Author
2023-01-16
Create common infrastructure for cross-version upgrade testing.
Tom Lane
2022-11-17
Account for IPC::Run::result() Windows behavior change.
Noah Misch
2021-10-23
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-10-23
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
Noah Misch
2021-10-04
Fix TestLib::slurp_file() with offset on windows.
Andres Freund
2021-09-22
Fix places in TestLib.pm in need of adaptation to the output of Msys perl
Michael Paquier
2021-06-13
Ignore more environment variables in pg_regress.c
Michael Paquier
2021-06-12
Remove PGSSLCRLDIR from the list of variables ignored in TAP tests
Michael Paquier
2021-06-09
Back-port a few PostgresNode.pm methods.
Robert Haas
2021-06-03
In PostgresNode.pm, don't pass SQL to psql on the command line
Andrew Dunstan
2021-06-03
Ignore more environment variables in TAP tests
Michael Paquier
2021-04-21
fix silly perl error in commit d064afc720
Andrew Dunstan
2021-04-21
Only ever test for non-127.0.0.1 addresses on Windows in PostgresNode
Andrew Dunstan
2021-04-16
Allow TestLib::slurp_file to skip contents, and use as needed
Andrew Dunstan
2020-12-15
Use native methods to open input in TestLib::slurp_file on Windows.
Andrew Dunstan
2020-07-09
Tighten up Windows CRLF conversion in our TAP test scripts.
Tom Lane
2020-02-05
When a TAP file has non-zero exit status, retain temporary directories.
Noah Misch
2019-06-21
Consolidate methods for translating a Perl path to a Windows path.
Noah Misch
2019-05-11
Honor TEMP_CONFIG in TAP suites.
Noah Misch
2019-05-08
Probe only 127.0.0.1 when looking for ports on Unix.
Thomas Munro
2019-04-14
Test both 0.0.0.0 and 127.0.0.x addresses to find a usable port.
Noah Misch
2019-04-14
MSYS: Skip src/test/recovery/t/017_shm.pl.
Noah Misch
2019-04-13
When Perl "kill(9, ...)" fails, try "pg_ctl kill".
Noah Misch
2019-04-12
Consistently test for in-use shared memory.
Noah Misch
2019-04-05
Revert "Consistently test for in-use shared memory."
Noah Misch
2019-04-03
Consistently test for in-use shared memory.
Noah Misch
2018-10-16
Fix mis-backpatch of c015ccb306ec81bca3023818c9cf0113cae25be1.
Tom Lane
2018-10-16
Make PostgresNode.pm's poll_query_until() more chatty about failures.
Tom Lane
2017-09-11
Fix RecursiveCopy.pm to cope with disappearing files.
Tom Lane
2017-07-25
Make PostgresNode easily subclassable
Alvaro Herrera
2017-06-26
Reduce wal_retrieve_retry_interval in applicable TAP tests.
Tom Lane
2017-05-12
Honor PROVE_FLAGS environment setting
Andrew Dunstan
2017-04-23
Fix TAP infrastructure to support Mingw better
Andrew Dunstan
2017-04-22
Make PostgresNode.pm check server status more carefully.
Tom Lane
2017-04-22
Make PostgresNode::append_conf append a newline automatically.
Tom Lane
2017-03-01
Fix timeouts in PostgresNode::psql
Peter Eisentraut
2017-01-12
Fix mistake in comment
Peter Eisentraut
2016-11-07
Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.
Noah Misch
2016-10-05
Update obsolete comments and perldoc.
Robert Haas
2016-09-23
Install TAP test infrastructure so it's available for extension testing.
Tom Lane
2016-08-15
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-07-26
Fix improper example of using psql() function in TAP tests documentation.
Fujii Masao
2016-07-25
Give recovery tests more time to finish
Alvaro Herrera
2016-07-09
Fix TAP tests and MSVC scripts for pathnames with spaces.
Tom Lane
2016-06-12
Finish pgindent run for 9.6: Perl files.
Noah Misch
2016-04-26
Fix order of shutdown cleanup operations in PostgresNode.pm.
Tom Lane
2016-04-25
Try harder to detect a port conflict in PostgresNode.pm.
Tom Lane
2016-04-24
Improve PostgresNode.pm's logic for detecting already-in-use ports.
Tom Lane
2016-04-08
Add regression tests for multiple synchronous standbys.
Fujii Masao
2016-04-01
Copyedit comments and documentation.
Noah Misch
[next]