summaryrefslogtreecommitdiff
path: root/src/bin/pg_ctl/t
AgeCommit message (Expand)Author
2023-01-02Update copyright for 2023Bruce Momjian
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-03-27Remove more unused module imports from TAP testsDaniel Gustafsson
2022-03-05Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch
2022-02-20Remove most msys special processing in TAP testsAndrew Dunstan
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-01-17Introduce log_destination=jsonlogMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-13Make PG_TEST_USE_UNIX_SOCKETS work for tap tests on windows.Andres Freund
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-10-12Add more $Test::Builder::Level in the TAP testsMichael Paquier
2021-09-13Add regression tests for csvlog with the logging collectorMichael Paquier
2021-09-06Remove some unused variables in TAP testsMichael Paquier
2021-07-29Remove the last vestiges of Exporter from PostgresNodeAndrew Dunstan
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2020-12-25Avoid time-of-day-dependent failure in log rotation test.Tom Lane
2020-11-29Retry initial slurp_file("current_logfiles"), in test 004_logrotate.pl.Noah Misch
2020-07-08Add test coverage for pg_current_logfile() function.Tom Lane
2020-03-30Allow using Unix-domain sockets on Windows in testsPeter Eisentraut
2019-12-03Fix failures with TAP tests of pg_ctl on WindowsMichael Paquier
2019-05-22Initial pgperltidy run for v12.Tom Lane
2019-05-19Improve logrotate test so that it meaningfully exercises syslogger.Tom Lane
2019-05-11Honor TEMP_CONFIG in TAP suites.Noah Misch
2019-03-04fix thinko in logrotate testAndrew Dunstan
2019-03-03Don't do pg_ctl logrotate test on WindowsAndrew Dunstan
2018-09-01Implement "pg_ctl logrotate" commandAlexander Korotkov
2018-05-09Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan
2018-04-25Reindent Perl files with perltidy version 20170521.Tom Lane
2018-04-07Allow group access on PGDATAStephen Frost
2018-04-07Refactor dir/file permissionsStephen Frost
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-07-27Work around Msys weakness in Testlib.pm's command_like()Andrew Dunstan
2017-06-28Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane
2017-05-17Post-PG 10 beta1 pgperltidy runBruce Momjian
2017-03-27Clean up Perl code according to perlcriticPeter Eisentraut
2017-01-14pg_ctl: Change default to wait for all actionsPeter Eisentraut
2017-01-14Updates to reflect that pg_ctl stop -m fast is the defaultPeter Eisentraut
2016-09-21pg_ctl: Add wait option to promote actionPeter Eisentraut
2016-09-21pg_ctl: Add tests for promote actionPeter Eisentraut
2016-01-20PostgresNode: Add names to nodesAlvaro Herrera
2015-12-02Refactor Perl test codeAlvaro Herrera
2015-10-12Fix "pg_ctl start -w" to test child process status directly.Tom Lane
2015-09-03Disable fsync throughout TAP test suites.Noah Misch
2015-08-03Allow TAP tests to run under MsysAndrew Dunstan
2015-07-29Make TAP tests work on Windows.Heikki Linnakangas
2015-07-09Improve logging of TAP tests.Heikki Linnakangas
2015-05-24pgindent run for 9.5Bruce Momjian
2014-12-18Fix previous commit for TAP test suites in VPATH builds.Noah Misch
2014-12-18Lock down regression testing temporary clusters on Windows.Noah Misch