summaryrefslogtreecommitdiff
path: root/src/test/perl
Commit message (Expand)AuthorAgeFilesLines
* Add missing uninstallation rule for BackgroundPsql.pmPeter Eisentraut2023-05-021-0/+1
* Add a test to verify that subscription to the standby works.Amit Kapila2023-04-271-3/+18
* Fix missing installation rules for BackgroundPsql.pmDaniel Gustafsson2023-04-262-0/+2
* Fix Utils.pm's locale-munging so that Perl itself is also affected.Tom Lane2023-04-181-0/+2
* Fix various typosDavid Rowley2023-04-181-2/+2
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-131-0/+27
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-081-27/+0
* TAP test for logical decoding on standbyAndres Freund2023-04-081-0/+37
* Add support for Kerberos credential delegationStephen Frost2023-04-071-0/+27
* Refactor background psql TAP functionsDaniel Gustafsson2023-04-072-63/+315
* Support connection load balancing in libpqDaniel Gustafsson2023-03-291-0/+16
* Add wait_for_replay_catchup wrapper to Cluster.pmAlvaro Herrera2023-02-131-0/+23
* Fix AdjustUpgrade.pm's view conversion list for --with-lz4.Tom Lane2023-01-181-1/+3
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-181-0/+133
* AdjustUpgrade.pm should zap test_ext_cine, too.Tom Lane2023-01-171-1/+2
* Create common infrastructure for cross-version upgrade testing.Tom Lane2023-01-161-0/+524
* Update copyright for 2023Bruce Momjian2023-01-027-7/+7
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Fix perl warning from commit 9b4eafcaf4Andrew Dunstan2022-11-231-1/+1
* Prevent port collisions between concurrent TAP testsAndrew Dunstan2022-11-201-5/+60
* Fix version comparison in Version.pmAndrew Dunstan2022-11-181-3/+6
* Account for IPC::Run::result() Windows behavior change.Noah Misch2022-11-171-8/+4
* doc: update metacpan.org links to avoid redirectsDaniel Gustafsson2022-11-161-1/+1
* Make PostgreSQL::Test::Cluster::config_data more flexibleAndrew Dunstan2022-11-131-8/+35
* If wait_for_catchup fails under has_wal_read_bug, skip balance of test.Noah Misch2022-11-121-2/+17
* Better handle interrupting TAP testsAlvaro Herrera2022-10-191-3/+19
* Remove no-longer-needed compatibility hackAlvaro Herrera2022-10-181-6/+2
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+12
* Split TESTDIR into TESTLOGDIR and TESTDATADIRAndres Freund2022-09-191-5/+5
* Don't hardcode tmp_check/ as test directory for tap testsAndres Freund2022-09-191-1/+1
* Bump minimum Perl version to 5.14John Naylor2022-09-142-8/+4
* Add wait_for_subscription_sync for TAP tests.Amit Kapila2022-08-031-0/+44
* Add pg_version() to PostgreSQL::Test::ClusterMichael Paquier2022-05-201-0/+14
* Pre-beta mechanical code beautification.Tom Lane2022-05-124-63/+84
* Add timestamp and elapsed time decorations to TAP test logsAndrew Dunstan2022-04-101-1/+29
* pgstat: remove stats_temp_directory.Andres Freund2022-04-061-4/+0
* Remove exclusive backup modeStephen Frost2022-04-061-55/+1
* Remove use of perl parent module in Cluster.pmAndrew Dunstan2022-03-311-2/+6
* Fix comment typo in PotsgreSQL::Test::Cluster moduleAndrew Dunstan2022-03-311-1/+1
* Add diagnostic output on error in pump_untilDaniel Gustafsson2022-03-311-2/+10
* Make PostgreSQL::Test::Cluster compatible with all live branchesAndrew Dunstan2022-03-301-9/+70
* Make PostgreSQL::Test::Cluster::run_log() return a useful value.Robert Haas2022-03-291-2/+1
* Harden TAP tests that intentionally corrupt page checksums.Tom Lane2022-03-251-0/+31
* Remove unused module imports from TAP testsDaniel Gustafsson2022-03-241-1/+0
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-151-3/+3
* Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch2022-03-043-15/+28
* Add function to pump IPC process until string matchDaniel Gustafsson2022-02-231-0/+23
* Remove most msys special processing in TAP testsAndrew Dunstan2022-02-202-20/+1
* Remove PostgreSQL::Test::Utils::perl2host completelyAndrew Dunstan2022-02-202-60/+2
* Disable perl2host() processing in TAP testsAndrew Dunstan2022-02-171-1/+1