summaryrefslogtreecommitdiff
path: root/db/update.cpp
Commit message (Expand)AuthorAgeFilesLines
* g++ 4.6 compile (new -Wunused-but-set-variable warning)Mathias Stearn2011-05-021-1/+1
* SERVER-2809 update _nscanned with proper value, now that it may be returnedAaron2011-03-221-1/+1
* SERVER-2809 don't read cursor's nscanned if failed yield invalidated the cursorAaron2011-03-221-2/+1
* fix update memory leak on user error SERVER-2497Eliot Horowitz2011-02-081-2/+2
* rename backgroundIndexBuildInProgress to indexBuildInProgressAaron2011-01-141-2/+2
* better error reportingEliot Horowitz2011-01-111-1/+1
* commitIfNeeded() inside $atomic operationsMathias Stearn2011-01-101-0/+3
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-210/+213
* fix case where the same element is in $each part of $addToSet SERVER-2249Eliot Horowitz2010-12-191-1/+3
* can never change _id with a full object update SERVER-2206Eliot Horowitz2010-12-121-21/+7
* cleaning update durability codeEliot Horowitz2010-11-021-38/+16
* commentsdwight2010-11-021-1/+3
* Revert "cleaning"dwight2010-11-021-50/+30
* Merge branch 'master' of github.com:mongodb/mongodwight2010-11-011-2/+15
|\
| * fix $inc overflow on int SERVER-2005Eliot Horowitz2010-11-011-2/+15
* | cleaningdwight2010-11-011-30/+50
|/
* better debuggingEliot Horowitz2010-10-311-1/+1
* split bson max size into User and InternalEliot Horowitz2010-10-111-1/+1
* using BSONObjMaxSize everywhere bson size comes into playEliot Horowitz2010-10-101-1/+1
* SERVER-1917 stop using appendAs to provide new elementAaron2010-10-101-1/+11
* bsonobjbuilder change appendAs interfaceAaron2010-10-011-1/+1
* SERVER-349 mergeAaron2010-09-291-2/+8
* SEVER-394 remove overwrite field name in place mode, as this can cause field ...Aaron2010-09-291-27/+2
* merge error codesAaron2010-09-291-2/+2
* SERVER-394 implement rename modifierAaron2010-09-291-11/+143
* compileDwight2010-09-291-1/+1
* write intent work on updatesDwight2010-09-291-6/+29
* intent to writeDwight2010-09-291-1/+1
* don't sort incoming arrays for $addToSet/each SERVER-1863Eliot Horowitz2010-09-271-2/+7
* fix pull with primitives and $ops SERVER-1697Eliot Horowitz2010-09-241-0/+3
* fix lexNumCmp with magic end of markerEliot Horowitz2010-08-251-3/+5
* turn off debuggingEliot Horowitz2010-08-251-2/+2
* fix update with non-ascii keysEliot Horowitz2010-08-251-3/+3
* assert when would inf. loop, but probably caused by something else, still loo...Eliot Horowitz2010-08-251-1/+8
* SERVER-1452 StringData-ing up, c_str()-ing downAlberto Lerner2010-08-181-1/+1
* fix upsert with $atomic SERVER-1568Eliot Horowitz2010-08-041-0/+2
* Merge branch 'master' of github.com:mongodb/mongoAaron2010-08-031-1/+4
|\
| * store rolled back info in flat files SERVER-1512Eliot Horowitz2010-08-031-1/+4
* | SERVER-1528 account for expensive skipping operations in nscannedAaron2010-08-031-1/+5
|/
* SERVER-1551 check cursor ok after yieldAaron2010-08-021-0/+6
* SERVER-1453 yield during geo queryAaron2010-08-021-2/+2
* SERVER-1270 Elim remaining c_str()'sAlberto Lerner2010-07-201-1/+1
* Eliminate BSONObj->string implicit conversionAlberto Lerner2010-07-181-1/+1
* Revert "SERVER-1270 Prep for hooking StringData"Alberto Lerner2010-07-171-1/+1
* SERVER-1270 Prep for hooking StringDataAlberto Lerner2010-07-171-1/+1
* updateObjects did not work properly with god=trueDwight2010-07-141-1/+2
* SERVER-1390 don't put ClientCursor in shared_ptrAaron2010-07-121-1/+1
* SERVER-1376 yield in query set runner for query,count,update,deleteAaron2010-07-071-1/+17
* err nos compiledwight2010-07-041-2/+7
* optimized update for by _id casedwight2010-07-041-1/+93