summaryrefslogtreecommitdiff
path: root/src/test/perl/PostgresNode.pm
Commit message (Expand)AuthorAgeFilesLines
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-241-2811/+0
* Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch2021-10-231-0/+134
* Fix PostgresNode install_path sanity tests that fail on WindowsAndrew Dunstan2021-10-151-2/+3
* Add PostgresNode::command_fails_like()Michael Paquier2021-09-011-0/+20
* Add a getter function for a PostgresNode install_pathAndrew Dunstan2021-07-291-0/+14
* Remove the last vestiges of Exporter from PostgresNodeAndrew Dunstan2021-07-291-8/+6
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-291-53/+27
* Add adjust_conf method to PostgresNodeAndrew Dunstan2021-07-291-1/+48
* Add -w back to the flags for pg_ctl (re)start in PostgresNodeAndrew Dunstan2021-07-291-2/+6
* Pre branch pgindent / pgperltidy runAndrew Dunstan2021-06-281-2/+2
* Restore robustness of TAP tests that wait for postmaster restart.Tom Lane2021-06-121-3/+3
* In PostgresNode.pm, don't pass SQL to psql on the command lineAndrew Dunstan2021-06-031-2/+3
* Raise a timeout to 180s, in test 010_logical_decoding_timelines.pl.Noah Misch2021-05-311-4/+4
* Use a more portable way to get the version string in PostgresNodeAndrew Dunstan2021-05-201-4/+2
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-68/+71
* Remove extraneous newlines added by perl copyright patchAndrew Dunstan2021-05-071-1/+0
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-071-0/+3
* Make PostgresNode version awareAndrew Dunstan2021-04-221-0/+56
* fix silly perl error in commit d064afc720Andrew Dunstan2021-04-211-2/+1
* Only ever test for non-127.0.0.1 addresses on Windows in PostgresNodeAndrew Dunstan2021-04-211-9/+12
* Avoid unfortunate IPC::Run path caching in PostgresNodeAndrew Dunstan2021-04-201-5/+31
* Allow TestLib::slurp_file to skip contents, and use as neededAndrew Dunstan2021-04-161-37/+9
* Fix some failures with connection tests on Windows hostsMichael Paquier2021-04-081-2/+22
* Add some information about authenticated identity via log_connectionsMichael Paquier2021-04-071-0/+77
* Change PostgresNode::connect_fails() to never send down queriesMichael Paquier2021-04-061-1/+1
* Refactor all TAP test suites doing connection checksMichael Paquier2021-04-051-12/+59
* Move some client-specific routines from SSLServer to PostgresNodeMichael Paquier2021-04-011-8/+64
* Allow for installation-aware instances of PostgresNodeAndrew Dunstan2021-03-241-31/+138
* Add end-to-end testing of pg_basebackup's tar-format output.Tom Lane2021-03-171-6/+28
* Use HASH_BLOBS for xidhash.Noah Misch2020-12-121-0/+87
* Correct behavior descriptions in comments, and correct a test name.Noah Misch2020-12-121-1/+1
* Use fast checkpoint in PostgresNode::backup()Alvaro Herrera2020-10-211-2/+4
* Put back explicit setting of replication values within TAP tests.Tom Lane2020-10-011-1/+4
* Remove obsolete replication settings within TAP tests.Tom Lane2020-09-291-3/+2
* Correct several behavior descriptions in comments.Noah Misch2020-08-151-4/+2
* Further tighten Windows CRLF conversion in our TAP test scripts.Tom Lane2020-07-091-6/+10
* Tighten up Windows CRLF conversion in our TAP test scripts.Tom Lane2020-07-081-7/+6
* tap tests: replace 'master' with 'primary'.Andres Freund2020-07-081-7/+7
* Fix walsender error cleanup codeAlvaro Herrera2020-05-151-2/+15
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-2/+3
* Allow using Unix-domain sockets on Windows in testsPeter Eisentraut2020-03-301-2/+2
* When a TAP file has non-zero exit status, retain temporary directories.Noah Misch2020-02-051-16/+1
* Fail if recovery target is not reachedPeter Eisentraut2020-01-291-3/+30
* Add basic TAP tests for psql's tab-completion logic.Tom Lane2020-01-021-0/+67
* Avoid picking already-bound TCP ports in kerberos and ldap test suites.Tom Lane2019-08-041-46/+84
* Consolidate methods for translating a Perl path to a Windows path.Noah Misch2019-06-211-11/+2
* Honor TEMP_CONFIG in TAP suites.Noah Misch2019-05-111-1/+12
* Probe only 127.0.0.1 when looking for ports on Unix.Thomas Munro2019-05-081-3/+4
* Test both 0.0.0.0 and 127.0.0.x addresses to find a usable port.Noah Misch2019-04-141-21/+41
* Switch TAP tests of pg_rewind to use non-superuser role, take twoMichael Paquier2019-04-141-1/+2