postgresql/src/include/optimizer
Tom Lane ba2ea6e0f5 Fix GEQO optimizer to work correctly with new outer-join-capable
query representation.  Note that GEQO_RELS setting is now interpreted
as the number of top-level items in the FROM list, not necessarily the
number of relations in the query.  This seems appropriate since we are
only doing join-path searching over the top-level items.
2000-09-19 18:42:34 +00:00
..
_deadcode Add: 2000-01-26 05:58:53 +00:00
clauses.h First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00
cost.h Mark functions as static and ifdef NOT_USED as appropriate. 2000-06-08 22:38:00 +00:00
geqo.h Fix GEQO optimizer to work correctly with new outer-join-capable 2000-09-19 18:42:34 +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 Fix GEQO optimizer to work correctly with new outer-join-capable 2000-09-19 18:42:34 +00:00
geqo_random.h Clean up bogosities in use of random(3) and srandom(3) --- do not assume 2000-08-07 00:51:42 +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 First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00
paths.h First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00
plancat.h Cause inheritance patch to meet minimum coding standards (no gcc 2000-06-09 03:17:13 +00:00
planmain.h First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00
planner.h Move pg_checkretval out of the planner (where it never belonged) into 2000-08-21 20:55:31 +00:00
prep.h Make inheritance planning logic a little simpler and clearer, 2000-06-20 04:22:21 +00:00
restrictinfo.h First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +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