postgresql/src/backend
Tom Lane 5f15fa8d06 Clean up some problems in SetClientEncoding: failed to honor doit flag
in all cases, leaked TopMemoryContext memory in others.  Make the
interaction between SetClientEncoding and InitializeClientEncoding
cleaner and better documented.  I suspect these changes should be
back-patched into 7.3, but will wait on Tatsuo's verification.
2003-04-27 17:31:25 +00:00
..
access Add transaction status field to ReadyForQuery messages, and make room 2003-04-26 20:23:00 +00:00
bootstrap Add code to dump contents of free space map into $PGDATA/global/pg_fsm.cache 2003-03-06 00:04:27 +00:00
catalog Infrastructure for upgraded error reporting mechanism. elog.c is 2003-04-24 21:16:45 +00:00
commands Clean up some problems in SetClientEncoding: failed to honor doit flag 2003-04-27 17:31:25 +00:00
executor Infrastructure for upgraded error reporting mechanism. elog.c is 2003-04-24 21:16:45 +00:00
lib Infrastructure for upgraded error reporting mechanism. elog.c is 2003-04-24 21:16:45 +00:00
libpq const-ify info_cb() to match recent openssl releases. Per Joe Conway. 2003-04-25 04:37:23 +00:00
main This patch removes a bunch of superfluous #include directives: if 2002-11-08 20:23:57 +00:00
nodes Infrastructure for upgraded error reporting mechanism. elog.c is 2003-04-24 21:16:45 +00:00
optimizer Adjust subquery qual pushdown rules so that we can push down a qual 2003-04-24 23:43:09 +00:00
parser Infrastructure for upgraded error reporting mechanism. elog.c is 2003-04-24 21:16:45 +00:00
po Most of the code follows the American spelling of the word, which is 2002-11-19 17:21:40 +00:00
port Add Win32 Makefile for IPC stuff. 2003-04-24 21:25:34 +00:00
postmaster Tweak stats collector start logic so that we will not try to spawn a 2003-04-26 02:57:14 +00:00
regex Replace regular expression package with Henry Spencer's latest version 2003-02-05 17:41:33 +00:00
rewrite Remove REWRITE_INVOKE_MAX in favor of making an accurate check for 2003-02-25 23:47:43 +00:00
storage Apple's assembler likes the inlined TAS syntax too, so no reason to 2003-04-20 21:54:34 +00:00
tcop Add transaction status field to ReadyForQuery messages, and make room 2003-04-26 20:23:00 +00:00
utils Clean up some problems in SetClientEncoding: failed to honor doit flag 2003-04-27 17:31:25 +00:00
Makefile Make "win" a separate port from "cygwin". This means you can now 2003-03-21 17:18:34 +00:00
nls.mk Translation updates 2002-09-14 13:46:24 +00:00