aboutsummaryrefslogtreecommitdiff
path: root/src/test/perl/PostgreSQL/Test/Cluster.pm
Commit message (Expand)AuthorAge
* Fix order of parameters in POD documentationDaniel Gustafsson7 days
* Re-enable SSL connect_fails tests, and fix related race conditions.Tom Lane2025-04-22
* Add test for pg_upgrade file transfer modes.Nathan Bossart2025-03-20
* vacuumdb: Add option for analyzing only relations missing stats.Nathan Bossart2025-03-18
* Fix inconsistent quoting for some options in TAP testsMichael Paquier2025-03-17
* Apply more consistent style for command options in TAP testsMichael Paquier2025-03-17
* Revert "vacuumdb: Add option for analyzing only relations missing stats."John Naylor2025-03-07
* vacuumdb: Add option for analyzing only relations missing stats.Nathan Bossart2025-03-07
* Make test portlock logic work with mesonAndres Freund2025-02-21
* Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson2025-02-20
* Run perltidyMichael Paquier2025-01-22
* Move routines to manipulate WAL into PostgreSQL::Test::ClusterMichael Paquier2025-01-16
* Allow changing autovacuum_max_workers without restarting.Nathan Bossart2025-01-06
* Update copyright for 2025Bruce Momjian2025-01-01
* Kill dead-end children when there's nothing else leftHeikki Linnakangas2024-11-14
* Extend Cluster.pm's background_psql() to be able to start asynchronouslyMichael Paquier2024-11-06
* Fix description of PostgreSQL::Test::Cluster::wait_for_event()Michael Paquier2024-10-18
* Allow TAP tests to force checksums off when calling init()Peter Eisentraut2024-10-14
* Run pgperltidy on newly-added test codePeter Eisentraut2024-10-14
* Silence assorted annoying test output.Tom Lane2024-10-08
* Add test for dead-end backendsHeikki Linnakangas2024-10-08
* Move Cluster.pm initialization code to a more obvious placeAndrew Dunstan2024-10-06
* Add parameter "connstr" to PostgreSQL::Test::Cluster::background_psqlMichael Paquier2024-09-20
* Check availability of module injection_points in TAP testsMichael Paquier2024-09-05
* Log more info when wait-for-catchup tests time out.Tom Lane2024-08-12
* Choose ports for test servers less likely to result in conflictsAndrew Dunstan2024-07-08
* Add PG_TEST_PG_COMBINEBACKUP_MODETomas Vondra2024-06-30
* 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
* Change debug printing to log filenameDaniel Gustafsson2024-04-08
* 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
* Add PostgreSQL::Test::Cluster::wait_for_event()Michael Paquier2024-03-04
* 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
* 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