summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/write_ops.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53866 Inherit write commands with IDL generated classsesRishab Joshi2021-03-021-1/+3
* SERVER-54585 Move support for `findAndModify` to the write_ops utilitiesKaloian Manassiev2021-02-181-1/+6
* SERVER-54171 Make `enableSharding` optimistically skip acquiring the DB DistLockKaloian Manassiev2021-02-021-0/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-0/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-6/+0
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-2/+2
* 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