summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/write_ops.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13601 Raise write batch limit to 100,000 ops and prevent oversized errorsMathias Stearn2017-08-081-1/+1
* SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev2017-07-271-0/+6
* Revert "SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNS"Kaloian Manassiev2017-07-261-6/+0
* SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev2017-07-261-0/+6
* SERVER-28752 Get rid of all usages of Batched Insert/Update/Delete Request ou...Kaloian Manassiev2017-07-241-0/+6
* SERVER-28752 Remove methods specific to WriteCommandBase from BatchedCommandR...Kaloian Manassiev2017-07-191-24/+9
* SERVER-28752 Use IDL for write commands parsingKaloian Manassiev2017-07-061-73/+55
* SERVER-28575 Profile entry for update/delete should contain entire raw update...Tess Avitabile2017-05-231-0/+29
* SERVER-28478 Create ArrayFilter class and implement parsing of arrayFilters i...Tess Avitabile2017-04-041-0/+1
* SERVER-23473 Add collation parameter to update and deleteTess Avitabile2016-05-061-0/+2
* SERVER-23128 Refactor mongod write operationsMathias Stearn2016-04-211-1/+0
* SERVER-23128 Parsers that parse legacy and command writes into uniform objectsMathias Stearn2016-04-211-0/+85