postgresql/src/backend/optimizer/path
Tom Lane ba2ea6e0f5 Fix GEQO optimizer to work correctly with new outer-join-capable
query representation.  Note that GEQO_RELS setting is now interpreted
as the number of top-level items in the FROM list, not necessarily the
number of relations in the query.  This seems appropriate since we are
only doing join-path searching over the top-level items.
2000-09-19 18:42:34 +00:00
..
_deadcode Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
allpaths.c Fix GEQO optimizer to work correctly with new outer-join-capable 2000-09-19 18:42:34 +00:00
clausesel.c Clean up handling of variable-free qual clauses. System now does the 2000-08-13 02:50:35 +00:00
costsize.c Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the 2000-06-18 22:44:35 +00:00
indxpath.c Reimplement LIKE/ESCAPE as operators so that indexscan optimization 2000-09-15 18:45:31 +00:00
joinpath.c First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00
joinrels.c First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00
orindxpath.c First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00
pathkeys.c First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00
tidpath.c Remove unused include files. Do not touch /port or includes used by defines. 2000-05-30 00:49:57 +00:00