aboutsummaryrefslogtreecommitdiff
path: root/src/test/perl/PostgresNode.pm
Commit message (Expand)AuthorAge
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-24
* Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch2021-10-23
* Fix PostgresNode install_path sanity tests that fail on WindowsAndrew Dunstan2021-10-15
* Add PostgresNode::command_fails_like()Michael Paquier2021-09-01
* Add a getter function for a PostgresNode install_pathAndrew Dunstan2021-07-29
* Remove the last vestiges of Exporter from PostgresNodeAndrew Dunstan2021-07-29
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-29
* Add adjust_conf method to PostgresNodeAndrew Dunstan2021-07-29
* Add -w back to the flags for pg_ctl (re)start in PostgresNodeAndrew Dunstan2021-07-29
* Pre branch pgindent / pgperltidy runAndrew Dunstan2021-06-28
* Restore robustness of TAP tests that wait for postmaster restart.Tom Lane2021-06-12
* In PostgresNode.pm, don't pass SQL to psql on the command lineAndrew Dunstan2021-06-03
* Raise a timeout to 180s, in test 010_logical_decoding_timelines.pl.Noah Misch2021-05-31
* Use a more portable way to get the version string in PostgresNodeAndrew Dunstan2021-05-20
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Remove extraneous newlines added by perl copyright patchAndrew Dunstan2021-05-07
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-07
* Make PostgresNode version awareAndrew Dunstan2021-04-22
* fix silly perl error in commit d064afc720Andrew Dunstan2021-04-21
* Only ever test for non-127.0.0.1 addresses on Windows in PostgresNodeAndrew Dunstan2021-04-21
* Avoid unfortunate IPC::Run path caching in PostgresNodeAndrew Dunstan2021-04-20
* Allow TestLib::slurp_file to skip contents, and use as neededAndrew Dunstan2021-04-16
* Fix some failures with connection tests on Windows hostsMichael Paquier2021-04-08
* Add some information about authenticated identity via log_connectionsMichael Paquier2021-04-07
* Change PostgresNode::connect_fails() to never send down queriesMichael Paquier2021-04-06
* Refactor all TAP test suites doing connection checksMichael Paquier2021-04-05
* Move some client-specific routines from SSLServer to PostgresNodeMichael Paquier2021-04-01
* Allow for installation-aware instances of PostgresNodeAndrew Dunstan2021-03-24
* Add end-to-end testing of pg_basebackup's tar-format output.Tom Lane2021-03-17
* Use HASH_BLOBS for xidhash.Noah Misch2020-12-12
* Correct behavior descriptions in comments, and correct a test name.Noah Misch2020-12-12
* Use fast checkpoint in PostgresNode::backup()Alvaro Herrera2020-10-21
* 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