postgresql/src
Bruce Momjian 62a142036b Set progname early in the postmaster/postgres binary, rather than doing
it later.  This fixes a problem where EXEC_BACKEND didn't have progname
set, causing a segfault if log_min_messages was set below debug2 and our
own snprintf.c was being used.

Also alway strdup() progname.

Backpatch to 8.1.X and 8.0.X.
2006-02-01 00:31:59 +00:00
..
backend Set progname early in the postmaster/postgres binary, rather than doing 2006-02-01 00:31:59 +00:00
bin Tweak initdb to reduce verbosity of progress messages, by printing just 2006-01-27 19:01:15 +00:00
include Set progname early in the postmaster/postgres binary, rather than doing 2006-02-01 00:31:59 +00:00
interfaces Remove unnecessary PQconsumeInput call from PQputCopyData; it's redundant 2006-01-25 20:44:32 +00:00
makefiles Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for AIX and Darwin. 2006-01-19 21:19:12 +00:00
pl Undo perl's nasty locale setting on Windows. Since we can't do that as 2006-01-28 16:20:31 +00:00
port Set progname early in the postmaster/postgres binary, rather than doing 2006-02-01 00:31:59 +00:00
template
test Clean up the INET-vs-CIDR situation. Get rid of the internal is_cidr flag 2006-01-26 02:35:51 +00:00
timezone
tools
tutorial Cosmetic code cleanup: fix a bunch of places that used "return (expr);" 2006-01-11 08:43:13 +00:00
utils
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib
nls-global.mk
win32.mak