summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/write_ops_parsers.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63331 Convert WriteErrors parsing into IDLKaloian Manassiev2022-02-231-0/+41
* SERVER-63428 Robustify oplog applying code for update operationRui Liu2022-02-221-8/+21
* SERVER-58578 Timeseries bucket compressionHenrik Edin2021-09-161-15/+26
* SERVER-58140 Remove legacy update/delete parsersYoonsoo Kim2021-08-101-9/+0
* SERVER-55501 Avoid element-wise iteration and copy when appending to an objec...Dan Larkin-York2021-04-281-10/+24
* SERVER-54925 Move away from using Bson_serialization_type “any”Mohammad Dashti2021-04-101-0/+14
* SERVER-51623 Convert insert, update and delete commands output to IDLRishab Joshi2021-02-071-0/+13
* SERVER-50957 Move anonymous functions which run writes to config docs in txns...jannaerin2020-09-211-0/+3
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-271-2/+9
* SERVER-47726 Log delta-style oplog entries from pipeline based updatesIan Boros2020-07-091-34/+42
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-40431 Add merge support for whenMatched: pipelineAnton Korshunov2019-05-131-1/+1
* SERVER-40346 Use AlternativeSessionRegion to insert config documents as retry...Blake Oler2019-04-161-3/+3
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-0/+82
* 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-28752 Use IDL for write commands parsingKaloian Manassiev2017-07-061-16/+12
* SERVER-29264 Mongod write commands accept OP_MSG input document sequencesMathias Stearn2017-06-071-4/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23128 Parsers that parse legacy and command writes into uniform objectsMathias Stearn2016-04-211-0/+54