postgresql/src/backend
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
..
access This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED 2005-10-13 22:55:55 +00:00
bootstrap Arrange for indexes and toast tables to inherit their ownership from 2005-08-26 03:08:15 +00:00
catalog Fix the problem of GRANTs creating "dangling" privileges not directly 2005-10-10 18:49:04 +00:00
commands Use a safer order of operations in dropdb(): rollbackable operations, 2005-10-10 20:02:20 +00:00
executor Revise pgstats stuff to fix the problems with not counting accesses 2005-10-06 02:29:23 +00:00
lib Replace the use of "0" with "NULL" where appropriate in dllist.c, for 2005-01-18 22:59:32 +00:00
libpq Update krb_server_name to document that a missing entry defaults to 2005-10-13 22:55:19 +00:00
main Use get_progname() in backend main.c, rather than port-specific hack 2005-10-13 15:37:14 +00:00
nodes Clean up a couple of ad-hoc computations of the maximum number of tuples 2005-09-02 19:02:20 +00:00
optimizer Don't try to remove duplicate OR-subclauses in create_bitmap_subplan and 2005-10-13 00:06:46 +00:00
parser When a function not returning RECORD has a single OUT parameter, use 2005-10-06 19:51:16 +00:00
po Translation update 2005-10-10 19:36:36 +00:00
port Recognize ERROR_SHARING_VIOLATION (translate to EACCES), increase log 2005-10-07 16:34:48 +00:00
postmaster Revise pgstats stuff to fix the problems with not counting accesses 2005-10-06 02:29:23 +00:00
regex Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. 2005-09-24 22:54:44 +00:00
rewrite Add NOWAIT option to SELECT FOR UPDATE/SHARE. 2005-08-01 20:31:16 +00:00
storage Remove an antiquated comment. 2005-10-13 06:24:05 +00:00
tcop Make stack_base_ptr non-static, for PL/Java. 2005-10-13 22:57:27 +00:00
utils Fix syslog bug: if any messages are emitted to write_syslog before 2005-10-14 20:53:56 +00:00
Makefile Put libpgport into OBJS instead of LIBS, so that it gets included 2005-07-28 04:31:30 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00