aboutsummaryrefslogtreecommitdiff
path: root/src/test/perl/PostgresNode.pm
Commit message (Expand)AuthorAge
* Put back explicit setting of replication values within TAP tests.Tom Lane2020-10-01
* Remove obsolete replication settings within TAP tests.Tom Lane2020-09-29
* Correct several behavior descriptions in comments.Noah Misch2020-08-15
* Further tighten Windows CRLF conversion in our TAP test scripts.Tom Lane2020-07-09
* Tighten up Windows CRLF conversion in our TAP test scripts.Tom Lane2020-07-08
* tap tests: replace 'master' with 'primary'.Andres Freund2020-07-08
* Fix walsender error cleanup codeAlvaro Herrera2020-05-15
* 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
* Fail if recovery target is not reachedPeter Eisentraut2020-01-29
* Add basic TAP tests for psql's tab-completion logic.Tom Lane2020-01-02
* Avoid picking already-bound TCP ports in kerberos and ldap test suites.Tom Lane2019-08-04
* Consolidate methods for translating a Perl path to a Windows path.Noah Misch2019-06-21
* Honor TEMP_CONFIG in TAP suites.Noah Misch2019-05-11
* Probe only 127.0.0.1 when looking for ports on Unix.Thomas Munro2019-05-08
* Test both 0.0.0.0 and 127.0.0.x addresses to find a usable port.Noah Misch2019-04-14
* Switch TAP tests of pg_rewind to use non-superuser role, take twoMichael Paquier2019-04-14
* When Perl "kill(9, ...)" fails, try "pg_ctl kill".Noah Misch2019-04-13
* Consistently test for in-use shared memory.Noah Misch2019-04-12
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-05
* Consistently test for in-use shared memory.Noah Misch2019-04-03
* Don't propagate PGAPPNAME through pg_ctl in testsPeter Eisentraut2019-03-16
* Set cluster_name for PostgresNode.pm instancesPeter Eisentraut2019-02-27
* Integrate recovery.conf into postgresql.confPeter Eisentraut2018-11-25
* Make PostgresNode.pm's poll_query_until() more chatty about failures.Tom Lane2018-10-16
* Implement "pg_ctl logrotate" commandAlexander Korotkov2018-09-01
* Make logical WAL sender report streaming state appropriatelyMichael Paquier2018-07-12
* Use $Test::Builder::Level in TAP test functionsPeter Eisentraut2018-07-01
* Replace search.cpan.org with metacpan.orgMichael Paquier2018-06-29
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-27
* Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan2018-05-09
* Undo extra chattiness of postmaster logs in TAP tests.Tom Lane2018-05-07
* perltidy: Add option --nooutdent-long-commentsPeter Eisentraut2018-04-27
* perltidy: Add option --nooutdent-long-quotesPeter Eisentraut2018-04-27
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-25
* Silence some warnings in TAP testsMagnus Hagander2018-04-09
* Allow group access on PGDATAStephen Frost2018-04-07
* Refactor dir/file permissionsStephen Frost2018-04-07
* Use croak instead of die in Perl code when appropriatePeter Eisentraut2018-02-24
* Refactor subscription tests to use PostgresNode's wait_for_catchupPeter Eisentraut2018-01-11
* Add TIMELINE to backup_label fileSimon Riggs2018-01-06
* Remove wal_keep_segments from default configuration in PostgresNode.pmPeter Eisentraut2017-11-02
* Turn on log_replication_commands in PostgresNodePeter Eisentraut2017-09-26
* Add much-more-extensive TAP tests for pgbench.Tom Lane2017-09-08
* Support retaining data dirs on successful TAP testsPeter Eisentraut2017-09-05
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Make PostgresNode easily subclassableAlvaro Herrera2017-07-25
* Improve legibility of numeric literalAndrew Dunstan2017-07-17
* Use usleep instead of select for timeouts in PostgresNode.pmAndrew Dunstan2017-07-17