summaryrefslogtreecommitdiff
path: root/src/test/perl
AgeCommit message (Expand)Author
2024-08-12Log more info when wait-for-catchup tests time out.Tom Lane
2024-07-08Choose ports for test servers less likely to result in conflictsAndrew Dunstan
2024-07-02Cleanup perl code from unused variables and routinesMichael Paquier
2024-06-30Add PG_TEST_PG_COMBINEBACKUP_MODETomas Vondra
2024-06-27tests: Trim newline from result returned by BackgroundPsql->queryHeikki Linnakangas
2024-05-14Pre-beta mechanical code beautification.Tom Lane
2024-04-23Try again to add test coverage for pg_combinebackup w/tablespaces.Robert Haas
2024-04-19Revert recent ill-advised test case changes.Robert Haas
2024-04-19Make PostgreSQL::Test::Cluster::init_from_backup handle tablespaces.Robert Haas
2024-04-07Move Kerberos moduleHeikki Linnakangas
2024-04-07Change debug printing to log filenameDaniel Gustafsson
2024-04-06Backport IPC::Run optimization to src/test/perl.Noah Misch
2024-04-05Allow synced slots to have their inactive_since.Amit Kapila
2024-03-19Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting war...Peter Eisentraut
2024-03-18Remove references to backup_fs_hot() in Cluster.pmMichael Paquier
2024-03-13Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart
2024-03-09Simplify and merge unwanted-module drop logic in AdjustUpgrade.pm.Tom Lane
2024-03-04Further further fix pg_upgrade crossversion test for adminpack.Tom Lane
2024-03-04Further fix pg_upgrade crossversion test for adminpack.Tom Lane
2024-03-04Fix crossversion test for unsupported versionsDaniel Gustafsson
2024-03-04Adjust pg_upgrade crossversion test for adminpackDaniel Gustafsson
2024-03-04Add PostgreSQL::Test::Cluster::wait_for_event()Michael Paquier
2024-02-28Fix cross-version upgrade tests after f0827b443.Tom Lane
2024-02-21Add option force_initdb to PostgreSQL::Test::Cluster:init()Michael Paquier
2024-02-19Fix test race between primary XLOG_RUNNING_XACTS and standby logical slot.Noah Misch
2024-02-15Allow passing extra options to initdb for testsPeter Eisentraut
2024-01-18Fix an issue in PostgreSQL::Test::Cluster:psql()Peter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-23Set readline-relevant ENV vars in interactive_psql(), not caller.Tom Lane
2023-12-21Add PostgreSQL::Test::Cluster::advance_walMichael Paquier
2023-12-20Add support for incremental backup.Robert Haas
2023-11-30Add option to specify timeout seconds to BackgroundPsql.pm.Masahiko Sawada
2023-11-30Fix wrong description of BackgroundPsql's timeout.Masahiko Sawada
2023-11-30Fix BackgroundPsql's set_query_timer_restart() issue without argument.Masahiko Sawada
2023-10-06Add test for checking the line length of --help outputPeter Eisentraut
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