summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_query_without_shard_key_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69922 Implement explain for updateOne, deleteOne, and findAndModifyJason Zhang2023-05-171-13/+80
* SERVER-76530 Support findAndModify remove on a sharded timeseries collectionYoonsoo Kim2023-05-111-2/+0
* SERVER-76524 Support textScore for findAndModify without shard keyJason Zhang2023-05-091-2/+31
* SERVER-76907 Include hint stage if the original query provides oneJason Zhang2023-05-091-0/+8
* SERVER-70118 Handle collection sharding state change during _clusterQueryWith...Sanika Phanse2023-05-081-3/+4
* SERVER-73083 Support findAndModify with remove: true on a timeseries collectionYoonsoo Kim2023-05-031-1/+1
* SERVER-71128 Add single writes without shard key jscore passthrough suiteJason Zhang2023-04-201-1/+38
* SERVER-73087 Add support for deleteOne() without a shard key on a sharded tim...Faustoleyva542023-04-051-5/+24
* SERVER-74952 Insert upsert document for single writes without shard keysSanika Phanse2023-03-301-1/+1
* SERVER-70207 Ensure sharded updates, deletes and findAndModify can run with a...Jason Zhang2023-03-291-0/+9
* SERVER-75312 Make sure analyzeShardKey command can handle queries with $expr ...Cheahuychou Mao2023-03-281-7/+2
* SERVER-70592 Have clusterQueryWithoutShardKey apply the sort order if findAnd...Jason Zhang2023-03-201-20/+78
* SERVER-69918 Produce upsert document in _clusterQueryWithoutShardKeySanika Phanse2023-02-251-62/+81
* SERVER-73849 Parse update and delete queries into BatchedCommandRequestsJason Zhang2023-02-171-10/+14
* SERVER-73530 TransactionClient API to use DatabaseName objects rather than st...mathisbessamdb2023-02-161-1/+1
* SERVER-73469 Remove dependency of the ChunkManager on QueryKaloian Manassiev2023-02-031-1/+8
* SERVER-70506 Support retryability for updateOne, deleteOne, and findAndModifyJason Zhang2023-01-261-12/+60
* SERVER-72609 Append other command information to the command object passed to...Jason Zhang2023-01-101-2/+1
* SERVER-72451 Explicitly set the status for the no-op BatchedCommandResponseJason Zhang2023-01-031-1/+1
* SERVER-69920 Implement two phase protocol for updateOne and deleteOneJason Zhang2022-12-291-0/+1
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-9/+4
* SERVER-70948 findAndModify without shard key basic functionalitySanika Phanse2022-11-221-1/+1
* SERVER-70918 Change format of shardId in cluster_commands_without_shard_key.idlSanika Phanse2022-10-281-1/+1
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-1/+1
* SERVER-70317 Do not append the read and write concern explicitly in _clusterQ...Jason Zhang2022-10-101-6/+0
* SERVER-69694 Implement broadcast aggregate in _clusterQueryWithoutShardKeyJason Zhang2022-10-051-1/+137
* SERVER-69624 Add _clusterWriteWithoutShardKey command stubJason Zhang2022-09-191-1/+1
* SERVER-69623 Add _clusterQueryWithoutShardKey command stubJason Zhang2022-09-151-0/+98