summaryrefslogtreecommitdiff
path: root/src/bin/pg_ctl/t
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-024-4/+4
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-1/+1
* Remove more unused module imports from TAP testsDaniel Gustafsson2022-03-271-3/+0
* Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts.Noah Misch2022-03-041-2/+2
* Remove most msys special processing in TAP testsAndrew Dunstan2022-02-201-10/+1
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-114-4/+12
* Introduce log_destination=jsonlogMichael Paquier2022-01-171-8/+12
* Update copyright for 2022Bruce Momjian2022-01-074-4/+4
* Make PG_TEST_USE_UNIX_SOCKETS work for tap tests on windows.Andres Freund2021-12-131-0/+1
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-244-20/+20
* Add more $Test::Builder::Level in the TAP testsMichael Paquier2021-10-121-0/+2
* Add regression tests for csvlog with the logging collectorMichael Paquier2021-09-131-37/+58
* Remove some unused variables in TAP testsMichael Paquier2021-09-061-1/+0
* Remove the last vestiges of Exporter from PostgresNodeAndrew Dunstan2021-07-291-1/+1
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-293-5/+5
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-074-0/+12
* Avoid time-of-day-dependent failure in log rotation test.Tom Lane2020-12-241-0/+2
* Retry initial slurp_file("current_logfiles"), in test 004_logrotate.pl.Noah Misch2020-11-281-4/+13
* Add test coverage for pg_current_logfile() function.Tom Lane2020-07-081-1/+5
* Allow using Unix-domain sockets on Windows in testsPeter Eisentraut2020-03-301-1/+1
* Fix failures with TAP tests of pg_ctl on WindowsMichael Paquier2019-12-031-0/+2
* Initial pgperltidy run for v12.Tom Lane2019-05-222-8/+14
* Improve logrotate test so that it meaningfully exercises syslogger.Tom Lane2019-05-191-28/+63
* Honor TEMP_CONFIG in TAP suites.Noah Misch2019-05-111-0/+2
* fix thinko in logrotate testAndrew Dunstan2019-03-031-1/+1
* Don't do pg_ctl logrotate test on WindowsAndrew Dunstan2019-03-031-0/+11
* Implement "pg_ctl logrotate" commandAlexander Korotkov2018-09-011-0/+42
* Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan2018-05-091-1/+2
* Reindent Perl files with perltidy version 20170521.Tom Lane2018-04-251-3/+3
* Allow group access on PGDATAStephen Frost2018-04-071-1/+24
* Refactor dir/file permissionsStephen Frost2018-04-071-2/+16
* Final pgindent + perltidy run for v10.Tom Lane2017-08-141-2/+4
* Work around Msys weakness in Testlib.pm's command_like()Andrew Dunstan2017-07-261-3/+11
* Change pg_ctl to detect server-ready by watching status in postmaster.pid.Tom Lane2017-06-281-3/+5
* Post-PG 10 beta1 pgperltidy runBruce Momjian2017-05-172-24/+29
* Clean up Perl code according to perlcriticPeter Eisentraut2017-03-271-7/+7
* pg_ctl: Change default to wait for all actionsPeter Eisentraut2017-01-142-14/+14
* Updates to reflect that pg_ctl stop -m fast is the defaultPeter Eisentraut2017-01-132-6/+6
* pg_ctl: Add wait option to promote actionPeter Eisentraut2016-09-211-1/+17
* pg_ctl: Add tests for promote actionPeter Eisentraut2016-09-211-0/+39
* PostgresNode: Add names to nodesAlvaro Herrera2016-01-201-1/+1
* Refactor Perl test codeAlvaro Herrera2015-12-022-9/+13
* Fix "pg_ctl start -w" to test child process status directly.Tom Lane2015-10-121-2/+7
* Disable fsync throughout TAP test suites.Noah Misch2015-09-031-1/+3
* Allow TAP tests to run under MsysAndrew Dunstan2015-08-021-1/+1
* Make TAP tests work on Windows.Heikki Linnakangas2015-07-292-7/+11
* Improve logging of TAP tests.Heikki Linnakangas2015-07-092-3/+3
* pgindent run for 9.5Bruce Momjian2015-05-232-3/+3
* Fix previous commit for TAP test suites in VPATH builds.Noah Misch2014-12-181-1/+1
* Lock down regression testing temporary clusters on Windows.Noah Misch2014-12-172-2/+6