summaryrefslogtreecommitdiff
path: root/src/test/perl
AgeCommit message (Expand)Author
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
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-05-07Undo extra chattiness of postmaster logs in TAP tests.Tom Lane
2018-04-27perltidy: Add option --nooutdent-long-commentsPeter Eisentraut
2018-04-27perltidy: Add option --nooutdent-long-quotesPeter Eisentraut
2018-04-25Reindent Perl files with perltidy version 20170521.Tom Lane
2018-04-09Silence some warnings in TAP testsMagnus Hagander
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-02-24Use croak instead of die in Perl code when appropriatePeter Eisentraut
2018-01-11Refactor subscription tests to use PostgresNode's wait_for_catchupPeter Eisentraut
2018-01-09Fix ssl tests for when tls-server-end-point is not supportedPeter Eisentraut
2018-01-06Add TIMELINE to backup_label fileSimon Riggs
2018-01-03Update copyright for 2018Bruce Momjian
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-11-02Remove wal_keep_segments from default configuration in PostgresNode.pmPeter Eisentraut
2017-09-26Turn on log_replication_commands in PostgresNodePeter Eisentraut
2017-09-12Fix RecursiveCopy.pm to cope with disappearing files.Tom Lane
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