summaryrefslogtreecommitdiff
path: root/src/bin/pg_ctl
AgeCommit message (Expand)Author
2025-01-22Improve grammar of options for command arrays in TAP testsMichael Paquier
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-07Fix Y2038 issues with MyStartTime.Nathan Bossart
2024-07-18Improve pg_ctl's message for shutdown after recovery.Tom Lane
2024-07-08Re-enable autoruns for cmd.exe on WindowsMichael Paquier
2024-06-24Translation updatesPeter Eisentraut
2024-06-13Skip some permissions checks on CygwinAndrew Dunstan
2024-06-13Add missing source files to nls.mkPeter Eisentraut
2024-05-06Translation updatesPeter Eisentraut
2024-03-19Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting war...Peter Eisentraut
2024-03-12Use printf's %m format instead of strerror(errno) in more placesMichael Paquier
2024-01-10pg_ctl: Disable autoruns for cmd.exe on WindowsMichael Paquier
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-11-06Remove distprepPeter Eisentraut
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-25Remove dead code in pg_ctl.c.Nathan Bossart
2023-08-07Translation updatesPeter Eisentraut
2023-07-14Simplify option handling in pg_ctl.Nathan Bossart
2023-05-22Translation updatesPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-03-24meson: add install-{quiet, world} targetsAndres Freund
2023-03-08Break up long GETTEXT_FILES listsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-11-15Check return value of pclose() correctlyPeter Eisentraut
2022-10-22Remove pgpid_t type, use pid_t insteadPeter Eisentraut
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-14Use SIGNAL_ARGS consistently to declare signal handlers.Tom Lane
2022-09-09Replace load of functions by direct calls for some WIN32Michael Paquier
2022-08-30Cleanup more code and comments related to Windows NT4 (XP days)Michael Paquier
2022-08-29Clean up inconsistent use of fflush().Tom Lane
2022-08-13Remove configure probe for sys/resource.h and refactor.Thomas Munro
2022-08-04Remove configure probe and related tests for getrlimit.Thomas Munro
2022-07-13Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane
2022-07-13Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane
2022-07-13NLS: Put list of available languages into LINGUAS filesPeter Eisentraut
2022-07-07Make Windows 10 the minimal runtime requirement for WIN32Michael Paquier
2022-05-16Translation updatesPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-08Improve frontend error logging style.Tom Lane
2022-04-06Remove exclusive backup modeStephen Frost
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-02-10Make pg_ctl stop/restart/promote recheck postmaster aliveness.Tom Lane
2022-01-17Introduce log_destination=jsonlogMichael Paquier
2022-01-10Make EXEC_BACKEND more convenient on Linux and FreeBSD.Thomas Munro