aboutsummaryrefslogtreecommitdiff
path: root/src/test/perl/TestLib.pm
Commit message (Expand)AuthorAge
* Enable almost all TAP tests involving symlinks on WindowsAndrew Dunstan2020-07-16
* Tighten up Windows CRLF conversion in our TAP test scripts.Tom Lane2020-07-08
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Allow using Unix-domain sockets on Windows in testsPeter Eisentraut2020-03-30
* When a TAP file has non-zero exit status, retain temporary directories.Noah Misch2020-02-05
* Revert commits 290acac92b and 8a7e9e9dad.Amit Kapila2019-11-30
* Move pump_until to TestLib.pm.Amit Kapila2019-11-28
* Don't use native methods in TestLib::slurp_file on MsysAndrew Dunstan2019-11-27
* Revert "Close stdin where it's not needed in TestLib.pm procedures"Andrew Dunstan2019-11-27
* Fix closing stdin in TestLib.pmAndrew Dunstan2019-11-26
* Close stdin where it's not needed in TestLib.pm proceduresAndrew Dunstan2019-11-25
* Use native methods to open input in TestLib::slurp_file on Windows.Andrew Dunstan2019-11-24
* Suppress another CR in program outputAndrew Dunstan2019-09-30
* Add POD documentation to TestLib.pmAlvaro Herrera2019-09-02
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-16
* Consolidate methods for translating a Perl path to a Windows path.Noah Misch2019-06-21
* Initial pgperltidy run for v12.Tom Lane2019-05-22
* Unified logging system for command-line programsPeter Eisentraut2019-04-01
* Add TAP test to check consistency of minimum recovery LSNMichael Paquier2019-03-13
* Allow ENOENT in check_mode_recursive().Noah Misch2018-09-08
* Use $Test::Builder::Level in TAP test functionsPeter Eisentraut2018-07-01
* Fix whitespacePeter Eisentraut2018-06-27
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-27
* Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan2018-05-09
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-25
* Allow group access on PGDATAStephen Frost2018-04-07
* Refactor dir/file permissionsStephen Frost2018-04-07
* Don't use an Msys virtual path to create a tablespaceAndrew Dunstan2018-03-20
* Raise Test::More version requirementPeter Eisentraut2018-03-06
* Fix ssl tests for when tls-server-end-point is not supportedPeter Eisentraut2018-01-09
* Avoid putting build-location-dependent strings into generated files.Tom Lane2017-12-21
* Avoid and detect SIGPIPE race in TAP tests.Noah Misch2017-12-16
* Fix more portability issues in new pgbench TAP tests.Tom Lane2017-09-08
* Add much-more-extensive TAP tests for pgbench.Tom Lane2017-09-08
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Work around Msys weakness in Testlib.pm's command_like()Andrew Dunstan2017-07-26
* Post-PG 10 beta1 pgperltidy runBruce Momjian2017-05-17
* Require sufficiently modern version of Test::More for TAP testsAndrew Dunstan2017-04-22
* Clean up Perl code according to perlcriticPeter Eisentraut2017-03-27
* Set log_line_prefix and application name in test driversPeter Eisentraut2016-09-30
* Add tests for various connection string issuesPeter Eisentraut2016-09-22
* pg_ctl: Add tests for promote actionPeter Eisentraut2016-09-21
* Make command_like output more compactPeter Eisentraut2016-09-21
* Finish pgindent run for 9.6: Perl files.Noah Misch2016-06-12
* Copyedit comments and documentation.Noah Misch2016-04-01
* Prefix temp data dirs with the node nameAlvaro Herrera2016-03-02
* Fix TAP tests for older Perls.Tom Lane2016-03-02
* TAP tests: retain temp dirs on test failureAlvaro Herrera2016-03-01
* Avoid odd portability problem in TestLib.pm's slurp_file function.Tom Lane2015-12-08
* Create TestLib.pm's tempdir underneath tmp_check/, not out in the open.Tom Lane2015-12-05