postgresql/src/backend
Bruce Momjian 50be3e5efe The following patch cleans up the deferred trigger mechanism. There is
an unneeded memory context and some variables that are not used anymore.
It's pretty trivial and the regression tests pass fine.  There's no
change in functionality, only deletion of unused code.  I left an empty
function because maybe I'll need it for nested transactions.

Alvaro Herrera
2003-03-31 20:47:51 +00:00
..
access This patch implements holdable cursors, following the proposal 2003-03-27 16:51:29 +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 Instead of storing pg_statistic stavalues entries as text strings, store 2003-03-23 05:14:37 +00:00
commands The following patch cleans up the deferred trigger mechanism. There is 2003-03-31 20:47:51 +00:00
executor Add new files. 2003-03-27 16:53:15 +00:00
lib Remove bit.c/h routines. Not used anymore. 2003-01-09 01:23:55 +00:00
libpq Simplify the socket handling code by supplying a replacement getaddrinfo() 2003-03-29 11:31:52 +00:00
main This patch removes a bunch of superfluous #include directives: if 2002-11-08 20:23:57 +00:00
nodes Todo items: 2003-03-20 07:02:11 +00:00
optimizer Tweak selectivity and related routines to cope with domains. Per report 2003-03-23 01:49:02 +00:00
parser This patch implements holdable cursors, following the proposal 2003-03-27 16:51:29 +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 Merge documentation into one book. (Build with "make html".) Replace 2003-03-25 16:15:44 +00:00
postmaster Ignore SIGXFSZ (if platform has it), so that ulimit violations work like 2003-03-24 22:40: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 TestConfiguration returns int, not bool. This mistake is relatively 2003-03-31 20:32:29 +00:00
tcop This patch implements holdable cursors, following the proposal 2003-03-27 16:51:29 +00:00
utils Properly document default value of log_min_error_statement in postgresql.conf. 2003-03-30 21:38:02 +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