aboutsummaryrefslogtreecommitdiff
path: root/src/test/perl
Commit message (Expand)AuthorAge
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Work around Msys weakness in Testlib.pm's command_like()Andrew Dunstan2017-07-26
* Make PostgresNode easily subclassableAlvaro Herrera2017-07-25
* Improve legibility of numeric literalAndrew Dunstan2017-07-17
* Use usleep instead of select for timeouts in PostgresNode.pmAndrew Dunstan2017-07-17
* Fix bug in PostgresNode::query_hash's split() call.Tom Lane2017-07-02
* Improve TAP test function PostgresNode::poll_query_until().Tom Lane2017-07-02
* Clean up misuse and nonuse of poll_query_until().Tom Lane2017-07-01
* Reduce wal_retrieve_retry_interval in applicable TAP tests.Tom Lane2017-06-26
* Post-PG 10 beta1 pgperltidy runBruce Momjian2017-05-17
* Replace "transaction log" with "write-ahead log"Peter Eisentraut2017-05-12
* Rename WAL-related functions and views to use "lsn" not "location".Tom Lane2017-05-11
* Fix TAP infrastructure to support Mingw betterAndrew Dunstan2017-04-23
* Make PostgresNode.pm check server status more carefully.Tom Lane2017-04-22
* Make PostgresNode::append_conf append a newline automatically.Tom Lane2017-04-22
* Require sufficiently modern version of Test::More for TAP testsAndrew Dunstan2017-04-22
* Remove --verbose from PROVE_FLAGSStephen Frost2017-04-04
* Change default of log_directory to 'log'Peter Eisentraut2017-03-27
* Clean up Perl code according to perlcriticPeter Eisentraut2017-03-27
* Add a pg_recvlogical wrapper to PostgresNodeSimon Riggs2017-03-21
* Enable replication connections by default in pg_hba.confPeter Eisentraut2017-03-09
* Fix timeouts in PostgresNode::psqlPeter Eisentraut2017-03-01
* Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas2017-02-09
* Logical replicationPeter Eisentraut2017-01-20
* Change default values for backup and replication parametersMagnus Hagander2017-01-14
* pg_ctl: Change default to wait for all actionsPeter Eisentraut2017-01-14
* Fix mistake in commentPeter Eisentraut2017-01-12
* Fix format for TAP test docsSimon Riggs2017-01-05
* Allow PostgresNode.pm tests to wait for catchupSimon Riggs2017-01-04
* Make wal streaming the default mode for pg_basebackupMagnus Hagander2017-01-04
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Document recipe for testing compatibility with old Perl.Noah Misch2016-12-04
* Allow individual TAP tests to be run via PROVE_TESTSPeter Eisentraut2016-11-14
* Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.Noah Misch2016-11-07
* Use pg_ctl promote -w in TAP testsPeter Eisentraut2016-10-19
* initdb pg_basebackup: Rename --noxxx options to --no-xxxPeter Eisentraut2016-10-19
* Update obsolete comments and perldoc.Robert Haas2016-10-05
* Set log_line_prefix and application name in test driversPeter Eisentraut2016-09-30
* Switch pg_basebackup commands in Postgres.pm to use --nosyncPeter Eisentraut2016-09-29
* Install TAP test infrastructure so it's available for extension testing.Tom Lane2016-09-23
* Add tests for various connection string issuesPeter Eisentraut2016-09-22
* pg_ctl: Add tests for promote actionPeter Eisentraut2016-09-21
* Make command_like output more compactPeter Eisentraut2016-09-21
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-15
* Fix improper example of using psql() function in TAP tests documentation.Fujii Masao2016-07-26
* Give recovery tests more time to finishAlvaro Herrera2016-07-25
* Fix TAP tests and MSVC scripts for pathnames with spaces.Tom Lane2016-07-09
* Finish pgindent run for 9.6: Perl files.Noah Misch2016-06-12
* Fix order of shutdown cleanup operations in PostgresNode.pm.Tom Lane2016-04-26
* Try harder to detect a port conflict in PostgresNode.pm.Tom Lane2016-04-25