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