Commit Graph

82 Commits (2f932f71d9f2963bbd201129d7b971c8f5f077fd)

Author SHA1 Message Date
Noah Misch 2f932f71d9 Consistently test for in-use shared memory. 7 years ago
Peter Eisentraut 8e93a516e6 Don't propagate PGAPPNAME through pg_ctl in tests 7 years ago
Peter Eisentraut 538ecc17c4 Set cluster_name for PostgresNode.pm instances 7 years ago
Peter Eisentraut 2dedf4d9a8 Integrate recovery.conf into postgresql.conf 7 years ago
Tom Lane c015ccb306 Make PostgresNode.pm's poll_query_until() more chatty about failures. 7 years ago
Alexander Korotkov ec74369931 Implement "pg_ctl logrotate" command 7 years ago
Michael Paquier 9a7b7adc13 Make logical WAL sender report streaming state appropriately 8 years ago
Peter Eisentraut c4309f4aee Use $Test::Builder::Level in TAP test functions 8 years ago
Michael Paquier dad335b89f Replace search.cpan.org with metacpan.org 8 years ago
Andrew Dunstan 3a7cc727c7 Don't fall off the end of perl functions 8 years ago
Andrew Dunstan 35361ee788 Restrict vertical tightness to parentheses in Perl code 8 years ago
Tom Lane 17551f1a21 Undo extra chattiness of postmaster logs in TAP tests. 8 years ago
Peter Eisentraut 76ece16974 perltidy: Add option --nooutdent-long-comments 8 years ago
Peter Eisentraut d4f16d5071 perltidy: Add option --nooutdent-long-quotes 8 years ago
Tom Lane f04d4ac919 Reindent Perl files with perltidy version 20170521. 8 years ago
Magnus Hagander d7754822c5 Silence some warnings in TAP tests 8 years ago
Stephen Frost c37b3d08ca Allow group access on PGDATA 8 years ago
Stephen Frost da9b580d89 Refactor dir/file permissions 8 years ago
Peter Eisentraut fde03e8b55 Use croak instead of die in Perl code when appropriate 8 years ago
Peter Eisentraut bbd3363e12 Refactor subscription tests to use PostgresNode's wait_for_catchup 8 years ago
Simon Riggs 6271fceb8a Add TIMELINE to backup_label file 8 years ago
Peter Eisentraut 5eb8bf2d42 Remove wal_keep_segments from default configuration in PostgresNode.pm 8 years ago
Peter Eisentraut 43588f58aa Turn on log_replication_commands in PostgresNode 8 years ago
Tom Lane ed8a7c6fcf Add much-more-extensive TAP tests for pgbench. 8 years ago
Peter Eisentraut 90627cf98a Support retaining data dirs on successful TAP tests 8 years ago
Tom Lane 21d304dfed Final pgindent + perltidy run for v10. 9 years ago
Alvaro Herrera 54dacc7466 Make PostgresNode easily subclassable 9 years ago
Andrew Dunstan cde11fa3c0 Improve legibility of numeric literal 9 years ago
Andrew Dunstan 6c6970a280 Use usleep instead of select for timeouts in PostgresNode.pm 9 years ago
Tom Lane efdb4f29ba Fix bug in PostgresNode::query_hash's split() call. 9 years ago
Tom Lane de3de0afd7 Improve TAP test function PostgresNode::poll_query_until(). 9 years ago
Tom Lane b0f069d931 Clean up misuse and nonuse of poll_query_until(). 9 years ago
Tom Lane 2710ccd782 Reduce wal_retrieve_retry_interval in applicable TAP tests. 9 years ago
Bruce Momjian ce55481032 Post-PG 10 beta1 pgperltidy run 9 years ago
Peter Eisentraut c1a7f64b4a Replace "transaction log" with "write-ahead log" 9 years ago
Tom Lane d10c626de4 Rename WAL-related functions and views to use "lsn" not "location". 9 years ago
Andrew Dunstan 33f3bbc6d3 Fix TAP infrastructure to support Mingw better 9 years ago
Tom Lane 7d68f2281a Make PostgresNode.pm check server status more carefully. 9 years ago
Tom Lane 8a19c1a373 Make PostgresNode::append_conf append a newline automatically. 9 years ago
Peter Eisentraut 3371e4d9b1 Change default of log_directory to 'log' 9 years ago
Peter Eisentraut facde2a98f Clean up Perl code according to perlcritic 9 years ago
Simon Riggs eb2a6131be Add a pg_recvlogical wrapper to PostgresNode 9 years ago
Peter Eisentraut be37c2120a Enable replication connections by default in pg_hba.conf 9 years ago
Peter Eisentraut 231f48796b Fix timeouts in PostgresNode::psql 9 years ago
Robert Haas 806091c96f Remove all references to "xlog" from SQL-callable functions in pg_proc. 9 years ago
Peter Eisentraut 665d1fad99 Logical replication 9 years ago
Magnus Hagander f6d6d2920d Change default values for backup and replication parameters 9 years ago
Peter Eisentraut 05cd12ed5b pg_ctl: Change default to wait for all actions 9 years ago
Peter Eisentraut 750c59d7ec Fix mistake in comment 9 years ago
Simon Riggs 2e44f379bc Fix format for TAP test docs 9 years ago