| Age | Commit message (Expand) | Author |
| 2021-10-24 | Move Perl test modules to a better namespace | Andrew Dunstan |
| 2021-10-04 | Fix TestLib::slurp_file() with offset on windows. | Andres Freund |
| 2021-09-21 | Fix places in TestLib.pm in need of adaptation to the output of Msys perl | Michael Paquier |
| 2021-07-29 | Make TestLib::perl2host more consistent and robust | Andrew Dunstan |
| 2021-07-06 | Improve TestLib::system_or_bail error reporting | Alvaro Herrera |
| 2021-06-13 | Ignore more environment variables in pg_regress.c | Michael Paquier |
| 2021-06-03 | Ignore more environment variables in TAP tests | Michael Paquier |
| 2021-05-12 | Initial pgindent and pgperltidy run for v14. | Tom Lane |
| 2021-05-07 | Remove extraneous newlines added by perl copyright patch | Andrew Dunstan |
| 2021-05-07 | Add a copyright notice to perl files lacking one. | Andrew Dunstan |
| 2021-04-16 | Allow TestLib::slurp_file to skip contents, and use as needed | Andrew Dunstan |
| 2020-10-22 | Use croak instead of die in Perl code when appropriate | Peter Eisentraut |
| 2020-07-16 | Enable almost all TAP tests involving symlinks on Windows | Andrew Dunstan |
| 2020-07-09 | Tighten up Windows CRLF conversion in our TAP test scripts. | Tom Lane |
| 2020-05-14 | Initial pgindent and pgperltidy run for v13. | Tom Lane |
| 2020-03-30 | Allow using Unix-domain sockets on Windows in tests | Peter Eisentraut |
| 2020-02-05 | When a TAP file has non-zero exit status, retain temporary directories. | Noah Misch |
| 2019-11-30 | Revert commits 290acac92b and 8a7e9e9dad. | Amit Kapila |
| 2019-11-28 | Move pump_until to TestLib.pm. | Amit Kapila |
| 2019-11-27 | Don't use native methods in TestLib::slurp_file on Msys | Andrew Dunstan |
| 2019-11-27 | Revert "Close stdin where it's not needed in TestLib.pm procedures" | Andrew Dunstan |
| 2019-11-26 | Fix closing stdin in TestLib.pm | Andrew Dunstan |
| 2019-11-25 | Close stdin where it's not needed in TestLib.pm procedures | Andrew Dunstan |
| 2019-11-24 | Use native methods to open input in TestLib::slurp_file on Windows. | Andrew Dunstan |
| 2019-09-30 | Suppress another CR in program output | Andrew Dunstan |
| 2019-09-02 | Add POD documentation to TestLib.pm | Alvaro Herrera |
| 2019-07-16 | Fix inconsistencies and typos in the tree | Michael Paquier |
| 2019-06-22 | Consolidate methods for translating a Perl path to a Windows path. | Noah Misch |
| 2019-05-22 | Initial pgperltidy run for v12. | Tom Lane |
| 2019-04-01 | Unified logging system for command-line programs | Peter Eisentraut |
| 2019-03-13 | Add TAP test to check consistency of minimum recovery LSN | Michael Paquier |
| 2018-09-09 | Allow ENOENT in check_mode_recursive(). | Noah Misch |
| 2018-07-01 | Use $Test::Builder::Level in TAP test functions | Peter Eisentraut |
| 2018-06-27 | Fix whitespace | Peter Eisentraut |
| 2018-05-27 | Don't fall off the end of perl functions | Andrew Dunstan |
| 2018-05-09 | Restrict vertical tightness to parentheses in Perl code | Andrew Dunstan |
| 2018-04-25 | Reindent Perl files with perltidy version 20170521. | Tom Lane |
| 2018-04-07 | Allow group access on PGDATA | Stephen Frost |
| 2018-04-07 | Refactor dir/file permissions | Stephen Frost |
| 2018-03-19 | Don't use an Msys virtual path to create a tablespace | Andrew Dunstan |
| 2018-03-06 | Raise Test::More version requirement | Peter Eisentraut |
| 2018-01-09 | Fix ssl tests for when tls-server-end-point is not supported | Peter Eisentraut |
| 2017-12-21 | Avoid putting build-location-dependent strings into generated files. | Tom Lane |
| 2017-12-16 | Avoid and detect SIGPIPE race in TAP tests. | Noah Misch |
| 2017-09-08 | Fix more portability issues in new pgbench TAP tests. | Tom Lane |
| 2017-09-08 | Add much-more-extensive TAP tests for pgbench. | Tom Lane |
| 2017-08-14 | Final pgindent + perltidy run for v10. | Tom Lane |
| 2017-07-27 | Work around Msys weakness in Testlib.pm's command_like() | Andrew Dunstan |
| 2017-05-17 | Post-PG 10 beta1 pgperltidy run | Bruce Momjian |
| 2017-04-22 | Require sufficiently modern version of Test::More for TAP tests | Andrew Dunstan |