Commit Graph

547 Commits (e6a9637488e2673efb87f8ead657789e9889fb17)

Author SHA1 Message Date
Tom Lane cd85ae1114 Improve pg_ctl's message for shutdown after recovery. 2 years ago
Michael Paquier 74b8e6a698 Re-enable autoruns for cmd.exe on Windows 2 years ago
Peter Eisentraut f7f4e7e6fa Translation updates 2 years ago
Andrew Dunstan f83908798f Skip some permissions checks on Cygwin 2 years ago
Peter Eisentraut ad8877cb51 Add missing source files to nls.mk 2 years ago
Peter Eisentraut 7a31eb2aaa Translation updates 2 years ago
Peter Eisentraut d56cb42b54 Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting warnings 2 years ago
Michael Paquier 2c8118ee5d Use printf's %m format instead of strerror(errno) in more places 2 years ago
Michael Paquier 9886744a36 pg_ctl: Disable autoruns for cmd.exe on Windows 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Peter Eisentraut c538592959 Make all Perl warnings fatal 2 years ago
Peter Eisentraut 721856ff24 Remove distprep 3 years ago
Peter Eisentraut 611806cd72 Add trailing commas to enum definitions 3 years ago
Nathan Bossart fdeb6e6a74 Remove dead code in pg_ctl.c. 3 years ago
Peter Eisentraut 2bdd7b262f Translation updates 3 years ago
Nathan Bossart 03d1080d8a Simplify option handling in pg_ctl. 3 years ago
Peter Eisentraut 473e02f6f9 Translation updates 3 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 3 years ago
Andres Freund e522049f23 meson: add install-{quiet, world} targets 3 years ago
Peter Eisentraut 2a71ad64cb Break up long GETTEXT_FILES lists 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
Peter Eisentraut 2fe3bdbd69 Check return value of pclose() correctly 4 years ago
Peter Eisentraut 5035c93c8a Remove pgpid_t type, use pid_t instead 4 years ago
Andres Freund 902ab2fcef meson: Add windows resource files 4 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 4 years ago
Tom Lane b66fbd8afe Use SIGNAL_ARGS consistently to declare signal handlers. 4 years ago
Michael Paquier 47bd0b3fa6 Replace load of functions by direct calls for some WIN32 4 years ago
Michael Paquier b1ec7f47e3 Cleanup more code and comments related to Windows NT4 (XP days) 4 years ago
Tom Lane 7fed801135 Clean up inconsistent use of fflush(). 4 years ago
Thomas Munro 36b3d52459 Remove configure probe for sys/resource.h and refactor. 4 years ago
Thomas Munro bdb657edd6 Remove configure probe and related tests for getrlimit. 4 years ago
Tom Lane 54ba2f0623 Revert "Use wildcards instead of manually-maintained file lists in */nls.mk." 4 years ago
Tom Lane 617d691412 Use wildcards instead of manually-maintained file lists in */nls.mk. 4 years ago
Peter Eisentraut 88dad06b47 NLS: Put list of available languages into LINGUAS files 4 years ago
Michael Paquier 495ed0ef2d Make Windows 10 the minimal runtime requirement for WIN32 4 years ago
Peter Eisentraut 6a8a7b1ccb Translation updates 4 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 4 years ago
Tom Lane 9a374b77fb Improve frontend error logging style. 4 years ago
Stephen Frost 39969e2a1e Remove exclusive backup mode 4 years ago
Daniel Gustafsson b64c3bd62e Remove more unused module imports from TAP tests 4 years ago
Noah Misch f2698ea02c Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts. 4 years ago
Andrew Dunstan 1c6d462939
Remove most msys special processing in TAP tests 4 years ago
Daniel Gustafsson 549ec201d6 Replace Test::More plans with done_testing 4 years ago
Tom Lane a745b93650 Make pg_ctl stop/restart/promote recheck postmaster aliveness. 4 years ago
Michael Paquier dc686681e0 Introduce log_destination=jsonlog 4 years ago
Thomas Munro f3e78069db Make EXEC_BACKEND more convenient on Linux and FreeBSD. 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Andres Freund 45f52709d8 Make PG_TEST_USE_UNIX_SOCKETS work for tap tests on windows. 4 years ago
Andrew Dunstan b3b4d8e68a
Move Perl test modules to a better namespace 5 years ago