summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/find_and_modify.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-3/+3
* SERVER-13883 findAndModify command should accept update:{}Jason Rassi2014-05-291-1/+1
* SERVER-13883 findAndModify return null if !new and doc not foundJason Rassi2014-05-291-9/+12
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-3/+3
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-3/+3
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-4/+4
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-11/+10
* SERVER-13922 remove query yielding and some dbtempreleaseHari Khalsa2014-05-131-1/+0
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-16/+26
* SERVER-13807 Remove old query framework related to shard targetingSiyuan Zhou2014-05-051-2/+1
* SERVER-13797 Remove more usages of Client::getContextKaloian Manassiev2014-05-041-2/+3
* SERVER-13643 Kill Command::logTheOp and have Commands log their own opsMathias Stearn2014-04-301-1/+0
* SERVER-13783 remove likelyInMemory and PageFaultExceptionHari Khalsa2014-04-291-15/+4
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-3/+5
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-2/+7
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-5/+12
* SERVER-12595 findAndModify should yield in the same manner as updateEric Milkie2014-02-051-1/+22
* SERVER-10026 SERVER-12046 SERVER-12113 runner/stage invalidation can be mutat...Hari Khalsa2014-01-141-0/+1
* SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ...Scott Hernandez2013-11-131-1/+5
* SERVER-1351: return new _id from inserted doc from updateScott Hernandez2013-10-101-10/+19
* SERVER-6405: move dropNS into Database and make privateEliot Horowitz2013-10-081-1/+1
* SERVER-1105 Use ResourcePattern type when identifying the resource component ...Andy Schwerin2013-09-231-1/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10497 Move OpDebug to a separate parameter and pass UpdateRequest by c...Andrew Morrow2013-08-201-2/+2
* Remove setter chaining support from UpdateRequestAndrew Morrow2013-08-191-6/+9
* SERVER-10497 Unify update API with fluent request objectAndrew Morrow2013-08-131-3/+8
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-3/+3
* SERVER-7122 Assign required privileges to findAndModify commandSpencer T Brody2012-11-291-9/+16
* SERVER-7660 findAndModify with auth + sort fixEliot Horowitz2012-11-141-3/+3
* fix a lot of copyright noticesEliot Horowitz2012-10-151-0/+1
* SERVER-6993 - fix findAndModify positional operator regression with undotted ...Eliot Horowitz2012-09-181-1/+25
* SERVER-6909 fix case where update can modify document such that query doesn't...Eliot Horowitz2012-09-181-5/+15
* SERVER-6582 - find_and_modify - set lastErrorObject fields in some cases like...Eliot Horowitz2012-08-011-0/+10
* SERVER-6659 - fix find_and_modify when upserting a new doc and original query...Eliot Horowitz2012-08-011-1/+5
* SERVER-6588 - fix positional updates in new find_and_modify codeEliot Horowitz2012-08-011-2/+33
* SERVER-6254 - fix findAndModify to use _id on subsequent queriesEliot Horowitz2012-07-031-5/+10
* was missing a Client::Context in findAndModify SERVER-6284Eliot Horowitz2012-07-031-1/+2
* working on SERVER-1117, don't use DBDirectClient in findAndModifyEliot Horowitz2012-05-111-1/+114
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+153