aboutsummaryrefslogtreecommitdiff
path: root/src/test/perl/PostgreSQL/Test
Commit message (Expand)AuthorAge
* tests: Trim newline from result returned by BackgroundPsql->queryHeikki Linnakangas2024-06-27
* Pre-beta mechanical code beautification.Tom Lane2024-05-14
* Try again to add test coverage for pg_combinebackup w/tablespaces.Robert Haas2024-04-23
* Revert recent ill-advised test case changes.Robert Haas2024-04-19
* Make PostgreSQL::Test::Cluster::init_from_backup handle tablespaces.Robert Haas2024-04-19
* Move Kerberos moduleHeikki Linnakangas2024-04-08
* Change debug printing to log filenameDaniel Gustafsson2024-04-08
* Backport IPC::Run optimization to src/test/perl.Noah Misch2024-04-06
* Allow synced slots to have their inactive_since.Amit Kapila2024-04-05
* Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting war...Peter Eisentraut2024-03-19
* Remove references to backup_fs_hot() in Cluster.pmMichael Paquier2024-03-18
* Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2024-03-13
* Simplify and merge unwanted-module drop logic in AdjustUpgrade.pm.Tom Lane2024-03-09
* Further further fix pg_upgrade crossversion test for adminpack.Tom Lane2024-03-04
* Further fix pg_upgrade crossversion test for adminpack.Tom Lane2024-03-04
* Fix crossversion test for unsupported versionsDaniel Gustafsson2024-03-04
* Adjust pg_upgrade crossversion test for adminpackDaniel Gustafsson2024-03-04
* Add PostgreSQL::Test::Cluster::wait_for_event()Michael Paquier2024-03-04
* Fix cross-version upgrade tests after f0827b443.Tom Lane2024-02-28
* Add option force_initdb to PostgreSQL::Test::Cluster:init()Michael Paquier2024-02-21
* Fix test race between primary XLOG_RUNNING_XACTS and standby logical slot.Noah Misch2024-02-19
* Allow passing extra options to initdb for testsPeter Eisentraut2024-02-15
* Fix an issue in PostgreSQL::Test::Cluster:psql()Peter Eisentraut2024-01-18
* Update copyright for 2024Bruce Momjian2024-01-03
* Make all Perl warnings fatalPeter Eisentraut2023-12-29
* Set readline-relevant ENV vars in interactive_psql(), not caller.Tom Lane2023-12-23
* Add PostgreSQL::Test::Cluster::advance_walMichael Paquier2023-12-21
* Add support for incremental backup.Robert Haas2023-12-20
* Add option to specify timeout seconds to BackgroundPsql.pm.Masahiko Sawada2023-11-30
* Fix wrong description of BackgroundPsql's timeout.Masahiko Sawada2023-11-30
* Fix BackgroundPsql's set_query_timer_restart() issue without argument.Masahiko Sawada2023-11-30
* Add test for checking the line length of --help outputPeter Eisentraut2023-10-06
* Don't trust unvalidated xl_tot_len.Thomas Munro2023-09-23
* Avoid using internal test methods in SSL testsDaniel Gustafsson2023-09-22
* Perl: Remove useless linesAlvaro Herrera2023-08-29
* Avoid non-POSIX cp flagsAndres Freund2023-08-25
* Use "template" data directory in testsAndres Freund2023-08-24
* Avoid use of Perl getprotobynamePeter Eisentraut2023-08-23
* Compare only major versions in AdjustUpgrade.pmAlvaro Herrera2023-07-24
* Fix Perl warningPeter Eisentraut2023-07-08
* Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2023-07-07
* Make PG_TEST_NOCLEAN work for temporary directories in TAP testsMichael Paquier2023-07-03
* Refactor routine to find single log content pattern in TAP testsMichael Paquier2023-06-09
* Refactor log check logic for connect_ok/fails in PostgreSQL::Test::ClusterMichael Paquier2023-06-09
* Spell the values of libpq's gssdelegation parameter as "0" and "1".Tom Lane2023-05-22
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Add a test to verify that subscription to the standby works.Amit Kapila2023-04-27
* Fix Utils.pm's locale-munging so that Perl itself is also affected.Tom Lane2023-04-18
* Fix various typosDavid Rowley2023-04-18
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-13