postgresql/src/backend
Tom Lane e69785debf Further tweaking of parsetree & plantree representation of SubLinks.
Simplify SubLink by storing just a List of operator OIDs, instead of
a list of incomplete OpExprs --- that was a bizarre and bulky choice,
with no redeeming social value since we have to build new OpExprs
anyway when forming the plan tree.
2003-01-10 21:08:15 +00:00
..
access Fix for bug #866. 7.3 contains new logic for avoiding redundant calls to 2003-01-08 19:41:40 +00:00
bootstrap Revise executor APIs so that all per-query state structure is built in 2002-12-15 16:17:59 +00:00
catalog Further tweaking of parsetree & plantree representation of SubLinks. 2003-01-10 21:08:15 +00:00
commands Updated deferred trigger patch. 2003-01-08 22:29:23 +00:00
executor Further tweaking of parsetree & plantree representation of SubLinks. 2003-01-10 21:08:15 +00:00
lib Remove bit.c/h routines. Not used anymore. 2003-01-09 01:23:55 +00:00
libpq Fix IPv6 detection and IPv6 to 4 conversion to use only standard 2003-01-09 14:35:03 +00:00
main This patch removes a bunch of superfluous #include directives: if 2002-11-08 20:23:57 +00:00
nodes Further tweaking of parsetree & plantree representation of SubLinks. 2003-01-10 21:08:15 +00:00
optimizer Further tweaking of parsetree & plantree representation of SubLinks. 2003-01-10 21:08:15 +00:00
parser Further tweaking of parsetree & plantree representation of SubLinks. 2003-01-10 21:08:15 +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 This patch removes a bunch of superfluous #include directives: if 2002-11-08 20:23:57 +00:00
postmaster Silence compiler warning caused by removal of netinet/in.h 2003-01-07 18:48:13 +00:00
regex This patch removes a bunch of superfluous #include directives: if 2002-11-08 20:23:57 +00:00
rewrite To suppress memory leakage in long-lived Lists, lremove() should pfree 2002-12-17 01:18:35 +00:00
storage Fix various places where global s/NOTICE/WARNING/ was applied with too 2003-01-07 22:23:17 +00:00
tcop Move new typedef AclId into c.h, so as to avoid cluttering namespace 2003-01-09 18:00:24 +00:00
utils Further tweaking of parsetree & plantree representation of SubLinks. 2003-01-10 21:08:15 +00:00
Makefile Fix missing tab in file. 2003-01-07 15:12:17 +00:00
nls.mk Translation updates 2002-09-14 13:46:24 +00:00