postgresql/src/backend/optimizer/path
Tom Lane 71ed7eb494 Revise handling of index-type-specific indexscan cost estimation, per
pghackers discussion of 5-Jan-2000.  The amopselect and amopnpages
estimators are gone, and in their place is a per-AM amcostestimate
procedure (linked to from pg_am, not pg_amop).
2000-01-22 23:50:30 +00:00
..
_deadcode Revise handling of index-type-specific indexscan cost estimation, per 2000-01-22 23:50:30 +00:00
allpaths.c Revise handling of index-type-specific indexscan cost estimation, per 2000-01-22 23:50:30 +00:00
clausesel.c
costsize.c Revise handling of index-type-specific indexscan cost estimation, per 2000-01-22 23:50:30 +00:00
indxpath.c Revise handling of index-type-specific indexscan cost estimation, per 2000-01-22 23:50:30 +00:00
joinpath.c Revise handling of index-type-specific indexscan cost estimation, per 2000-01-22 23:50:30 +00:00
joinrels.c
Makefile
orindxpath.c Revise handling of index-type-specific indexscan cost estimation, per 2000-01-22 23:50:30 +00:00
pathkeys.c
prune.c
tidpath.c