postgresql/src/backend/optimizer/path
Tom Lane 9191d684a7 Planner did the wrong thing with index-scan-backward plans: generated
them, but forgot to attach relevant restriction clauses, so that the
plan represented a scan over the whole table with restrictions applied
as qpquals not indexquals.  Another day, another bug...
2000-07-13 05:47:29 +00:00
..
_deadcode Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
Makefile Generated header files parse.h and fmgroids.h are now copied into 2000-05-29 05:45:56 +00:00
allpaths.c The heralded `Grand Unified Configuration scheme' (GUC) 2000-05-31 00:28:42 +00:00
clausesel.c Mark functions as static and ifdef NOT_USED as appropriate. 2000-06-08 22:38:00 +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 Planner did the wrong thing with index-scan-backward plans: generated 2000-07-13 05:47:29 +00:00
joinpath.c Remove unused include files. Do not touch /port or includes used by defines. 2000-05-30 00:49:57 +00:00
joinrels.c Remove unused include files. Do not touch /port or includes used by defines. 2000-05-30 00:49:57 +00:00
orindxpath.c Remove unused include files. Do not touch /port or includes used by defines. 2000-05-30 00:49:57 +00:00
pathkeys.c Remove unused include files. Do not touch /port or includes used by defines. 2000-05-30 00:49:57 +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