aboutsummaryrefslogtreecommitdiff
path: root/src/test/perl
Commit message (Expand)AuthorAge
* AdjustUpgrade.pm should zap test_ext_cine, too.Tom Lane2023-01-17
* Create common infrastructure for cross-version upgrade testing.Tom Lane2023-01-16
* Fix perl warning from commit 9b4eafcaf4Andrew Dunstan2022-11-23
* Prevent port collisions between concurrent TAP testsAndrew Dunstan2022-11-22
* Account for IPC::Run::result() Windows behavior change.Noah Misch2022-11-17
* Ensure all perl test modules are installedAlvaro Herrera2022-10-11
* Back-Patch "Add wait_for_subscription_sync for TAP tests."Amit Kapila2022-08-12
* Fix PostgreSQL::Test aliasing for Perl v5.10.1.Noah Misch2022-06-25
* For PostgreSQL::Test compatibility, alias entire package symbol tables.Noah Misch2022-06-25
* Fix whitespacePeter Eisentraut2022-06-08
* Backpatch addition of wait_for_log(), pump_until().Andres Freund2022-05-02
* Support new perl module namespace in stable branchesAndrew Dunstan2022-04-21
* Harden TAP tests that intentionally corrupt page checksums.Tom Lane2022-03-25
* Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch2022-03-04
* Remove most msys special processing in TAP testsAndrew Dunstan2022-02-20
* Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan2022-02-20
* On sparc64+ext4, suppress test failures from known WAL read failure.Noah Misch2022-01-26
* Tighten TAP tests' tracking of postmaster state some more.Tom Lane2022-01-20
* TAP tests: check for postmaster.pid anyway when "pg_ctl start" fails.Tom Lane2022-01-19
* Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.Tom Lane2021-10-28
* Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch2021-10-23
* Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.Noah Misch2021-10-23
* Add more $Test::Builder::Level in the TAP testsMichael Paquier2021-10-12
* Fix TestLib::slurp_file() with offset on windows.Andres Freund2021-10-04
* Fix places in TestLib.pm in need of adaptation to the output of Msys perlMichael Paquier2021-09-22
* Ignore more environment variables in pg_regress.cMichael Paquier2021-06-13
* Restore robustness of TAP tests that wait for postmaster restart.Tom Lane2021-06-12
* Remove PGSSLCRLDIR from the list of variables ignored in TAP testsMichael Paquier2021-06-12
* Allow PostgresNode.pm's backup method to accept backup_options.Robert Haas2021-06-09
* In PostgresNode.pm, don't pass SQL to psql on the command lineAndrew Dunstan2021-06-03
* Ignore more environment variables in TAP testsMichael Paquier2021-06-03
* Raise a timeout to 180s, in test 010_logical_decoding_timelines.pl.Noah Misch2021-05-31
* 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
* Allow TestLib::slurp_file to skip contents, and use as neededAndrew Dunstan2021-04-16
* 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
* Tighten up Windows CRLF conversion in our TAP test scripts.Tom Lane2020-07-09
* Fix walsender error cleanup codeAlvaro Herrera2020-05-15
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Use perl warnings pragma consistentlyAndrew Dunstan2020-04-13
* 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
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert commits 290acac92b and 8a7e9e9dad.Amit Kapila2019-11-30
* Move pump_until to TestLib.pm.Amit Kapila2019-11-28
* Don't use native methods in TestLib::slurp_file on MsysAndrew Dunstan2019-11-27