postgresql/src/backend
Tom Lane eb133197b6 Move init_ps_display from postgres.c to postmaster.c, putting it
just after receipt of the startup packet.  Now, postmaster children
that are waiting for client authentication response will show as
'postgres: user database host authentication'.  Also, do an
init_ps_display for startup/shutdown/checkpoint subprocesses,
so that they are readily identifiable as well.  Fix an obscure race
condition that could lead to Assert failure in the postmaster ---
attempting to start a checkpoint process before any connections have
been received led to calling PostmasterRandom before setting random_seed.
2001-10-19 00:44:08 +00:00
..
access Accept an INTERVAL argument for SET TIME ZONE per SQL99. 2001-10-18 17:30:21 +00:00
bootstrap Implement new 'lightweight lock manager' that's intermediate between 2001-09-29 04:02:27 +00:00
catalog Break transformCreateStmt() into multiple routines and make 2001-10-12 00:07:15 +00:00
commands Accept an INTERVAL argument for SET TIME ZONE per SQL99. 2001-10-18 17:30:21 +00:00
executor Further cleanup of dynahash.c API, in pursuit of portability and 2001-10-05 17:28:13 +00:00
lib Further cleanup of dynahash.c API, in pursuit of portability and 2001-10-05 17:28:13 +00:00
libpq Fix authentication so that it doesn't record an extra 'Password 2001-10-18 22:44:37 +00:00
main Mark many strings in backend not covered by elog for translation. Also, 2001-06-03 14:53:56 +00:00
nodes Accept an INTERVAL argument for SET TIME ZONE per SQL99. 2001-10-18 17:30:21 +00:00
optimizer Extend code that deduces implied equality clauses to detect whether a 2001-10-18 16:11:42 +00:00
parser Spell 'between' correctly, clean up spacing in error messages. 2001-10-18 23:16:09 +00:00
po files attached are Traditional Chinese translations translated 2001-10-05 19:05:54 +00:00
port Get rid of PID entries in shmem hash table; there is no longer any need 2001-09-07 00:27:30 +00:00
postmaster Move init_ps_display from postgres.c to postmaster.c, putting it 2001-10-19 00:44:08 +00:00
regex Add dependency for regexec.c 2001-10-04 04:16:16 +00:00
rewrite Revert treatment of NOTIFY in rules to its pre-7.1 behavior: notify will 2001-09-07 20:52:31 +00:00
storage Further cleanup of dynahash.c API, in pursuit of portability and 2001-10-05 17:28:13 +00:00
tcop Move init_ps_display from postgres.c to postmaster.c, putting it 2001-10-19 00:44:08 +00:00
tioga Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
utils Fix memory leakage when sending notice messages to client. 2001-10-18 23:07:29 +00:00
Makefile Install dynamically loadable modules into a private subdirectory 2001-09-16 16:11:11 +00:00