Commit Graph

95 Commits (790c01d28099587bbe2c623d4389b62ee49b1dee)

Author SHA1 Message Date
Bruce Momjian 32e6c2a160 Use get_progname() in backend main.c, rather than port-specific hack 20 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Tom Lane 0021ae06be Fix Win32 problems with signals and sockets, by making the forkexec code 21 years ago
Peter Eisentraut 0ed3c7665e Small message clarifications 21 years ago
Peter Eisentraut 0fd37839d9 Message style revisions 21 years ago
Neil Conway ae72283816 Cleanup some ancient Ultrix / Alpha code in main() that is intended to 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 21 years ago
Tom Lane b15f9b08ef Replace direct fprintf(stderr) calls by write_stderr(), and cause this 21 years ago
Bruce Momjian 6870843339 Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir) 21 years ago
Tom Lane 076a055acf Separate out bgwriter code into a logically separate module, rather 21 years ago
Tom Lane 1a321f26d8 Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs by 21 years ago
Bruce Momjian bb44a7c525 pgindent files for Tom. 21 years ago
Bruce Momjian 228897774c Make the locale location relocatable. 21 years ago
Bruce Momjian 3661d1d6e0 This patch fixes the find_my_exec code for pgstat backends. Required for 21 years ago
Bruce Momjian 5a7e1a187c Move find_my_exec lower so elog() works, per Tom. 21 years ago
Bruce Momjian eb79aea9ed Move get_pkglib_path up into main.c too. 21 years ago
Bruce Momjian a9fad44372 Move find_my_exec() way up into main.c so it is available to the 21 years ago
Bruce Momjian 31338352bd * Most changes are to fix warnings issued when compiling win32 22 years ago
Bruce Momjian dea47eee06 Windows uses codepages rather than the environment, so we work around 22 years ago
Bruce Momjian d91acf8401 Win32: 22 years ago
Tom Lane 780cba9880 Move responsibility for copying argv[] array into ps_status.c, where it 22 years ago
Bruce Momjian e5e5a323ca Briefly, 22 years ago
Bruce Momjian 50491963cb Here's the latest win32 signals code, this time in the form of a patch 22 years ago
Bruce Momjian 4cdf51e646 Drops in the CreateProcess calls for Win32 (essentially wrapping up the 22 years ago
Bruce Momjian 488f2785d0 Final rearrangement of main postgresql child process (ie. 22 years ago
Bruce Momjian aeddc2a60d Continued rearrangement to permit pgstat + BootstrapMain processes to be 22 years ago
Bruce Momjian dcae5781d1 Remove __alpha__ additions in main.c but document that they are missing. 22 years ago
Bruce Momjian b731d04101 Test for __alpha and __alpha__. 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Peter Eisentraut 9d77708d83 Cleanup on --help-config: Now called --describe-config, no further options, 22 years ago
Peter Eisentraut e05147e51a You can't NLS-enable a program component by just putting gettext() around 22 years ago
Peter Eisentraut feb4f44d29 Message editing: remove gratuitous variations in message wording, standardize 22 years ago
Tom Lane d0bfe7f100 Update comments about how locale settings are handled. 22 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane b556e8200e elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. 22 years ago
Tom Lane b700a672fe Add --help-config facility to dump information about GUC parameters 22 years ago
Bruce Momjian 12c9423832 Allow Win32 to compile under MinGW. Major changes are: 22 years ago
Bruce Momjian bea4792125 This patch removes a bunch of superfluous #include directives: if 23 years ago
Tom Lane 966a4ca9b3 Add missing #include <errno.h>, per gripe from Alessio Bragadini. 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Peter Eisentraut 6ce4a4e3e1 Make sure monetary, numeric, and time locale categories are set to C and 23 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 23 years ago
Tom Lane f0811a74b3 Merge the last few variable.c configuration variables into the generic 23 years ago
Peter Eisentraut 867901db9e Locale support is on by default. The choice of locale is done in initdb 24 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Tom Lane 94daee3cb7 Further cleanup of ps_status setup code. On platforms where the 24 years ago
Tom Lane b2e92a712e Fix getopt-vs-init_ps_display problem by copying original argv[] info, 24 years ago