summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_write_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43617 Add metrics on the mongos to indicate the number of shards targe...Janna Golden2019-12-171-0/+32
* SERVER-44470 Parse aggregation commands earlier, and rationalize aggregation ...Kevin Pulo2019-11-261-2/+1
* SERVER-43712 mongos use ReadWriteConcernDefaults for WCKevin Pulo2019-11-061-7/+12
* SERVER-43123 SERVER-43124 Use ReadWriteConcernDefaults for incoming mongod re...Kevin Pulo2019-10-211-2/+3
* SERVER-43428 Do not set stmtId when constructing ShardKeyCmdObjJason Chan2019-10-011-10/+3
* SERVER-43337 Check that txn writes are successful before attempting to commit...Janna Golden2019-09-201-0/+2
* SERVER-43299 Make explain for write commands send databaseVersionChou Mao2019-09-161-1/+7
* SERVER-41467 Fix interger down convertion from long long to int inside batchE...Randolph Tan2019-09-141-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-3/+2
* SERVER-42430 Create whitelist of namespaces that are allowed to be created im...Janna Golden2019-08-191-5/+0
* SERVER-41676 Convert TransactionRouter to use observer pattern to synchronize...Blake Oler2019-06-271-6/+5
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-6/+6
* SERVER-40406 Add support for $$NOW and $$CLUSTER_TIME in the update commandBernard Gorman2019-05-171-2/+7
* SERVER-41002 Throw WouldChangeOwningShardError on upsert if shard does not ow...jannaerin2019-05-161-28/+32
* SERVER-41052 Add shard key change context to DuplicateKey errors in the findA...Blake Oler2019-05-151-18/+10
* SERVER-40792 Create error details if doesn't already exist when handling Woul...Blake Oler2019-05-081-1/+5
* SERVER-40784 Change document shard key code should check commitTransaction wr...jannaerin2019-05-011-1/+5
* SERVER-40646 Return more informative error message when updating shard key us...jannaerin2019-05-011-1/+5
* SERVER-40666 Router should skip two phase commit if transaction only wrote to...Esha Maharishi2019-04-251-6/+4
* SERVER-39843 Fix lintjannaerin2019-04-221-3/+2
* SERVER-39843 Allow findAndModify to change the shard key value when sent as r...jannaerin2019-04-221-18/+26
* SERVER-40655 Test that a retryable write that changes the shard key behaves c...jannaerin2019-04-181-1/+9
* SERVER-40483 Return more informative error when changing the doc shard key ca...jannaerin2019-04-171-2/+23
* SERVER-39842 Allow update to shard key value if retryable writejannaerin2019-04-091-55/+126
* SERVER-39175 Transactional bulkWrite error missing writeErrors (mongos)Randolph Tan2019-04-031-0/+7
* SERVER-39837 Allow findAndModify to update the shard key value when run in tr...jannaerin2019-03-201-1/+4
* SERVER-39836 Allow updates to document shard key value if write is in transac...jannaerin2019-03-201-1/+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-37349 Later statements in a transaction should target shards using the...Jack Mulrow2018-10-191-4/+0
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-1/+1
* SERVER-37016 Don't stash TransactionRouter inside ShardingTaskExecutorRandolph Tan2018-09-211-7/+8
* SERVER-36557 Compute atClusterTime for cluster batch writes and findAndModifyJack Mulrow2018-09-061-0/+5
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-1/+1
* SERVER-34448 Remove miscellaneous now-unused autosplitter code from mongosMatthew Saltz2018-08-091-2/+1
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-2/+3
* SERVER-35937 Move authorization error handling to service entry pointNathan Orttung2018-07-101-7/+3
* SERVER-35460 Replaced CommandReplyBuilder with direct usage of ReplyBuilderIn...Anthony Roy2018-07-051-1/+1
* SERVER-35428 Added ability to add two OpDebug objects togetherjinichu2018-07-031-4/+4
* SERVER-35735 Single shard transaction support for basic crud opsRandolph Tan2018-06-261-0/+4
* Revert "SERVER-35735 Single shard transaction support for basic crud ops"Randolph Tan2018-06-261-4/+0
* SERVER-35735 Single shard transaction support for basic crud opsRandolph Tan2018-06-261-0/+4
* Revert "Revert "SERVER-34653 don't parse if early auth-checks can reject.""Billy Donahue2018-05-311-1/+1
* Revert "SERVER-34653 don't parse if early auth-checks can reject."Louis Williams2018-05-251-1/+1
* SERVER-34653 don't parse if early auth-checks can reject.Billy Donahue2018-05-251-1/+1
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-081-1/+1
* SERVER-34596 remove Command::parseNsBilly Donahue2018-05-011-1/+1
* SERVER-34578 remove CommandInvocation::secondaryAllowedBilly Donahue2018-04-231-4/+0
* SERVER-34216 single-parse write_commandsDaniel Gottlieb2018-04-171-158/+179
* SERVER-33881 move checkAuthorization to CommandInvocationBilly Donahue2018-04-051-17/+11