summaryrefslogtreecommitdiff
path: root/src/test/perl/PostgresNode.pm
AgeCommit message (Expand)Author
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-03-16Don't propagate PGAPPNAME through pg_ctl in testsPeter Eisentraut
2019-02-27Set cluster_name for PostgresNode.pm instancesPeter Eisentraut
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-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-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-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-06Add TIMELINE to backup_label fileSimon Riggs
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-08Add much-more-extensive TAP tests for pgbench.Tom Lane
2017-09-05Support retaining data dirs on successful TAP testsPeter Eisentraut
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-07-25Make PostgresNode easily subclassableAlvaro Herrera
2017-07-17Improve legibility of numeric literalAndrew Dunstan
2017-07-17Use usleep instead of select for timeouts in PostgresNode.pmAndrew Dunstan
2017-07-02Fix bug in PostgresNode::query_hash's split() call.Tom Lane
2017-07-02Improve TAP test function PostgresNode::poll_query_until().Tom Lane
2017-07-01Clean up misuse and nonuse of poll_query_until().Tom Lane
2017-06-26Reduce wal_retrieve_retry_interval in applicable TAP tests.Tom Lane
2017-05-17Post-PG 10 beta1 pgperltidy runBruce Momjian
2017-05-12Replace "transaction log" with "write-ahead log"Peter Eisentraut
2017-05-11Rename WAL-related functions and views to use "lsn" not "location".Tom Lane
2017-04-23Fix TAP infrastructure to support Mingw betterAndrew Dunstan
2017-04-22Make PostgresNode.pm check server status more carefully.Tom Lane
2017-04-22Make PostgresNode::append_conf append a newline automatically.Tom Lane
2017-03-27Change default of log_directory to 'log'Peter Eisentraut
2017-03-27Clean up Perl code according to perlcriticPeter Eisentraut
2017-03-21Add a pg_recvlogical wrapper to PostgresNodeSimon Riggs
2017-03-09Enable replication connections by default in pg_hba.confPeter Eisentraut
2017-03-01Fix timeouts in PostgresNode::psqlPeter Eisentraut
2017-02-09Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas
2017-01-20Logical replicationPeter Eisentraut
2017-01-14Change default values for backup and replication parametersMagnus Hagander