summaryrefslogtreecommitdiff
path: root/db/query.cpp
Commit message (Expand)AuthorAgeFilesLines
* Better 'not master' validationAaron2009-03-301-2/+2
* optimizedAaron2009-03-271-9/+16
* When checking that a mod will not modify an indexed field, validate parent/ch...Aaron2009-03-271-2/+11
* Don't drop certain empty objectsAaron2009-03-271-0/+9
* Better $push type validationAaron2009-03-261-1/+1
* Don't double-increment 'left'Aaron2009-03-261-1/+0
* cleanupAaron2009-03-261-4/+1
* Register update/delete only on client requestAaron2009-03-261-6/+2
* Add information on last update / delete to lastErrorAaron2009-03-261-0/+6
* Construct complex objects on update without extra copiesAaron2009-03-261-27/+33
* Write new num value just onceAaron2009-03-251-5/+3
* $push idempotence checkpointAaron2009-03-251-32/+20
* $push replayAaron2009-03-251-1/+31
* $push checkpointAaron2009-03-241-4/+36
* $push checkpointAaron2009-03-241-10/+16
* Upsert insert with embedded objectsAaron2009-03-241-12/+9
* More embedded mod corner casesAaron2009-03-241-13/+9
* Merge branch 'master' of git@github.com:mongodb/mongoAaron2009-03-241-10/+10
|\
| * Support large count and nscannedAaron2009-03-241-10/+10
* | mod checkpointAaron2009-03-241-0/+2
* | embedded mod checkpointAaron2009-03-241-48/+64
* | Few more testsAaron2009-03-231-15/+2
* | mods on missing embedded objects checkpointAaron2009-03-231-21/+138
|/
* Update nscanned for profilingAaron2009-03-231-0/+1
* 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
|/