summaryrefslogtreecommitdiff
path: root/db/dbhelpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* error codeEliot Horowitz2010-08-031-1/+1
* rs handle rollbacks from capped collectionsDwight2010-08-031-1/+23
* fix rollback saving SERVER-1512Eliot Horowitz2010-08-031-4/+7
* move RemoveSaver out of d_migrate into helpers - prep for SERVER-1512Eliot Horowitz2010-08-031-0/+40
* callback for removeRangeEliot Horowitz2010-07-191-1/+4
* fix typo like thingEliot Horowitz2010-07-161-1/+1
* removeRange max inclusive optionEliot Horowitz2010-07-161-2/+2
* clear range before moving data into it SERVER-1425Eliot Horowitz2010-07-161-2/+3
* added assertEliot Horowitz2010-07-151-0/+1
* spamEliot Horowitz2010-07-151-2/+0
* helpers for upsert and removeRangeEliot Horowitz2010-07-151-0/+66
* cleaning exceptionsEliot Horowitz2010-06-211-1/+2
* rsDwight2010-06-041-0/+9
* SERVER-109 fix mem ownership when popping or clauses, real doc lookup when re...Aaron2010-06-031-1/+1
* SERVER-109 get rid of nextSimpleQuery(), put matcher in base QueryOp, get rid...Aaron2010-06-021-7/+5
* SERVER-109 rename clone() createChild()Aaron2010-06-021-1/+1
* SERVER-109 let query op short stop multi scan planning, handle or in helpers ...Aaron2010-05-121-1/+1
* SERVER-109 $or checkpointAaron2010-05-121-1/+1
* auto_ptr -> shared_ptr for Cursor objectsEliot Horowitz2010-05-071-4/+4
* rs and lots of misc including dbwebserverDwight2010-05-061-0/+6
* refactor and rename insertDwight Merriman2010-04-281-2/+8
* stdafx->pchDwight2010-04-271-1/+1
* rename DBContext to Client::ContextEliot Horowitz2010-01-171-7/+7
* _id lookup don't work without index (capped collections) SERVER-545Eliot Horowitz2010-01-141-2/+9
* small optDwight2009-12-311-2/+4
* stop using stringstream for loggingEliot Horowitz2009-12-291-2/+2
* Exception classess need codes too SERVER-112Eliot Horowitz2009-12-281-1/+1
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-3/+3
* $atomic option on remove()Dwight2009-12-211-3/+3
* fix warningEliot Horowitz2009-12-061-5/+3
* trying to make windows compileEliot Horowitz2009-12-061-7/+0
* moving towards direct access from DBDirectClient rather than through message ...Eliot Horowitz2009-12-041-2/+43
* fix client compileEliot Horowitz2009-12-031-16/+0
* some more helpers for queryingEliot Horowitz2009-12-031-0/+26
* some btree helpers and testEliot Horowitz2009-11-251-0/+19
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-10-211-1/+1
|\
| * refactoring updateObjects return to be cleaner and so can work with multi-obj...Eliot Horowitz2009-10-211-1/+1
* | allow more indexesDwight2009-10-211-4/+7
|/
* move the var 'database' inside Client objectDwight2009-10-141-1/+1
* add Connection classDwight2009-10-091-1/+1
* don't allow dropping an index $ collectionDwight2009-08-131-1/+1
* remove outdated 'mongod <arg>' style tests, add mongod msg test to smokeClientAaron2009-05-191-16/+0
* enhance DbSetAaron2009-05-111-3/+22
* extracted DbSetAaron2009-05-061-0/+31
* handle 'require index' more cleanlyAaron2009-04-241-2/+4
* add 'unique' option to helpers' ensureIndexAaron2009-04-241-2/+3
* reinstate KeyValJsMatcherAaron2009-04-071-3/+3
* back out KeyValJsMatcher, until we can fix it to handle multikey arrays corre...Aaron2009-04-061-3/+3
* Replace emptyObj with BSONObj()Aaron2009-03-191-3/+3
* Use key val matcher in findOne(), cleanupAaron2009-03-021-5/+4