summaryrefslogtreecommitdiff
path: root/src/test/perl/PostgreSQL/Test/Cluster.pm
AgeCommit message (Expand)Author
8 daysAvoid uninitialized value error in TAP tests' Cluster->psqlAndrew Dunstan
8 daysAlign log_line_prefix in CI and TAP tests with pg_regress.cMichael Paquier
2025-05-13Fix order of parameters in POD documentationDaniel Gustafsson
2025-04-22Re-enable SSL connect_fails tests, and fix related race conditions.Tom Lane
2025-03-20Add test for pg_upgrade file transfer modes.Nathan Bossart
2025-03-18vacuumdb: Add option for analyzing only relations missing stats.Nathan Bossart
2025-03-17Fix inconsistent quoting for some options in TAP testsMichael Paquier
2025-03-17Apply more consistent style for command options in TAP testsMichael Paquier
2025-03-07Revert "vacuumdb: Add option for analyzing only relations missing stats."John Naylor
2025-03-07vacuumdb: Add option for analyzing only relations missing stats.Nathan Bossart
2025-02-21Make test portlock logic work with mesonAndres Freund
2025-02-20Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson
2025-01-22Run perltidyMichael Paquier
2025-01-16Move routines to manipulate WAL into PostgreSQL::Test::ClusterMichael Paquier
2025-01-06Allow changing autovacuum_max_workers without restarting.Nathan Bossart
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-14Kill dead-end children when there's nothing else leftHeikki Linnakangas
2024-11-06Extend Cluster.pm's background_psql() to be able to start asynchronouslyMichael Paquier
2024-10-18Fix description of PostgreSQL::Test::Cluster::wait_for_event()Michael Paquier
2024-10-14Allow TAP tests to force checksums off when calling init()Peter Eisentraut
2024-10-14Run pgperltidy on newly-added test codePeter Eisentraut
2024-10-08Silence assorted annoying test output.Tom Lane
2024-10-08Add test for dead-end backendsHeikki Linnakangas
2024-10-06Move Cluster.pm initialization code to a more obvious placeAndrew Dunstan
2024-09-20Add parameter "connstr" to PostgreSQL::Test::Cluster::background_psqlMichael Paquier
2024-09-05Check availability of module injection_points in TAP testsMichael Paquier
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-06-30Add PG_TEST_PG_COMBINEBACKUP_MODETomas Vondra
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-07Change debug printing to log filenameDaniel Gustafsson
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-04Add PostgreSQL::Test::Cluster::wait_for_event()Michael Paquier
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-09-22Avoid using internal test methods in SSL testsDaniel Gustafsson