postgresql/src/include/optimizer
Tom Lane 1aebc3618a First phase of memory management rewrite (see backend/utils/mmgr/README
for details).  It doesn't really do that much yet, since there are no
short-term memory contexts in the executor, but the infrastructure is
in place and long-term contexts are handled reasonably.  A few long-
standing bugs have been fixed, such as 'VACUUM; anything' in a single
query string crashing.  Also, out-of-memory is now considered a
recoverable ERROR, not FATAL.
Eliminate a large amount of crufty, now-dead code in and around
memory management.
Fix problem with holding off SIGTRAP, SIGSEGV, etc in postmaster and
backend startup.
2000-06-28 03:33:33 +00:00
..
_deadcode Add: 2000-01-26 05:58:53 +00:00
clauses.h Third round of fmgr updates: eliminate calls using fmgr() and 2000-05-30 04:25:00 +00:00
cost.h Mark functions as static and ifdef NOT_USED as appropriate. 2000-06-08 22:38:00 +00:00
geqo.h First phase of memory management rewrite (see backend/utils/mmgr/README 2000-06-28 03:33:33 +00:00
geqo_copy.h Add: 2000-01-26 05:58:53 +00:00
geqo_gene.h Add: 2000-01-26 05:58:53 +00:00
geqo_misc.h Add: 2000-01-26 05:58:53 +00:00
geqo_mutation.h Add: 2000-01-26 05:58:53 +00:00
geqo_pool.h Add: 2000-01-26 05:58:53 +00:00
geqo_random.h Add: 2000-01-26 05:58:53 +00:00
geqo_recombination.h Add: 2000-01-26 05:58:53 +00:00
geqo_selection.h Add: 2000-01-26 05:58:53 +00:00
joininfo.h Mark functions as static and ifdef NOT_USED as appropriate. 2000-06-08 22:38:00 +00:00
pathnode.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
paths.h The heralded `Grand Unified Configuration scheme' (GUC) 2000-05-31 00:28:42 +00:00
plancat.h Cause inheritance patch to meet minimum coding standards (no gcc 2000-06-09 03:17:13 +00:00
planmain.h Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the 2000-06-18 22:44:35 +00:00
planner.h Restructure planning code so that preprocessing of targetlist and quals 2000-03-21 05:12:12 +00:00
prep.h Make inheritance planning logic a little simpler and clearer, 2000-06-20 04:22:21 +00:00
restrictinfo.h Add: 2000-01-26 05:58:53 +00:00
subselect.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
tlist.h Mark functions as static and ifdef NOT_USED as appropriate. 2000-06-08 22:38:00 +00:00
var.h Add: 2000-01-26 05:58:53 +00:00