summaryrefslogtreecommitdiff
path: root/src/test/perl
AgeCommit message (Expand)Author
2023-09-22Don't trust unvalidated xl_tot_len.Thomas Munro
2023-09-22Avoid using internal test methods in SSL testsDaniel Gustafsson
2023-08-29Perl: Remove useless linesAlvaro Herrera
2023-08-25Avoid non-POSIX cp flagsAndres Freund
2023-08-24Use "template" data directory in testsAndres Freund
2023-08-23Avoid use of Perl getprotobynamePeter Eisentraut
2023-07-24Compare only major versions in AdjustUpgrade.pmAlvaro Herrera
2023-07-08Fix Perl warningPeter Eisentraut
2023-07-07Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2023-07-03Make PG_TEST_NOCLEAN work for temporary directories in TAP testsMichael Paquier
2023-06-09Refactor routine to find single log content pattern in TAP testsMichael Paquier
2023-06-09Refactor log check logic for connect_ok/fails in PostgreSQL::Test::ClusterMichael Paquier
2023-05-22Spell the values of libpq's gssdelegation parameter as "0" and "1".Tom Lane
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-02Add missing uninstallation rule for BackgroundPsql.pmPeter Eisentraut
2023-04-27Add a test to verify that subscription to the standby works.Amit Kapila
2023-04-26Fix missing installation rules for BackgroundPsql.pmDaniel Gustafsson
2023-04-18Fix Utils.pm's locale-munging so that Perl itself is also affected.Tom Lane
2023-04-18Fix various typosDavid Rowley
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08TAP test for logical decoding on standbyAndres Freund
2023-04-08Add support for Kerberos credential delegationStephen Frost
2023-04-07Refactor background psql TAP functionsDaniel Gustafsson
2023-03-29Support connection load balancing in libpqDaniel Gustafsson
2023-02-13Add wait_for_replay_catchup wrapper to Cluster.pmAlvaro Herrera
2023-01-18Fix AdjustUpgrade.pm's view conversion list for --with-lz4.Tom Lane
2023-01-18Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-17AdjustUpgrade.pm should zap test_ext_cine, too.Tom Lane
2023-01-17Create common infrastructure for cross-version upgrade testing.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-11-23Fix perl warning from commit 9b4eafcaf4Andrew Dunstan
2022-11-20Prevent port collisions between concurrent TAP testsAndrew Dunstan
2022-11-18Fix version comparison in Version.pmAndrew Dunstan
2022-11-17Account for IPC::Run::result() Windows behavior change.Noah Misch
2022-11-16doc: update metacpan.org links to avoid redirectsDaniel Gustafsson
2022-11-13Make PostgreSQL::Test::Cluster::config_data more flexibleAndrew Dunstan
2022-11-12If wait_for_catchup fails under has_wal_read_bug, skip balance of test.Noah Misch
2022-10-19Better handle interrupting TAP testsAlvaro Herrera
2022-10-18Remove no-longer-needed compatibility hackAlvaro Herrera
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-20Split TESTDIR into TESTLOGDIR and TESTDATADIRAndres Freund
2022-09-20Don't hardcode tmp_check/ as test directory for tap testsAndres Freund
2022-09-14Bump minimum Perl version to 5.14John Naylor
2022-08-03Add wait_for_subscription_sync for TAP tests.Amit Kapila
2022-05-20Add pg_version() to PostgreSQL::Test::ClusterMichael Paquier
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-10Add timestamp and elapsed time decorations to TAP test logsAndrew Dunstan
2022-04-07pgstat: remove stats_temp_directory.Andres Freund