postgresql/src/include/optimizer
Tom Lane 926e8a00d3 Add a back-link from IndexOptInfo structs to their parent RelOptInfo
structs.  There are many places in the planner where we were passing
both a rel and an index to subroutines, and now need only pass the
index struct.  Notationally simpler, and perhaps a tad faster.
2005-03-27 06:29:49 +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 Add a back-link from IndexOptInfo structs to their parent RelOptInfo 2005-03-27 06:29:49 +00:00
plancat.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
planmain.h Make the behavior of HAVING without GROUP BY conform to the SQL spec. 2005-03-10 23:21:26 +00:00
planner.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
prep.h This patch moves some code for preprocessing FOR UPDATE from 2005-03-17 23:45:09 +00:00
restrictinfo.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
subselect.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
tlist.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
var.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00