summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/batch_write_op.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75473 Disallow document shard key updates outside of a retryable write...Jason Zhang2023-04-041-2/+4
* SERVER-74095: Support multiple namespaces in bulkWrite sub-batching logicLingzhi Deng2023-02-271-6/+4
* SERVER-72787: Implement sub-batching logic for bulkWriteLingzhi Deng2023-02-101-7/+12
* SERVER-72637: Implement the skeleton of BulkWriteExec on mongosLingzhi Deng2023-01-311-49/+0
* SERVER-71396 Have batch write op detect a write without shard keyJason Zhang2022-11-211-3/+6
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-64874 Make mongos return retriedStmtIdsCheahuychou Mao2022-03-291-0/+4
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-291-7/+7
* Revert "SERVER-64520 Get rid of WriteErrorDetail"Kaloian Manassiev2022-03-241-7/+7
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-241-7/+7
* SERVER-63331 Remove unnecessary conversion between BSON and WriteError IDLKaloian Manassiev2022-02-271-1/+0
* SERVER-61821 Retire usage of `OwnedPointerMap`Yuhong Zhang2022-01-131-2/+3
* SERVER-62247 Avoid making copies of the vector in TargetedWriteBatch::getWrit...Yuhong Zhang2021-12-231-3/+5
* SERVER-29262 Retire usage of `OwnedPointerVector` in `write_ops`.Faustoleyva542021-12-011-6/+3
* SERVER-58756 Store stmtIds for the operations in retryable internal transacti...Cheahuychou Mao2021-10-291-0/+1
* SERVER-59164 All write commands on sharded time-series namespace should trans...Arun Banala2021-08-311-1/+2
* SERVER-45100 Make the BatchWriteExecutor retry multi-writes only against unsu...Marcos José Grillo Ramírez2019-12-191-4/+1
* SERVER-43617 Add metrics on the mongos to indicate the number of shards targe...Janna Golden2019-12-171-0/+4
* SERVER-40052 Remove unnecessary invariant in BatchWriteOp invariantBlake Oler2019-04-241-1/+1
* SERVER-40346 Use AlternativeSessionRegion to insert config documents as retry...Blake Oler2019-04-161-0/+5
* SERVER-39175 Transactional bulkWrite error missing writeErrors (mongos)Randolph Tan2019-04-031-0/+3
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-3/+4
* 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-36557 Compute atClusterTime for cluster batch writes and findAndModifyJack Mulrow2018-09-061-0/+7
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-1/+1
* SERVER-28992 Get rid of unused code from the write commands testsKaloian Manassiev2017-12-281-0/+1
* SERVER-28992 Cleanup and remove unused code from write commandsKaloian Manassiev2017-12-221-8/+20
* SERVER-32372 Ensure per-shard write request size doesn't exceed the max allow...Kaloian Manassiev2017-12-181-4/+7
* SERVER-28752 Use IDL write_ops everywhere instead of Batched Insert/Update/De...Kaloian Manassiev2017-08-011-35/+32
* SERVER-28752 Use IDL for write commands parsingKaloian Manassiev2017-07-061-3/+4
* SERVER-28992 Make BatchWriteOp contain a vector of WriteOpKaloian Manassiev2017-04-291-6/+23
* SERVER-28992 Fold BatchWriteStats into BatchWriteOpKaloian Manassiev2017-04-271-13/+8
* SERVER-28992 Cleanup write commands executionKaloian Manassiev2017-04-271-29/+13
* SERVER-28164 make ClusterWrite::run path use ARS instead of DBClientMultiCommandEsha Maharishi2017-03-131-1/+1
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-2/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-24111 Move WriteConcernErrorDetail under mongo/rpcKaloian Manassiev2016-05-101-3/+4
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-1/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-219/+203
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-1/+2
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-13001: fixup mongos side with mixed version shardsScott Hernandez2014-03-191-0/+10
* SERVER-13032 record write errors on failures of shards and lack of progressGreg Studer2014-03-161-11/+7
* SERVER-12664 Change nUpdated to nMatched in bulk api resultsRandolph Tan2014-02-131-1/+1
* SERVER-12367 detect halted progress in write command execution, report errorGreg Studer2014-01-231-2/+19
* SERVER-9469 Fix Write Concern error reponseRandolph Tan2013-12-201-1/+19
* SERVER-9469 Set ok field in response to 1 if write was appliedRandolph Tan2013-12-191-0/+3
* SERVER-10142: Eliminate Compiler Warnings on Windows BuildersMark Benvenuto2013-12-181-1/+1