summaryrefslogtreecommitdiff
path: root/src/test/perl
AgeCommit message (Expand)Author
2021-10-04Fix TestLib::slurp_file() with offset on windows.Andres Freund
2021-09-21Fix places in TestLib.pm in need of adaptation to the output of Msys perlMichael Paquier
2021-09-01Add PostgresNode::command_fails_like()Michael Paquier
2021-07-29Make TestLib::perl2host more consistent and robustAndrew Dunstan
2021-07-29Add a getter function for a PostgresNode install_pathAndrew Dunstan
2021-07-29Add PostgresVersion.pm method to emit the major version stringAndrew Dunstan
2021-07-29Remove the last vestiges of Exporter from PostgresNodeAndrew Dunstan
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-07-29Add adjust_conf method to PostgresNodeAndrew Dunstan
2021-07-29Add -w back to the flags for pg_ctl (re)start in PostgresNodeAndrew Dunstan
2021-07-06Improve TestLib::system_or_bail error reportingAlvaro Herrera
2021-06-28Pre branch pgindent / pgperltidy runAndrew Dunstan
2021-06-13Ignore more environment variables in pg_regress.cMichael Paquier
2021-06-12Restore robustness of TAP tests that wait for postmaster restart.Tom Lane
2021-06-03In PostgresNode.pm, don't pass SQL to psql on the command lineAndrew Dunstan
2021-06-03Ignore more environment variables in TAP testsMichael Paquier
2021-05-31Raise a timeout to 180s, in test 010_logical_decoding_timelines.pl.Noah Misch
2021-05-20Install PostgresVersion.pmAndrew Dunstan
2021-05-20Use a more portable way to get the version string in PostgresNodeAndrew Dunstan
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-07Remove extraneous newlines added by perl copyright patchAndrew Dunstan
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-04-27Improve logic in PostgresVersion.pmAndrew Dunstan
2021-04-24Teach PostgresVersion all the ways to mark non-release codeAndrew Dunstan
2021-04-22Make PostgresVersion code a bit more robust and simple.Andrew Dunstan
2021-04-22Make PostgresNode version awareAndrew Dunstan
2021-04-21fix silly perl error in commit d064afc720Andrew Dunstan
2021-04-21Only ever test for non-127.0.0.1 addresses on Windows in PostgresNodeAndrew Dunstan
2021-04-20Avoid unfortunate IPC::Run path caching in PostgresNodeAndrew Dunstan
2021-04-16Allow TestLib::slurp_file to skip contents, and use as neededAndrew Dunstan
2021-04-07Fix some failures with connection tests on Windows hostsMichael Paquier
2021-04-07Add some information about authenticated identity via log_connectionsMichael Paquier
2021-04-06Change PostgresNode::connect_fails() to never send down queriesMichael Paquier
2021-04-05Refactor all TAP test suites doing connection checksMichael Paquier
2021-04-01Move some client-specific routines from SSLServer to PostgresNodeMichael Paquier
2021-03-24Allow for installation-aware instances of PostgresNodeAndrew Dunstan
2021-03-17Add end-to-end testing of pg_basebackup's tar-format output.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-13Use HASH_BLOBS for xidhash.Noah Misch
2020-12-13Correct behavior descriptions in comments, and correct a test name.Noah Misch
2020-10-22Use croak instead of die in Perl code when appropriatePeter Eisentraut
2020-10-21Use fast checkpoint in PostgresNode::backup()Alvaro Herrera
2020-10-01Put back explicit setting of replication values within TAP tests.Tom Lane
2020-09-30Remove obsolete replication settings within TAP tests.Tom Lane
2020-08-16Correct several behavior descriptions in comments.Noah Misch
2020-07-16Enable almost all TAP tests involving symlinks on WindowsAndrew Dunstan
2020-07-09Further tighten Windows CRLF conversion in our TAP test scripts.Tom Lane
2020-07-09Tighten up Windows CRLF conversion in our TAP test scripts.Tom Lane
2020-07-08tap tests: replace 'master' with 'primary'.Andres Freund
2020-05-16Fix walsender error cleanup codeAlvaro Herrera