postgresql/src
Tom Lane abd3f43b4c Fix syslog bug: if any messages are emitted to write_syslog before
the facility has been set, the facility gets set to LOCAL0 and cannot
be changed later.  This seems reasonably plausible to happen, particularly
at higher debug log levels, though I am not certain it explains Han Holl's
recent report.  Easiest fix is to teach the code how to change the value
on-the-fly, which is nicer anyway.  I made the settings PGC_SIGHUP to
conform with log_destination.
2005-10-14 20:53:56 +00:00
..
backend Fix syslog bug: if any messages are emitted to write_syslog before 2005-10-14 20:53:56 +00:00
bin The patch updates the documentation to reflect the fact that higher values 2005-10-13 20:58:42 +00:00
include Fix syslog bug: if any messages are emitted to write_syslog before 2005-10-14 20:53:56 +00:00
interfaces Allow times of 24:00:00 to match rounding behavior: 2005-10-14 11:47:57 +00:00
makefiles Some marginal tweaks to make 'make installcheck' mostly work when 2005-09-27 17:43:31 +00:00
pl Fix small oversight in recent patch to add more CREATE-FUNCTION-time 2005-10-13 15:34:19 +00:00
port Fix uppercase TRUE/FALSE that are WIN32 stuffl. 2005-10-13 23:22:11 +00:00
template SUNOS4_CC -> SUNOS_CC. 2005-07-30 03:07:42 +00:00
test Update regression output for new prepare transaction error messages. 2005-10-13 23:12:04 +00:00
timezone Fix the various forms of AT TIME ZONE to accept either timezones found 2005-09-09 02:31:50 +00:00
tools Document the process to update translations. 2005-10-10 19:41:27 +00:00
tutorial PGXS should be set with := not =, as specified in the documentation, 2005-09-27 17:13:14 +00:00
utils PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with 2004-07-30 12:26:40 +00:00
DEVELOPERS
Makefile Adjust src/tutorial Makefile so that it can use pgxs. This allows the 2005-01-13 18:23:22 +00:00
Makefile.global.in Fix problems with PGXS builds against an installation tree that was 2005-09-27 17:39:35 +00:00
Makefile.shlib Cygwin no longer needs to hack SHLIB_LINK, now that Rocco Altier 2005-08-08 03:35:13 +00:00
bcc32.mak Add -N make flag to bcc builds from /src dir. 2005-05-13 18:12:35 +00:00
nls-global.mk More locale fixes for pg_ctl. 2004-06-01 03:32:42 +00:00
win32.mak Attached is a makefile I hacked up to build pg_config under MSVC - the 2005-06-14 17:50:38 +00:00