index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
perl
/
README
Age
Commit message (
Expand
)
Author
2023-12-29
Make all Perl warnings fatal
Peter Eisentraut
2023-07-03
Make PG_TEST_NOCLEAN work for temporary directories in TAP tests
Michael Paquier
2022-09-14
Bump minimum Perl version to 5.14
John Naylor
2022-03-04
Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.
Noah Misch
2022-02-11
Replace Test::More plans with done_testing
Daniel Gustafsson
2021-11-21
Doc: update some things relevant to minimum Test::More version.
Tom Lane
2021-11-12
Document PG_TEST_NOCLEAN in TAP test README
Daniel Gustafsson
2021-10-31
Doc: improve README files associated with TAP tests.
Tom Lane
2021-10-24
Move Perl test modules to a better namespace
Andrew Dunstan
2021-10-12
Add more $Test::Builder::Level in the TAP tests
Michael Paquier
2021-10-10
Doc: update testing recipe in src/test/perl/README.
Tom Lane
2021-10-07
Update test/perl/README to insist on Perl version >= 5.8.3, too.
Tom Lane
2021-07-29
Unify PostgresNode's new() and get_new_node() methods
Andrew Dunstan
2020-07-08
tap tests: replace 'master' with 'primary'.
Andres Freund
2017-07-25
Make PostgresNode easily subclassable
Alvaro Herrera
2017-04-04
Remove --verbose from PROVE_FLAGS
Stephen Frost
2016-12-04
Document recipe for testing compatibility with old Perl.
Noah Misch
2016-11-14
Allow individual TAP tests to be run via PROVE_TESTS
Peter Eisentraut
2016-11-07
Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.
Noah Misch
2016-07-26
Fix improper example of using psql() function in TAP tests documentation.
Fujii Masao
2016-03-03
perltidy PostgresNode and SimpleTee
Alvaro Herrera
2016-02-25
Add POD docs to PostgresNode
Alvaro Herrera