postgresql/src/include/optimizer
Tom Lane addc42c339 Create the planner mechanism for optimizing simple MIN and MAX queries
into indexscans on matching indexes.  For the moment, it only handles
int4 and text datatypes; next step is to add a column to pg_aggregate
so that all MIN/MAX aggregates can be handled.  Per my recent proposal.
2005-04-11 23:06:57 +00:00
..
clauses.h Improve planner's estimation of the space needed for HashAgg plans: 2005-01-28 19:34:28 +00:00
cost.h Add a back-link from IndexOptInfo structs to their parent RelOptInfo 2005-03-27 06:29:49 +00:00
geqo_copy.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
geqo_gene.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
geqo_misc.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
geqo_mutation.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
geqo_pool.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
geqo_random.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
geqo_recombination.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
geqo_selection.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
geqo.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
joininfo.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pathnode.h Add a back-link from IndexOptInfo structs to their parent RelOptInfo 2005-03-27 06:29:49 +00:00
paths.h Create the planner mechanism for optimizing simple MIN and MAX queries 2005-04-11 23:06:57 +00:00
plancat.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
planmain.h Create the planner mechanism for optimizing simple MIN and MAX queries 2005-04-11 23:06:57 +00:00
planner.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
prep.h Rethink the order of expression preprocessing: eval_const_expressions 2005-03-28 00:58:26 +00:00
restrictinfo.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
subselect.h Create the planner mechanism for optimizing simple MIN and MAX queries 2005-04-11 23:06:57 +00:00
tlist.h Merge Resdom nodes into TargetEntry nodes to simplify code and save a 2005-04-06 16:34:07 +00:00
var.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00