summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/document_shard_key_update_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67375 Make findAndModify updateShardKey work with FLE2Shreyas Kalyan2022-08-161-8/+21
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-291-3/+6
* SERVER-64105 Support stmtIds in the transaction APIJack Mulrow2022-03-021-27/+16
* SERVER-59186 Use transaction API for all current changing a document's shard ...Jack Mulrow2022-02-281-13/+87
* SERVER-63491 Remove TxnNumberAndRetryCounter as a parameter for txnRouter.beg...Sanika Phanse2022-02-241-3/+1
* SERVER-63366 Basic retryability support for findAndModify WCOS with transacti...Jack Mulrow2022-02-081-0/+2
* SERVER-60989 Make TransactionRouter take in txnNumberAndRetryCounter instead ...Sanika Phanse2021-11-201-2/+3
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-1/+2
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-6/+6
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-211-3/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+2
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43428 Do not set stmtId when constructing ShardKeyCmdObjJason Chan2019-10-011-14/+5
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-41676 Convert TransactionRouter to use observer pattern to synchronize...Blake Oler2019-06-271-6/+7
* SERVER-41002 Throw WouldChangeOwningShardError on upsert if shard does not ow...jannaerin2019-05-161-5/+17
* SERVER-39843 Allow findAndModify to change the shard key value when sent as r...jannaerin2019-04-221-2/+2
* SERVER-40655 Test that a retryable write that changes the shard key behaves c...jannaerin2019-04-181-2/+1
* SERVER-39845 Create targeted concurrency test that updates the shard key and ...jannaerin2019-04-161-0/+9
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39842 Allow update to shard key value if retryable writejannaerin2019-04-091-19/+16
* SERVER-39837 Allow findAndModify to update the shard key value when run in tr...jannaerin2019-03-201-39/+34
* SERVER-39836 Allow updates to document shard key value if write is in transac...jannaerin2019-03-201-6/+5
* SERVER-39841 Add ability to start and commit transaction in documentShardKeyU...jannaerin2019-03-181-5/+27
* SERVER-39835 Create interface to update document shard key within already run...jannaerin2019-03-071-0/+147