postgresql/src/backend/optimizer/path
Tom Lane be03eb25f3 Modify optimizer data structures so that IndexOptInfo lists built for
create_index_paths are not immediately discarded, but are available for
subsequent planner work.  This allows avoiding redundant syscache lookups
in several places.  Change interface to operator selectivity estimation
procedures to allow faster and more flexible estimation.
Initdb forced due to change of pg_proc entries for selectivity functions!
2001-05-20 20:28:20 +00:00
..
_deadcode Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
allpaths.c Modify optimizer data structures so that IndexOptInfo lists built for 2001-05-20 20:28:20 +00:00
clausesel.c Modify optimizer data structures so that IndexOptInfo lists built for 2001-05-20 20:28:20 +00:00
costsize.c Modify optimizer data structures so that IndexOptInfo lists built for 2001-05-20 20:28:20 +00:00
indxpath.c Modify optimizer data structures so that IndexOptInfo lists built for 2001-05-20 20:28:20 +00:00
joinpath.c Rewrite of planner statistics-gathering code. ANALYZE is now available as 2001-05-07 00:43:27 +00:00
joinrels.c Modify optimizer data structures so that IndexOptInfo lists built for 2001-05-20 20:28:20 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
orindxpath.c Modify optimizer data structures so that IndexOptInfo lists built for 2001-05-20 20:28:20 +00:00
pathkeys.c Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
tidpath.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00