postgresql/src/backend/optimizer/path
Tom Lane 3752e85bad Determine the set of constraints applied to a domain at executor
startup, not in the parser; this allows ALTER DOMAIN to work correctly
with domain constraint operations stored in rules.  Rod Taylor;
code review by Tom Lane.
2003-02-03 21:15:45 +00:00
..
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
allpaths.c Allow the planner to collapse explicit inner JOINs together, rather than 2003-01-25 23:10:30 +00:00
clausesel.c Determine the set of constraints applied to a domain at executor 2003-02-03 21:15:45 +00:00
costsize.c Extend join-selectivity API (oprjoin interface) so that join type is 2003-01-28 22:13:41 +00:00
indxpath.c Extend join-selectivity API (oprjoin interface) so that join type is 2003-01-28 22:13:41 +00:00
joinpath.c Upgrade cost estimation for joins, per discussion with Bradley Baetz. 2003-01-27 20:51:54 +00:00
joinrels.c IN clauses appearing at top level of WHERE can now be handled as joins. 2003-01-20 18:55:07 +00:00
orindxpath.c Phase 2 of read-only-plans project: restructure expression-tree nodes 2002-12-12 15:49:42 +00:00
pathkeys.c Modify planner's implied-equality-deduction code so that when a set 2003-01-24 03:58:44 +00:00
tidpath.c Phase 2 of read-only-plans project: restructure expression-tree nodes 2002-12-12 15:49:42 +00:00