summaryrefslogtreecommitdiff
path: root/db/queryutil.cpp
AgeCommit message (Expand)Author
2009-04-06add $all query optionAaron
2009-03-06replace couple copy() calls with getOwned()Aaron
2009-03-03Move index cache to NamespaceDetailsTransientAaron
2009-03-03Remove copy() that should be unnecessaryAaron
2009-03-03New copy of index keyAaron
2009-02-27Set exclusive for regex upper bound, add some testsAaron
2009-02-27FieldBoundSet handles inclusive / exclusive boundsAaron
2009-02-26Add normalized sort spec to query patternAaron
2009-02-25If plan not doing as well as before, start using other plans tooAaron
2009-02-25Don't use where spec for boundsAaron
2009-02-24Add constAaron
2009-02-24Remember best index for query patternAaron
2009-02-24Add QueryPatternAaron
2009-02-24move fieldset stuff into queryutil.*Eliot Horowitz