aboutsummaryrefslogtreecommitdiff
path: root/src/test/perl/PostgreSQL/Test
Commit message (Expand)AuthorAge
* Handle timeout in PostgreSQL::Test::Cluster::is_alive()Michael Paquier6 days
* Add PostgreSQL::Test::Cluster::is_alive()Michael Paquier2025-07-19
* Force LC_NUMERIC to C while running TAP tests.Tom Lane2025-07-11
* Adapt pg_upgrade test to pg_lsn output format differenceÁlvaro Herrera2025-07-07
* Avoid uninitialized value error in TAP tests' Cluster->psqlAndrew Dunstan2025-06-30
* Align log_line_prefix in CI and TAP tests with pg_regress.cMichael Paquier2025-06-30
* Fix cross-version upgrade test failureHeikki Linnakangas2025-05-20
* Fix order of parameters in POD documentationDaniel Gustafsson2025-05-13
* Re-enable SSL connect_fails tests, and fix related race conditions.Tom Lane2025-04-22
* Adjust AdjustUpgrade.pm for commit b1720fe63.Tom Lane2025-04-08
* Verify roundtrip dump/restore of regression databaseÁlvaro Herrera2025-04-01
* Add relallfrozen to pg_dump statistics.Jeff Davis2025-03-30
* 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
* Tweak regex to avoid a bug in Perl 5.16.3.Tom Lane2025-02-28
* Use attnum to identify index columns in pg_restore_attribute_stats().Tom Lane2025-02-26
* Ignore hash's relallvisible when checking pg_upgrade from pre-v10.Tom Lane2025-02-23
* Make test portlock logic work with mesonAndres Freund2025-02-21
* Fix cross-version upgrades with XMLSERIALIZE(NO INDENT)Michael Paquier2025-02-21
* Trial fix for old cross-version upgrades.Jeff Davis2025-02-20
* Add support for OAUTHBEARER SASL mechanismDaniel Gustafsson2025-02-20
* Transfer statistics during pg_upgrade.Jeff Davis2025-02-20
* tests: BackgroundPsql: Fix potential for lost errors on windowsAndres Freund2025-02-19
* Refactor TAP test code for file comparisons into new routine in Utils.pmMichael Paquier2025-02-09
* 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
* Improve handling of empty query results in BackgroundPsql::query()Michael Paquier2024-11-07
* 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
* Cleanup perl code from unused variables and routinesMichael Paquier2024-07-02
* Add PG_TEST_PG_COMBINEBACKUP_MODETomas Vondra2024-06-30
* 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