index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
perl
/
PostgreSQL
/
Test
/
Cluster.pm
Age
Commit message (
Expand
)
Author
2023-04-08
TAP test for logical decoding on standby
Andres Freund
2023-04-07
Refactor background psql TAP functions
Daniel Gustafsson
2023-03-29
Support connection load balancing in libpq
Daniel Gustafsson
2023-02-13
Add wait_for_replay_catchup wrapper to Cluster.pm
Alvaro Herrera
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-23
Fix perl warning from commit 9b4eafcaf4
Andrew Dunstan
2022-11-20
Prevent port collisions between concurrent TAP tests
Andrew Dunstan
2022-11-16
doc: update metacpan.org links to avoid redirects
Daniel Gustafsson
2022-11-13
Make PostgreSQL::Test::Cluster::config_data more flexible
Andrew Dunstan
2022-11-12
If wait_for_catchup fails under has_wal_read_bug, skip balance of test.
Noah Misch
2022-10-19
Better handle interrupting TAP tests
Alvaro Herrera
2022-10-18
Remove no-longer-needed compatibility hack
Alvaro Herrera
2022-09-14
Bump minimum Perl version to 5.14
John Naylor
2022-08-03
Add wait_for_subscription_sync for TAP tests.
Amit Kapila
2022-05-20
Add pg_version() to PostgreSQL::Test::Cluster
Michael Paquier
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-07
pgstat: remove stats_temp_directory.
Andres Freund
2022-04-06
Remove exclusive backup mode
Stephen Frost
2022-03-31
Remove use of perl parent module in Cluster.pm
Andrew Dunstan
2022-03-31
Fix comment typo in PotsgreSQL::Test::Cluster module
Andrew Dunstan
2022-03-30
Make PostgreSQL::Test::Cluster compatible with all live branches
Andrew Dunstan
2022-03-29
Make PostgreSQL::Test::Cluster::run_log() return a useful value.
Robert Haas
2022-03-25
Harden TAP tests that intentionally corrupt page checksums.
Tom Lane
2022-03-24
Remove unused module imports from TAP tests
Daniel Gustafsson
2022-03-15
Fix collection of typos in the code and the documentation
Michael Paquier
2022-03-05
Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.
Noah Misch
2022-02-20
Remove most msys special processing in TAP tests
Andrew Dunstan
2022-02-20
Remove PostgreSQL::Test::Utils::perl2host completely
Andrew Dunstan
2022-02-15
Ensure that STDERR is empty in connect_ok tests
Daniel Gustafsson
2022-02-08
Add PostgreSQL::Test::Cluster::config_data()
Michael Paquier
2022-01-20
Tighten TAP tests' tracking of postmaster state some more.
Tom Lane
2022-01-19
TAP tests: check for postmaster.pid anyway when "pg_ctl start" fails.
Tom Lane
2022-01-16
Clean up TAP tests' usage of wait_for_catchup().
Tom Lane
2022-01-08
Respect permissions within logical replication.
Jeff Davis
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-13
Make PG_TEST_USE_UNIX_SOCKETS work for tap tests on windows.
Andres Freund
2021-10-28
Improve contrib/amcheck's tests for CREATE INDEX CONCURRENTLY.
Tom Lane
2021-10-24
Move Perl test modules to a better namespace
Andrew Dunstan