summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/write_ops_parsers.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54585 Move support for `findAndModify` to the write_ops utilitiesKaloian Manassiev2021-02-181-371/+0
* SERVER-51623 Convert insert, update and delete commands output to IDLRishab Joshi2021-02-071-0/+20
* SERVER-54171 Make `enableSharding` optimistically skip acquiring the DB DistLockKaloian Manassiev2021-02-021-0/+9
* SERVER-54017 add statement ids to error message for op count checking in writ...Benety Goh2021-01-291-7/+16
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-2/+2
* SERVER-53395 UpdateDriver::parse() supports delta updates for non-oplog appli...Benety Goh2020-12-181-4/+1
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-271-3/+3
* SERVER-47354 Implement change stream oplog parsing code for delta oplog entriesRuoxin Xu2020-08-131-1/+2
* SERVER-47726 Log delta-style oplog entries from pipeline based updatesIan Boros2020-07-091-17/+93
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+3
* SERVER-40419 Remove feature flag guard for pipelines in updateJames Wahlin2019-05-201-4/+0
* SERVER-40431 Add merge support for whenMatched: pipelineAnton Korshunov2019-05-131-0/+3
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-1/+52
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* 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-28/+0
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+0
* SERVER-33338 Allow bulk writes to specify only the stmtId of the first statem...Matthew Russotto2018-03-071-1/+5
* SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev2017-07-271-9/+36
* Revert "SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNS"Kaloian Manassiev2017-07-261-36/+9
* SERVER-28752 Compile error due to unused variableKaloian Manassiev2017-07-261-2/+2
* SERVER-28752 Get rid of BatchedInsertRequest::getIndexTargetingNSKaloian Manassiev2017-07-261-9/+36
* SERVER-28752 Get rid of all usages of Batched Insert/Update/Delete Request ou...Kaloian Manassiev2017-07-241-8/+3
* SERVER-28752 Remove methods specific to WriteCommandBase from BatchedCommandR...Kaloian Manassiev2017-07-191-12/+15
* SERVER-28752 Use IDL for write commands parsingKaloian Manassiev2017-07-061-213/+118
* SERVER-29264 Mongod write commands accept OP_MSG input document sequencesMathias Stearn2017-06-071-31/+43
* SERVER-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-121-9/+6
* SERVER-28478 Create ArrayFilter class and implement parsing of arrayFilters i...Tess Avitabile2017-04-041-0/+6
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-0/+3
* SERVER-25994: Make applyOps check for specific permissionsSpencer Jackson2016-09-261-22/+13
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-6/+17
* SERVER-23473 Add collation parameter to update and deleteTess Avitabile2016-05-061-0/+6
* SERVER-23901 make write commands accept any type for bypassDocumentValidationMathias Stearn2016-04-291-2/+1
* SERVER-23128 Refactor mongod write operationsMathias Stearn2016-04-211-5/+11
* SERVER-23128 Parsers that parse legacy and command writes into uniform objectsMathias Stearn2016-04-211-0/+275