summaryrefslogtreecommitdiff
path: root/db/query.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-03-191-1/+3
|\
| * fix a btree reuse key caseDwight2009-03-191-1/+3
| * compile windows/visual studioDwight2009-03-191-1/+1
* | Replace emptyObj with BSONObj()Aaron2009-03-191-3/+3
|/
* $set can be used with any type, checkpointAaron2009-03-181-46/+123
* Find requested oplog entry starting from tail of logAaron2009-03-181-2/+20
* implemented dropIndexes for alt rec storeDwight2009-03-171-1/+1
* cleanupAaron2009-03-111-7/+0
* MergeAaron2009-03-111-13/+15
|\
| * Clean up tailable cursor codeAaron2009-03-111-10/+11
| * Filter returned by QueryMessage may be nullAaron2009-03-111-5/+5
| * Don't attempt to make cursor tail immediately if not at endAaron2009-03-111-1/+1
* | finishCloneCollection checkpointAaron2009-03-111-2/+4
* | finishCloneCollection checkpointAaron2009-03-111-0/+4
|/
* Add --nohints cmd line optionAaron2009-03-101-1/+3
* Use key matcher, keep real BSONObj in matcher, fix deleteObject bugAaron2009-03-021-33/+25
* Add KeyValJSMatcherAaron2009-03-021-6/+6
* Add new Matcher interface, use in count, add constsAaron2009-03-021-6/+8
* make timestamp work on update, and a testEliot Horowitz2009-02-281-0/+1
* Add BSONElementManipulator and CurrentTime typeAaron2009-02-271-3/+3
* More detailed explainAaron2009-02-261-2/+11
* Explain includes info on all plans attemptedAaron2009-02-261-0/+1
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-02-251-1/+0
|\
| * Remove compile warningAaron2009-02-251-1/+0
* | Remove dead codeAaron2009-02-251-141/+0
* | Delete using new query optimizerAaron2009-02-251-5/+61
|/
* Stack allocate original opAaron2009-02-251-6/+6
* Update uses new query optimizerAaron2009-02-251-218/+101
* Recording plan configurableAaron2009-02-241-0/+2
* Remember best index for query patternAaron2009-02-241-2/+0
* Remove old codeAaron2009-02-241-417/+0
* Manually interleve query optimizer's plans rather than running each plan in a...Aaron2009-02-241-307/+449
* New query optimizer checkpoint, minus jstest changesAaron2009-02-241-44/+54
* Add 'cursorInfo' command, remove old method of getting information about cursorsAaron2009-02-231-4/+1
* First cut of query and update using new qoAaron2009-02-231-0/+510
* fix to properly check for dupkey with unused keysDwight2009-02-131-1/+1
* replication bug with __updateObjects() and logOp()Dwight2009-02-121-2/+2
* Select index if query contains condition for first index fieldr0.2.1Aaron2009-02-121-8/+1
* Can pick index with more key specificity than required by sort / find specAaron2009-02-111-5/+15
* Refactor hint codeAaron2009-02-091-22/+15
* count() for c++ clientDwight2009-02-091-1/+2
* doneAndDecouple() -> obj()Dwight2009-02-091-3/+3
* Merge branch 'master' of git.10gen.com:/data/gitroot/pDwight2009-02-091-0/+2
|\
| * Iterator doesn't work on empty object, so check if empty firstAaron2009-02-091-0/+2
* | doxygen commentsDwight2009-02-091-0/+4
|/
* Hints don't clobber sort ordering specAaron2009-02-091-6/+14
* Rename inc to set for loggingAaron2009-02-051-4/+1
* $SET changeDwight2009-02-051-1/+1
* more shell command helpersDwight2009-02-051-1/+1
* More validation for modifier updatesAaron2009-02-051-30/+48