summaryrefslogtreecommitdiff
path: root/db/query.cpp
Commit message (Expand)AuthorAgeFilesLines
* make jstOID a simple type and fix field filter and findOneEliot Horowitz2009-11-251-1/+1
* use Helpers::findById for simpel _id lookupsEliot Horowitz2009-11-251-62/+83
* silly extraneous toStringEliot Horowitz2009-11-241-1/+1
* fail fast on capped delete SERVER-395Eliot Horowitz2009-11-231-0/+5
* cleaning code for deleteObjectsEliot Horowitz2009-11-221-27/+28
* skipping all results shouldn't be an error for count operationsMike Dirolf2009-11-141-0/+3
* fix count with no filter and limitEliot Horowitz2009-11-121-3/+11
* made count command take optional size/limit paramsEliot Horowitz2009-11-121-3/+23
* some db command cleaningEliot Horowitz2009-11-111-1/+0
* commentDwight2009-11-031-1/+5
* removing dead codeEliot Horowitz2009-11-021-28/+0
* get rid of deep in MatcherEliot Horowitz2009-11-021-11/+6
* get rid of deep on Cursor::getsetdupEliot Horowitz2009-11-021-5/+5
* cleanup. fillQueryResultFromObj always returned true. MINORMathias Stearn2009-10-261-32/+28
* fix count w / $all issue SERVER-382 SERVER-320Eliot Horowitz2009-10-221-4/+3
* allow more indexesDwight2009-10-211-1/+1
* field selector no longer effects which objects are returnedEliot Horowitz2009-10-191-15/+2
* split all the update code out of query.cpp into update.cppEliot Horowitz2009-10-191-747/+0
* a little update mod cleaningEliot Horowitz2009-10-181-30/+51
* store query in ClientCursor so can see query on slow getMore queriesEliot Horowitz2009-10-171-1/+3
* fix EmbeddedBuilder where field names are same length but different SERVER-367Eliot Horowitz2009-10-171-13/+31
* some prep work for comparing dotted field names. can't use strcmp like we us...Eliot Horowitz2009-10-161-7/+10
* move CurOp into Client and make inprog handle multiple in progressDwight2009-10-161-1/+1
* refactor a littleDwight2009-10-141-1/+1
* move the var 'database' inside Client objectDwight2009-10-141-2/+3
* make lasterror threadsafeDwight2009-10-121-1/+1
* add Connection classDwight2009-10-091-1/+1
* make getMore buffer big since we know there are lots of resultsEliot Horowitz2009-10-051-2/+7
* clean up killCursors logginEliot Horowitz2009-10-041-1/+1
* minor prep for multi update workDwight2009-10-011-2/+7
* allow you to store js functions in the server SERVER-157Eliot Horowitz2009-09-291-4/+2
* validate skip() value on a queryDwight2009-09-211-1/+3
* fix $pop and replication SERVER-100Eliot Horowitz2009-09-071-10/+24
* $popEliot Horowitz2009-08-251-3/+30
* fix checks that operations cannot be performed on slaves; also, allow read op...dwight2009-08-171-2/+6
* better error check for $ check MINOREliot Horowitz2009-08-141-1/+4
* don't allow dropping an index $ collectionDwight2009-08-131-17/+15
* get rid of spurious warning about no _id index on system namespacesEliot Horowitz2009-08-121-1/+2
* fix $snapshot on empty dbEliot Horowitz2009-08-111-13/+15
* better $snapshot codeDwight2009-08-101-5/+17
* some work on $snapshotdwight2009-08-091-1/+5
* first cut off NumberLong (64 bit ints) in BSONDwight2009-08-031-11/+50
* no cursor timeout query option - using for cloneEliot Horowitz2009-07-291-0/+2
* fix inc with compound indexes SERVER-178Eliot Horowitz2009-07-241-4/+7
* fix $inc and other mods with embedded fields SERVER-180Eliot Horowitz2009-07-231-3/+3
* spacingEliot Horowitz2009-07-231-189/+189
* Merge branch 'master' of git@github.com:mongodb/mongoAaron Staple2009-07-221-0/+7
|\
| * beginnings of $snapshotDwight2009-07-151-0/+7
* | bug SERVER-132 implemented pullAll/pushAll modifiersAaron Staple2009-07-211-17/+39
* | MINOR correct object iteration for pull caseAaron Staple2009-07-211-0/+2