summaryrefslogtreecommitdiff
path: root/src/bin/pg_ctl
Commit message (Expand)AuthorAgeFilesLines
* meson: add install-{quiet, world} targetsAndres Freund2023-03-231-1/+1
* Break up long GETTEXT_FILES listsPeter Eisentraut2023-03-081-1/+5
* Update copyright for 2023Bruce Momjian2023-01-028-8/+8
* Add copyright notices to meson filesAndrew Dunstan2022-12-202-0/+4
* Check return value of pclose() correctlyPeter Eisentraut2022-11-151-2/+1
* Remove pgpid_t type, use pid_t insteadPeter Eisentraut2022-10-221-69/+66
* meson: Add windows resource filesAndres Freund2022-10-051-1/+11
* meson: Add initial version of meson based build systemAndres Freund2022-09-212-0/+23
* Use SIGNAL_ARGS consistently to declare signal handlers.Tom Lane2022-09-141-3/+3
* Replace load of functions by direct calls for some WIN32Michael Paquier2022-09-091-98/+39
* Cleanup more code and comments related to Windows NT4 (XP days)Michael Paquier2022-08-301-14/+5
* Clean up inconsistent use of fflush().Tom Lane2022-08-291-2/+3
* Remove configure probe for sys/resource.h and refactor.Thomas Munro2022-08-141-4/+2
* Remove configure probe and related tests for getrlimit.Thomas Munro2022-08-051-4/+4
* Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane2022-07-131-1/+1
* Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane2022-07-131-1/+1
* NLS: Put list of available languages into LINGUAS filesPeter Eisentraut2022-07-132-1/+1
* Make Windows 10 the minimal runtime requirement for WIN32Michael Paquier2022-07-071-24/+2
* Translation updatesPeter Eisentraut2022-05-1610-1320/+1303
* Pre-beta mechanical code beautification.Tom Lane2022-05-122-4/+4
* Improve frontend error logging style.Tom Lane2022-04-081-6/+2
* Remove exclusive backup modeStephen Frost2022-04-061-30/+0
* 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
* Make pg_ctl stop/restart/promote recheck postmaster aliveness.Tom Lane2022-02-101-48/+80
* Introduce log_destination=jsonlogMichael Paquier2022-01-171-8/+12
* Make EXEC_BACKEND more convenient on Linux and FreeBSD.Thomas Munro2022-01-111-0/+4
* Update copyright for 2022Bruce Momjian2022-01-076-6/+6
* 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
* windows: Only consider us to be running as service if stderr is invalid.Andres Freund2021-09-071-0/+33
* Remove some unused variables in TAP testsMichael Paquier2021-09-061-1/+0
* Remove arbitrary MAXPGPATH limit on command lengths in pg_ctl.Tom Lane2021-09-031-22/+22
* 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
* Translation updatesPeter Eisentraut2021-06-212-375/+237
* Translation updatesPeter Eisentraut2021-05-171-137/+141
* Translation updatesPeter Eisentraut2021-05-1010-1247/+2355
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-074-0/+12
* Update copyright for 2021Bruce Momjian2021-01-022-2/+2
* Use setenv() in preference to putenv().Tom Lane2020-12-301-7/+5
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-271-49/+10
* Add key management systemBruce Momjian2020-12-251-10/+49
* 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
* Fix -Wcast-function-type warnings on Windows/MinGWPeter Eisentraut2020-10-211-6/+6