summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_find_and_modify_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69922 Implement explain for updateOne, deleteOne, and findAndModifyJason Zhang2023-05-171-44/+84
* SERVER-76530 Support findAndModify remove on a sharded timeseries collectionYoonsoo Kim2023-05-111-27/+164
* SERVER-75676 Run transaction API cleanup tasks on out of line executorJack Mulrow2023-05-041-5/+3
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-261-1/+2
* SERVER-76037 Include 'let' and 'legacyRuntimeConstants' when parsing an updat...Jason Zhang2023-04-221-7/+15
* SERVER-69810 Add targeted and non-targeted serverStatus metrics for updateOne...Kruti Shah2023-04-201-0/+7
* SERVER-71133 Skip protocol if number of shards targeted is at most 1Jason Zhang2023-04-061-46/+74
* SERVER-75265 Improve queryable encryption handling in curopMark Benvenuto2023-04-041-0/+2
* SERVER-75473 Disallow document shard key updates outside of a retryable write...Jason Zhang2023-04-041-16/+39
* SERVER-75553 Create a synchronous transaction API for SyncTransactionWithRetriesMark Benvenuto2023-04-021-6/+13
* SERVER-75194 Enable success of all upsert commands with _id in the query thro...Sanika Phanse2023-03-301-3/+13
* SERVER-75119 Disallow document shard key updates for non-retryable writes and...Jason Zhang2023-03-271-0/+5
* SERVER-74965 Use legacy WouldChangeOwningShard code for handling WouldChangeO...Jason Zhang2023-03-211-29/+55
* SERVER-74990 Make query sampling handle legacy WouldChangeOwningShard updatesCheahuychou Mao2023-03-171-0/+4
* SERVER-70997 Implement query sampler counters for $currentOpIsrael Hsu2023-02-161-1/+2
* 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-410/+355
* SERVER-73238 Move some shard_key_pattern query methods out of 'grid'Kaloian Manassiev2023-01-311-5/+3
* SERVER-72609 Append other command information to the command object passed to...Jason Zhang2023-01-101-24/+46
* SERVER-71379 Ensure error propagation from internal transaction for all singl...Sanika Phanse2023-01-061-25/+22
* SERVER-69920 Implement two phase protocol for updateOne and deleteOneJason Zhang2022-12-291-17/+17
* SERVER-71981 Write a two phase write protocol helperJason Zhang2022-12-141-70/+25
* SERVER-71874 Return early if empty response detected from _clusterQueryWithou...Sanika Phanse2022-12-091-1/+21
* SERVER-71896 Validate if a query with _id or shard key is directly targetable...Jason Zhang2022-12-081-2/+5
* SERVER-71647 Change evaluation of stmtId to use parsedRequest.getStmtId().val...Sanika Phanse2022-11-291-2/+2
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-22/+20
* SERVER-70945 Make findAndModify without a shard key correctly run in a sessionSanika Phanse2022-11-231-1/+1
* SERVER-70948 findAndModify without shard key basic functionalitySanika Phanse2022-11-221-68/+164
* SERVER-71115 Add test coverage that explain queries are not sampledCheahuychou Mao2022-11-071-5/+18
* SERVER-69802 Support sampling write queries on sharded clustersCheahuychou Mao2022-11-031-0/+6
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-2/+2
* SERVER-70147 Migrate addRequiredPrivileges to checkAuthForOperationSara Golemon2022-10-051-9/+15
* SERVER-46478 Add opLatencies to mongoS serverStatusKevin Cherkauer2022-09-281-0/+4
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-011-19/+22
* SERVER-68421 Remove CommandHelper::parseNsCollectionRequired(StringData dbnam...Sophia Tan2022-08-231-1/+1
* SERVER-67375 Make findAndModify updateShardKey work with FLE2Shreyas Kalyan2022-08-161-9/+36
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-101-1/+1
* SERVER-64069 Relax restriction that changing a document's shard key value mus...Erin Liang2022-08-021-7/+10
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-1/+1
* Revert "SERVER-64069 Relax restriction that changing a document's shard key v...Sviatlana Zuiko2022-07-281-10/+7
* SERVER-64069 Relax restriction that changing a document's shard key value mus...Erin Liang2022-07-281-7/+10
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-3/+3
* SERVER-62375 Remove upgrade/downgrade code for internal txnsErin Liang2022-06-271-2/+2
* SERVER-65101 Replace transaction and retryable write command allow lists with...Randolph Tan2022-06-081-0/+8
* SERVER-66317 Make owned bson copies for txn api threadsMark Benvenuto2022-05-101-1/+1
* 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-16/+17
* SERVER-65134 Support FLE rewrite for explain of findAndModify commandNicholas Zolnierz2022-04-081-1/+11
* SERVER-64357 Rewrite filter over encrypted fields for findAndModify commandNicholas Zolnierz2022-04-051-1/+2
* SERVER-64540 Add feature flag just for using txn API for updating document sh...Sanika Phanse2022-03-311-1/+1