postgresql/src/backend/optimizer/path
Tom Lane c2f0d565f3 Now that hashjoin is reliable for large joins (knock on wood),
remove optimizer's arbitrary limit on how large a join it will use hashing
for.  (The limit was too large to prevent the problems we'd been seeing,
anyway...)
1999-05-18 21:36:10 +00:00
..
_deadcode Change error messages to oids come out as %u and not %d. Change has no 1999-05-10 00:46:32 +00:00
Makefile another rename of optimizer 1999-02-20 15:27:42 +00:00
allpaths.c Final optimizer cleanups. 1999-02-22 05:26:58 +00:00
clausesel.c Minor code cleanup in optimizer. 1999-05-16 19:45:37 +00:00
costsize.c Clean up cost_sort some more: most callers were double-counting 1999-05-01 19:47:42 +00:00
hashutils.c Fix nasty bug in optimization of multiway joins: optimizer 1999-04-03 00:18:28 +00:00
indxpath.c cleanups 1999-03-18 19:59:55 +00:00
joinpath.c Now that hashjoin is reliable for large joins (knock on wood), 1999-05-18 21:36:10 +00:00
joinrels.c more cleanup 1999-02-22 06:08:48 +00:00
mergeutils.c Fix nasty bug in optimization of multiway joins: optimizer 1999-04-03 00:18:28 +00:00
orindxpath.c Fix OR index selectivity problem. 1999-03-08 14:01:57 +00:00
pathkeys.c Tighten coding in new_join_pathkey, which seems to be a hotspot 1999-05-17 00:26:33 +00:00
prune.c Fix bushy plans. Cleanup. 1999-02-18 00:49:48 +00:00