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
Commit message (
Expand
)
Author
Age
*
Fix TAP infrastructure to support Mingw better
Andrew Dunstan
2017-04-23
*
Make PostgresNode.pm check server status more carefully.
Tom Lane
2017-04-22
*
Make PostgresNode::append_conf append a newline automatically.
Tom Lane
2017-04-22
*
Fix timeouts in PostgresNode::psql
Peter Eisentraut
2017-03-01
*
Fix mistake in comment
Peter Eisentraut
2017-01-12
*
Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.
Noah Misch
2016-11-07
*
Update obsolete comments and perldoc.
Robert Haas
2016-10-05
*
Install TAP test infrastructure so it's available for extension testing.
Tom Lane
2016-09-23
*
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-15
*
Fix improper example of using psql() function in TAP tests documentation.
Fujii Masao
2016-07-26
*
Give recovery tests more time to finish
Alvaro Herrera
2016-07-25
*
Fix TAP tests and MSVC scripts for pathnames with spaces.
Tom Lane
2016-07-09
*
Finish pgindent run for 9.6: Perl files.
Noah Misch
2016-06-12
*
Fix order of shutdown cleanup operations in PostgresNode.pm.
Tom Lane
2016-04-26
*
Try harder to detect a port conflict in PostgresNode.pm.
Tom Lane
2016-04-25
*
Improve PostgresNode.pm's logic for detecting already-in-use ports.
Tom Lane
2016-04-24
*
Add regression tests for multiple synchronous standbys.
Fujii Masao
2016-04-08
*
Copyedit comments and documentation.
Noah Misch
2016-04-01
*
PostgresNode: initialize $timed_out if passed
Alvaro Herrera
2016-03-28
*
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-18
*
PostgresNode: add backup_fs_hot and backup_fs_cold
Alvaro Herrera
2016-03-09
*
Add filter capability to RecursiveCopy::copypath
Alvaro Herrera
2016-03-09
*
Rework PostgresNode's psql method
Alvaro Herrera
2016-03-03
*
perltidy PostgresNode and SimpleTee
Alvaro Herrera
2016-03-03
*
Prefix temp data dirs with the node name
Alvaro Herrera
2016-03-02
*
Fix TAP tests for older Perls.
Tom Lane
2016-03-02
*
TAP tests: retain temp dirs on test failure
Alvaro Herrera
2016-03-01
*
Apply last revision of recovery patch
Alvaro Herrera
2016-02-26
*
Add a test framework for recovery
Alvaro Herrera
2016-02-26
*
Move some code from RewindTest into PostgresNode
Alvaro Herrera
2016-02-26
*
Add POD docs to PostgresNode
Alvaro Herrera
2016-02-25
*
In pg_rewind test suite, triple promote timeout to 90s.
Noah Misch
2016-02-10
*
PostgresNode: Add names to nodes
Alvaro Herrera
2016-01-20
*
Avoid odd portability problem in TestLib.pm's slurp_file function.
Tom Lane
2015-12-08
*
psql: Support multiple -c and -f options, and allow mixing them.
Robert Haas
2015-12-08
*
PostgresNode: wrap correctly around port number range end
Alvaro Herrera
2015-12-07
*
Cleanup some problems in new Perl test code
Alvaro Herrera
2015-12-07
*
Create TestLib.pm's tempdir underneath tmp_check/, not out in the open.
Tom Lane
2015-12-05
*
Fix broken subroutine call in TestLib
Alvaro Herrera
2015-12-02
*
Refactor Perl test code
Alvaro Herrera
2015-12-02
*
Disable fsync throughout TAP test suites.
Noah Misch
2015-09-03
*
Flush to show results of TestLib.pm (TAP) test as we go.
Kevin Grittner
2015-09-01
*
Remove carriage returns from certain tap test output under Msys
Andrew Dunstan
2015-08-05
*
Allow TAP tests to run under Msys
Andrew Dunstan
2015-08-02
*
Make TAP tests work on Windows.
Heikki Linnakangas
2015-07-29
*
pg_basebackup: Add --slot option
Peter Eisentraut
2015-07-28
*
pg_basebackup: Add tests for -X option
Peter Eisentraut
2015-07-28
*
pg_basebackup: Add tests for -R option
Peter Eisentraut
2015-07-28
*
Make tap tests store postmaster logs and handle vpaths correctly
Andrew Dunstan
2015-07-28
*
Improve logging of TAP tests.
Heikki Linnakangas
2015-07-09
[next]