summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/write_without_shard_key_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69922 Implement explain for updateOne, deleteOne, and findAndModifyJason Zhang2023-05-171-0/+87
* SERVER-76530 Support findAndModify remove on a sharded timeseries collectionYoonsoo Kim2023-05-111-1/+0
* SERVER-76857 Have useTwoPhaseProtocol use the collection default collation if...Jason Zhang2023-05-101-64/+22
* SERVER-75676 Run transaction API cleanup tasks on out of line executorJack Mulrow2023-05-041-6/+2
* SERVER-73142 Stub out timeseries arbitrary multi-updatesAlyssa Wagenmaker2023-04-271-1/+3
* SERVER-76037 Include 'let' and 'legacyRuntimeConstants' when parsing an updat...Jason Zhang2023-04-221-9/+17
* SERVER-75160 Target the correct shards for arbitrary multi deletes on a shard...Yoonsoo Kim2023-04-221-2/+2
* SERVER-75553 Create a synchronous transaction API for SyncTransactionWithRetriesMark Benvenuto2023-04-021-15/+17
* SERVER-75458 Add support for deleteOne() with a shard key on a sharded time-s...Faustoleyva542023-04-021-3/+16
* SERVER-75194 Enable success of all upsert commands with _id in the query thro...Sanika Phanse2023-03-301-3/+4
* SERVER-74952 Insert upsert document for single writes without shard keysSanika Phanse2023-03-301-15/+85
* SERVER-71129 Add basic concurrency workload that runs updateOne, deleteOne, f...Jason Zhang2023-03-021-2/+0
* SERVER-69918 Produce upsert document in _clusterQueryWithoutShardKeySanika Phanse2023-02-251-0/+21
* SERVER-73922 Remove placement and index info getters from the catalog cacheAllison Easton2023-02-221-2/+2
* SERVER-73530 TransactionClient API to use DatabaseName objects rather than st...mathisbessamdb2023-02-161-2/+2
* SERVER-73469 Remove dependency of the ChunkManager on QueryKaloian Manassiev2023-02-031-1/+1
* SERVER-73238 Move some shard_key_pattern query methods out of 'grid'Kaloian Manassiev2023-01-311-1/+3
* SERVER-72609 Append other command information to the command object passed to...Jason Zhang2023-01-101-8/+11
* SERVER-69920 Implement two phase protocol for updateOne and deleteOneJason Zhang2022-12-291-0/+2
* SERVER-71981 Write a two phase write protocol helperJason Zhang2022-12-141-0/+75
* SERVER-71896 Validate if a query with _id or shard key is directly targetable...Jason Zhang2022-12-081-8/+96
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-1/+1
* SERVER-71340 Change helper function in write_one_without_shard_keysphanse992022-11-221-13/+21
* SERVER-71396 Have batch write op detect a write without shard keyJason Zhang2022-11-211-0/+5
* SERVER-69708 Detect a write without a shard key or _idJason Zhang2022-10-131-0/+55