index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
perl
/
README
Commit message (
Expand
)
Author
Age
*
Make PG_TEST_NOCLEAN work for temporary directories in TAP tests
Michael Paquier
2023-07-03
*
Bump minimum Perl version to 5.14
John Naylor
2022-09-14
*
Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.
Noah Misch
2022-03-04
*
Replace Test::More plans with done_testing
Daniel Gustafsson
2022-02-11
*
Doc: update some things relevant to minimum Test::More version.
Tom Lane
2021-11-21
*
Document PG_TEST_NOCLEAN in TAP test README
Daniel Gustafsson
2021-11-12
*
Doc: improve README files associated with TAP tests.
Tom Lane
2021-10-31
*
Move Perl test modules to a better namespace
Andrew Dunstan
2021-10-24
*
Add more $Test::Builder::Level in the TAP tests
Michael Paquier
2021-10-12
*
Doc: update testing recipe in src/test/perl/README.
Tom Lane
2021-10-10
*
Update test/perl/README to insist on Perl version >= 5.8.3, too.
Tom Lane
2021-10-07
*
Unify PostgresNode's new() and get_new_node() methods
Andrew Dunstan
2021-07-29
*
tap tests: replace 'master' with 'primary'.
Andres Freund
2020-07-08
*
Make PostgresNode easily subclassable
Alvaro Herrera
2017-07-25
*
Remove --verbose from PROVE_FLAGS
Stephen Frost
2017-04-04
*
Document recipe for testing compatibility with old Perl.
Noah Misch
2016-12-04
*
Allow individual TAP tests to be run via PROVE_TESTS
Peter Eisentraut
2016-11-14
*
Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.
Noah Misch
2016-11-07
*
Fix improper example of using psql() function in TAP tests documentation.
Fujii Masao
2016-07-26
*
perltidy PostgresNode and SimpleTee
Alvaro Herrera
2016-03-03
*
Add POD docs to PostgresNode
Alvaro Herrera
2016-02-25