summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/update_request.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-199/+193
* SERVER-16063 Rewrite the findAndModify command.Charlie2015-04-141-11/+60
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-26/+0
* SERVER-17198 prevent invalid logOp rollback in findAndModifyDavid Storch2015-02-091-0/+17
* SERVER-15675 Remove OperationContext from UpdateRequest/DeleteRequestJason Rassi2014-11-201-10/+2
* SERVER-15760 internally issued update and delete requests should not yieldDavid Storch2014-10-211-1/+13
* SERVER-14101 explain for updateDavid Storch2014-09-111-2/+17
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-2/+10
* SERVER-10159 Re-use Collection and index data structures rather than re-acqui...Andrew Morrow2014-01-041-3/+3
* SERVER-10026 remove rest of dead codeHari Khalsa2013-12-131-10/+1
* SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ...Scott Hernandez2013-11-131-7/+22
* wrong log level and typo in UpdateRequest.toString()Scott Hernandez2013-10-101-1/+1
* SERVER-1351: return new _id from inserted doc from updateScott Hernandez2013-10-101-0/+14
* 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-11/+0
* Remove setter chaining support from UpdateRequestAndrew Morrow2013-08-191-16/+8
* SERVER-10497 Unify update API with fluent request objectAndrew Morrow2013-08-131-0/+167