summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_write_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69922 Implement explain for updateOne, deleteOne, and findAndModifyJason Zhang2023-05-171-1/+81
* SERVER-75676 Run transaction API cleanup tasks on out of line executorJack Mulrow2023-05-041-8/+3
* SERVER-75265 Improve queryable encryption handling in curopMark Benvenuto2023-04-041-3/+0
* SERVER-75473 Disallow document shard key updates outside of a retryable write...Jason Zhang2023-04-041-7/+0
* SERVER-75553 Create a synchronous transaction API for SyncTransactionWithRetriesMark Benvenuto2023-04-021-9/+14
* SERVER-75119 Disallow document shard key updates for non-retryable writes and...Jason Zhang2023-03-271-0/+7
* SERVER-74990 Make query sampling handle legacy WouldChangeOwningShard updatesCheahuychou Mao2023-03-171-0/+4
* SERVER-67874: Remove config server code which upconverts all writeConcern to ...wenqinYe2023-03-141-7/+1
* SERVER-73394 Remove operationsBlockedByRefresh metricsPol Pinol Castuera2023-03-071-7/+0
* SERVER-73530 TransactionClient API to use DatabaseName objects rather than st...mathisbessamdb2023-02-161-2/+2
* SERVER-70581 Handle WCOS for update and findAndModify if replacement document...Jason Zhang2023-02-151-37/+30
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-2/+2
* SERVER-70745 explain command for cluster delete results in error when on shar...wenqinYe2022-11-011-1/+1
* SERVER-69714 Fix explain command for cluster write and cluster aggregate can ...wenqinYe2022-10-251-0/+2
* SERVER-64069 Relax restriction that changing a document's shard key value mus...Erin Liang2022-08-021-9/+15
* Revert "SERVER-64069 Relax restriction that changing a document's shard key v...Sviatlana Zuiko2022-07-281-15/+9
* SERVER-64069 Relax restriction that changing a document's shard key value mus...Erin Liang2022-07-281-9/+15
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-3/+3
* SERVER-62375 Remove upgrade/downgrade code for internal txnsErin Liang2022-06-271-1/+1
* SERVER-66366 remove encryptionInformation after rewriting update and delete r...Davis Haupt2022-05-111-0/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-61782 SERVER-63835 Use futures in transaction API run implementation a...Jack Mulrow2022-04-201-18/+20
* SERVER-65237 Server-side rewrite in explain for delete and update commandsDavis Haupt2022-04-071-5/+17
* SERVER-64540 Add feature flag just for using txn API for updating document sh...Sanika Phanse2022-03-311-1/+1
* SERVER-63495 Unyielding TransactionRouter never fails except at shutdown and ...Jack Mulrow2022-03-301-5/+3
* Revert "SERVER-64540 Add feature flag just for using txn API for updating doc...Max Hirschhorn2022-03-301-2/+3
* SERVER-64540 Add feature flag just for using txn API for updating document sh...sphanse992022-03-291-3/+2
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-291-38/+33
* Revert "SERVER-64520 Get rid of WriteErrorDetail"Kaloian Manassiev2022-03-241-24/+27
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-241-27/+24
* SERVER-63495 Link cluster write commands into mongodJack Mulrow2022-03-201-396/+190
* SERVER-64105 Support stmtIds in the transaction APIJack Mulrow2022-03-021-6/+7
* SERVER-59186 Use transaction API for all current changing a document's shard ...Jack Mulrow2022-02-281-75/+226
* SERVER-29262 Retire usage of `OwnedPointerVector` in `write_ops`.Faustoleyva542021-12-011-1/+0
* SERVER-58176 Remove override for supportsReadConcern in ClusterWriteCmdJonathan Lee2021-10-151-5/+0
* SERVER-58735 Repurpose LastError for NotPrimaryError trackerYoonsoo Kim2021-08-041-44/+10
* SERVER-57390 Remove getLastError implementationYoonsoo Kim2021-07-221-4/+0
* SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher2021-06-041-1/+1
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-1/+2
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-4/+4
* SERVER-54527 Add access_check: complex to existing commands that are not aggr...Mark Benvenuto2021-03-311-0/+13
* SERVER-55182 Move the `create` command to a separate fileKaloian Manassiev2021-03-161-1/+1
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-211-4/+4
* SERVER-54021 Optimize shouldBypassDocumentValidationForCommand for IDL typesBen Caimano2021-01-281-2/+1
* SERVER-51070 Use the regular write path for writes to the Config ServerKaloian Manassiev2020-12-041-1/+3
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-011-2/+2
* SERVER-35069 Explain should include command being explainedRuoxin Xu2020-11-101-2/+6
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-1/+0
* SERVER-34118 Log number of upserts performedNikita Lapkov2020-09-031-3/+8
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-0/+12