postgresql/src/backend/optimizer/prep
Tom Lane c15a4c2aef Replace planner's representation of relation sets, per pghackers discussion.
Instead of Lists of integers, we now store variable-length bitmap sets.
This should be faster as well as less error-prone.
2003-02-08 20:20:55 +00:00
..
Makefile IN clauses appearing at top level of WHERE can now be handled as joins. 2003-01-20 18:55:07 +00:00
prepjointree.c Replace planner's representation of relation sets, per pghackers discussion. 2003-02-08 20:20:55 +00:00
prepqual.c Phase 2 of read-only-plans project: restructure expression-tree nodes 2002-12-12 15:49:42 +00:00
preptlist.c Determine the set of constraints applied to a domain at executor 2003-02-03 21:15:45 +00:00
prepunion.c Replace planner's representation of relation sets, per pghackers discussion. 2003-02-08 20:20:55 +00:00