Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-10-04Fix TestLib::slurp_file() with offset on windows.Andres Freund
2021-09-21Fix places in TestLib.pm in need of adaptation to the output of Msys perlMichael Paquier
2021-07-29Make TestLib::perl2host more consistent and robustAndrew Dunstan
2021-07-06Improve TestLib::system_or_bail error reportingAlvaro Herrera
2021-06-13Ignore more environment variables in pg_regress.cMichael Paquier
2021-06-03Ignore more environment variables in TAP testsMichael Paquier
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-07Remove extraneous newlines added by perl copyright patchAndrew Dunstan
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-04-16Allow TestLib::slurp_file to skip contents, and use as neededAndrew Dunstan
2020-10-22Use croak instead of die in Perl code when appropriatePeter Eisentraut
2020-07-16Enable almost all TAP tests involving symlinks on WindowsAndrew Dunstan
2020-07-09Tighten up Windows CRLF conversion in our TAP test scripts.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-03-30Allow using Unix-domain sockets on Windows in testsPeter Eisentraut
2020-02-05When a TAP file has non-zero exit status, retain temporary directories.Noah Misch
2019-11-30Revert commits 290acac92b and 8a7e9e9dad.Amit Kapila
2019-11-28Move pump_until to TestLib.pm.Amit Kapila
2019-11-27Don't use native methods in TestLib::slurp_file on MsysAndrew Dunstan
2019-11-27Revert "Close stdin where it's not needed in TestLib.pm procedures"Andrew Dunstan
2019-11-26Fix closing stdin in TestLib.pmAndrew Dunstan
2019-11-25Close stdin where it's not needed in TestLib.pm proceduresAndrew Dunstan
2019-11-24Use native methods to open input in TestLib::slurp_file on Windows.Andrew Dunstan
2019-09-30Suppress another CR in program outputAndrew Dunstan
2019-09-02Add POD documentation to TestLib.pmAlvaro Herrera
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-06-22Consolidate methods for translating a Perl path to a Windows path.Noah Misch
2019-05-22Initial pgperltidy run for v12.Tom Lane
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-03-13Add TAP test to check consistency of minimum recovery LSNMichael Paquier
2018-09-09Allow ENOENT in check_mode_recursive().Noah Misch
2018-07-01Use $Test::Builder::Level in TAP test functionsPeter Eisentraut
2018-06-27Fix whitespacePeter Eisentraut
2018-05-27Don't fall off the end of perl functionsAndrew Dunstan
2018-05-09Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan
2018-04-25Reindent Perl files with perltidy version 20170521.Tom Lane
2018-04-07Allow group access on PGDATAStephen Frost
2018-04-07Refactor dir/file permissionsStephen Frost
2018-03-19Don't use an Msys virtual path to create a tablespaceAndrew Dunstan
2018-03-06Raise Test::More version requirementPeter Eisentraut
2018-01-09Fix ssl tests for when tls-server-end-point is not supportedPeter Eisentraut
2017-12-21Avoid putting build-location-dependent strings into generated files.Tom Lane
2017-12-16Avoid and detect SIGPIPE race in TAP tests.Noah Misch
2017-09-08Fix more portability issues in new pgbench TAP tests.Tom Lane
2017-09-08Add much-more-extensive TAP tests for pgbench.Tom Lane
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-07-27Work around Msys weakness in Testlib.pm's command_like()Andrew Dunstan
2017-05-17Post-PG 10 beta1 pgperltidy runBruce Momjian
2017-04-22Require sufficiently modern version of Test::More for TAP testsAndrew Dunstan