postgresql/src/backend/optimizer/util
Tom Lane d007a95055 Simple constraint exclusion. For now, only child tables of inheritance
scans are candidates for exclusion; this should be fixed eventually.
Simon Riggs, with some help from Tom Lane.
2005-07-23 21:05:48 +00:00
..
clauses.c Don't try to constant-fold functions returning RECORD. We were never 2005-07-03 21:14:18 +00:00
joininfo.c Simplify the planner's join clause management by storing join clauses 2005-06-09 04:19:00 +00:00
Makefile Separate predicate-testing code out of indxpath.c, making it a module 2005-06-10 22:25:37 +00:00
pathnode.c Fix compare_fuzzy_path_costs() to behave a bit more sanely. The original 2005-07-22 19:12:02 +00:00
plancat.c Simple constraint exclusion. For now, only child tables of inheritance 2005-07-23 21:05:48 +00:00
predtest.c Simple constraint exclusion. For now, only child tables of inheritance 2005-07-23 21:05:48 +00:00
relnode.c Simplify the planner's join clause management by storing join clauses 2005-06-09 04:19:00 +00:00
restrictinfo.c Teach planner about some cases where a restriction clause can be 2005-07-02 23:00:42 +00:00
tlist.c Merge Resdom nodes into TargetEntry nodes to simplify code and save a 2005-04-06 16:34:07 +00:00
var.c Remove planner's private fields from Query struct, and put them into 2005-06-05 22:32:58 +00:00