| Age | Commit message (Expand) | Author |
| 8 days | Widen MultiXactOffset to 64 bits | Heikki Linnakangas |
| 13 days | Show version of nodes in output of TAP tests | Michael Paquier |
| 2025-07-29 | Handle timeout in PostgreSQL::Test::Cluster::is_alive() | Michael Paquier |
| 2025-07-19 | Add PostgreSQL::Test::Cluster::is_alive() | Michael Paquier |
| 2025-06-30 | Avoid uninitialized value error in TAP tests' Cluster->psql | Andrew Dunstan |
| 2025-06-30 | Align log_line_prefix in CI and TAP tests with pg_regress.c | Michael Paquier |
| 2025-05-13 | Fix order of parameters in POD documentation | Daniel Gustafsson |
| 2025-04-22 | Re-enable SSL connect_fails tests, and fix related race conditions. | Tom Lane |
| 2025-03-20 | Add test for pg_upgrade file transfer modes. | Nathan Bossart |
| 2025-03-18 | vacuumdb: Add option for analyzing only relations missing stats. | Nathan Bossart |
| 2025-03-17 | Fix inconsistent quoting for some options in TAP tests | Michael Paquier |
| 2025-03-17 | Apply more consistent style for command options in TAP tests | Michael Paquier |
| 2025-03-07 | Revert "vacuumdb: Add option for analyzing only relations missing stats." | John Naylor |
| 2025-03-07 | vacuumdb: Add option for analyzing only relations missing stats. | Nathan Bossart |
| 2025-02-21 | Make test portlock logic work with meson | Andres Freund |
| 2025-02-20 | Add support for OAUTHBEARER SASL mechanism | Daniel Gustafsson |
| 2025-01-22 | Run perltidy | Michael Paquier |
| 2025-01-16 | Move routines to manipulate WAL into PostgreSQL::Test::Cluster | Michael Paquier |
| 2025-01-06 | Allow changing autovacuum_max_workers without restarting. | Nathan Bossart |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-11-14 | Kill dead-end children when there's nothing else left | Heikki Linnakangas |
| 2024-11-06 | Extend Cluster.pm's background_psql() to be able to start asynchronously | Michael Paquier |
| 2024-10-18 | Fix description of PostgreSQL::Test::Cluster::wait_for_event() | Michael Paquier |
| 2024-10-14 | Allow TAP tests to force checksums off when calling init() | Peter Eisentraut |
| 2024-10-14 | Run pgperltidy on newly-added test code | Peter Eisentraut |
| 2024-10-08 | Silence assorted annoying test output. | Tom Lane |
| 2024-10-08 | Add test for dead-end backends | Heikki Linnakangas |
| 2024-10-06 | Move Cluster.pm initialization code to a more obvious place | Andrew Dunstan |
| 2024-09-20 | Add parameter "connstr" to PostgreSQL::Test::Cluster::background_psql | Michael Paquier |
| 2024-09-05 | Check availability of module injection_points in TAP tests | Michael Paquier |
| 2024-08-12 | Log more info when wait-for-catchup tests time out. | Tom Lane |
| 2024-07-08 | Choose ports for test servers less likely to result in conflicts | Andrew Dunstan |
| 2024-06-30 | Add PG_TEST_PG_COMBINEBACKUP_MODE | Tomas Vondra |
| 2024-05-14 | Pre-beta mechanical code beautification. | Tom Lane |
| 2024-04-23 | Try again to add test coverage for pg_combinebackup w/tablespaces. | Robert Haas |
| 2024-04-19 | Revert recent ill-advised test case changes. | Robert Haas |
| 2024-04-19 | Make PostgreSQL::Test::Cluster::init_from_backup handle tablespaces. | Robert Haas |
| 2024-04-07 | Change debug printing to log filename | Daniel Gustafsson |
| 2024-04-05 | Allow synced slots to have their inactive_since. | Amit Kapila |
| 2024-03-19 | Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting war... | Peter Eisentraut |
| 2024-03-18 | Remove references to backup_fs_hot() in Cluster.pm | Michael Paquier |
| 2024-03-04 | Add PostgreSQL::Test::Cluster::wait_for_event() | Michael Paquier |
| 2024-02-21 | Add option force_initdb to PostgreSQL::Test::Cluster:init() | Michael Paquier |
| 2024-02-19 | Fix test race between primary XLOG_RUNNING_XACTS and standby logical slot. | Noah Misch |
| 2024-02-15 | Allow passing extra options to initdb for tests | Peter Eisentraut |
| 2024-01-18 | Fix an issue in PostgreSQL::Test::Cluster:psql() | Peter Eisentraut |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-12-29 | Make all Perl warnings fatal | Peter Eisentraut |
| 2023-12-23 | Set readline-relevant ENV vars in interactive_psql(), not caller. | Tom Lane |
| 2023-12-21 | Add PostgreSQL::Test::Cluster::advance_wal | Michael Paquier |