aboutsummaryrefslogtreecommitdiff
path: root/src/test/perl/PostgreSQL/Test
Commit message (Expand)AuthorAge
* Add wait_for_subscription_sync for TAP tests.Amit Kapila2022-08-03
* Add pg_version() to PostgreSQL::Test::ClusterMichael Paquier2022-05-20
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Add timestamp and elapsed time decorations to TAP test logsAndrew Dunstan2022-04-10
* pgstat: remove stats_temp_directory.Andres Freund2022-04-06
* Remove exclusive backup modeStephen Frost2022-04-06
* Remove use of perl parent module in Cluster.pmAndrew Dunstan2022-03-31
* Fix comment typo in PotsgreSQL::Test::Cluster moduleAndrew Dunstan2022-03-31
* Add diagnostic output on error in pump_untilDaniel Gustafsson2022-03-31
* Make PostgreSQL::Test::Cluster compatible with all live branchesAndrew Dunstan2022-03-30
* Make PostgreSQL::Test::Cluster::run_log() return a useful value.Robert Haas2022-03-29
* Harden TAP tests that intentionally corrupt page checksums.Tom Lane2022-03-25
* Remove unused module imports from TAP testsDaniel Gustafsson2022-03-24
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-15
* Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch2022-03-04
* Add function to pump IPC process until string matchDaniel Gustafsson2022-02-23
* Remove most msys special processing in TAP testsAndrew Dunstan2022-02-20
* Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan2022-02-20
* Disable perl2host() processing in TAP testsAndrew Dunstan2022-02-17
* Ensure that STDERR is empty in connect_ok testsDaniel Gustafsson2022-02-15
* Add PostgreSQL::Test::Cluster::config_data()Michael Paquier2022-02-08
* Improve msys2 detection for TAP testsAndrew Dunstan2022-01-27
* 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
* Clean up TAP tests' usage of wait_for_catchup().Tom Lane2022-01-16
* Respect permissions within logical replication.Jeff Davis2022-01-07
* Update copyright for 2022Bruce Momjian2022-01-07
* Make PG_TEST_USE_UNIX_SOCKETS work for tap tests on windows.Andres Freund2021-12-13
* Doc: update some things relevant to minimum Test::More version.Tom Lane2021-11-21
* Require version 0.98 of Test::More for TAP testsAndrew Dunstan2021-11-20
* Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.Tom Lane2021-10-28
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-24