summaryrefslogtreecommitdiff
path: root/src/test/perl
AgeCommit message (Expand)Author
2020-10-22Use croak instead of die in Perl code when appropriatePeter Eisentraut
2020-10-21Use fast checkpoint in PostgresNode::backup()Alvaro Herrera
2020-10-01Put back explicit setting of replication values within TAP tests.Tom Lane
2020-09-30Remove obsolete replication settings within TAP tests.Tom Lane
2020-08-16Correct several behavior descriptions in comments.Noah Misch
2020-07-16Enable almost all TAP tests involving symlinks on WindowsAndrew Dunstan
2020-07-09Further tighten Windows CRLF conversion in our TAP test scripts.Tom Lane
2020-07-09Tighten up Windows CRLF conversion in our TAP test scripts.Tom Lane
2020-07-08tap tests: replace 'master' with 'primary'.Andres Freund
2020-05-16Fix walsender error cleanup codeAlvaro Herrera
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-13Use perl warnings pragma consistentlyAndrew Dunstan
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
2020-01-29Fail if recovery target is not reachedPeter Eisentraut
2020-01-02Add basic TAP tests for psql's tab-completion logic.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
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-08-04Avoid picking already-bound TCP ports in kerberos and ldap test suites.Tom Lane
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-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-15Test both 0.0.0.0 and 127.0.0.x addresses to find a usable port.Noah Misch
2019-04-14Switch TAP tests of pg_rewind to use non-superuser role, take twoMichael Paquier
2019-04-13When Perl "kill(9, ...)" fails, try "pg_ctl kill".Noah Misch
2019-04-13Consistently test for in-use shared memory.Noah Misch
2019-04-05Revert "Consistently test for in-use shared memory."Noah Misch
2019-04-04Consistently test for in-use shared memory.Noah Misch
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-03-16Don't propagate PGAPPNAME through pg_ctl in testsPeter Eisentraut
2019-03-13Add TAP test to check consistency of minimum recovery LSNMichael Paquier
2019-02-27Set cluster_name for PostgresNode.pm instancesPeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-25Integrate recovery.conf into postgresql.confPeter Eisentraut
2018-10-16Make PostgresNode.pm's poll_query_until() more chatty about failures.Tom Lane
2018-09-09Allow ENOENT in check_mode_recursive().Noah Misch
2018-09-01Implement "pg_ctl logrotate" commandAlexander Korotkov
2018-07-12Make logical WAL sender report streaming state appropriatelyMichael Paquier
2018-07-01Use $Test::Builder::Level in TAP test functionsPeter Eisentraut
2018-06-29Replace search.cpan.org with metacpan.orgMichael Paquier