summaryrefslogtreecommitdiff
path: root/db/queryutil.cpp
Commit message (Expand)AuthorAgeFilesLines
* BUG SERVER-92 $all scan only one key in indexAaron Staple2009-06-051-3/+12
* fix simple key match query order bugAaron2009-05-131-10/+24
* remove client dependency on pcreAaron2009-05-111-8/+8
* add $all query optionAaron2009-04-061-2/+3
* replace couple copy() calls with getOwned()Aaron2009-03-061-1/+1
* Move index cache to NamespaceDetailsTransientAaron2009-03-031-22/+0
* Remove copy() that should be unnecessaryAaron2009-03-031-1/+1
* New copy of index keyAaron2009-03-031-1/+1
* Set exclusive for regex upper bound, add some testsAaron2009-02-271-0/+1
* FieldBoundSet handles inclusive / exclusive boundsAaron2009-02-271-6/+23
* Add normalized sort spec to query patternAaron2009-02-261-1/+2
* If plan not doing as well as before, start using other plans tooAaron2009-02-251-4/+7
* Don't use where spec for boundsAaron2009-02-251-0/+2
* Add constAaron2009-02-241-1/+1
* Remember best index for query patternAaron2009-02-241-1/+20
* Add QueryPatternAaron2009-02-241-0/+19
* move fieldset stuff into queryutil.*Eliot Horowitz2009-02-241-0/+142