summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76427 Rename $telemetry to $queryStatsWill Buerger2023-05-1712-54/+55
* Revert "SERVER-76427: Rename $telemetry to $queryStats"liubov.molchanova2023-05-1712-55/+54
* SERVER-69922 Implement explain for updateOne, deleteOne, and findAndModifyJason Zhang2023-05-178-65/+416
* SERVER-77197 Change error code to NamespaceNotShardedSanika Phanse2023-05-171-1/+1
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-1712-54/+55
* SERVER-77124 Move TransactionResources under shard_role_apiKaloian Manassiev2023-05-162-5/+6
* SERVER-76983 Shutdown and join the CatalogCached's thread pool when mongos te...Antonio Fuschetto2023-05-151-0/+8
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-153-1/+7
* SERVER-71590 Move write_ops dassert to invariant [Coverity]Nicholas Zolnierz2023-05-151-1/+1
* SERVER-62769 Enabling prevent direct shard operations feature flagSergi Mateo Bellido2023-05-151-2/+2
* SERVER-75758 Move information out of old sharding arch guideAllison Easton2023-05-121-4/+24
* SERVER-68655 Change ReplicationCoordinator::canAcceptWritesForDatabase to tak...mathisbessamdb2023-05-121-2/+2
* SERVER-76530 Support findAndModify remove on a sharded timeseries collectionYoonsoo Kim2023-05-113-30/+164
* SERVER-74806 Account for header size when computing initial size of batch writeMihai Andrei2023-05-111-0/+22
* SERVER-74980 Reducing CatalogCache verbositySergi Mateo Bellido2023-05-111-10/+13
* SERVER-74491 Make DatabaseName::toString privatemathisbessamdb2023-05-103-4/+4
* SERVER-67966 Remove feature flag for PM-1858Cheahuychou Mao2023-05-109-69/+26
* SERVER-75757 Get rid of `autoSplitOnly` balancing modePierlauro Sciarelli2023-05-103-14/+28
* Revert "SERVER-75512 key telemetry store on hash rather than BSONObj"auto-revert-processor2023-05-103-7/+1
* SERVER-76857 Have useTwoPhaseProtocol use the collection default collation if...Jason Zhang2023-05-101-64/+22
* SERVER-76948 Allow shard key fields to contain DBRefsCheahuychou Mao2023-05-102-2/+13
* SERVER-74519 Make ShardingTestFixtureCommon use unittest::TempDir for dbpathCheahuychou Mao2023-05-102-1/+7
* SERVER-76368 Allow TransactionRouter on a mongod to early reap retryable sess...Jack Mulrow2023-05-102-50/+4
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-093-1/+7
* SERVER-76524 Support textScore for findAndModify without shard keyJason Zhang2023-05-092-5/+39
* 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-76916 Keep ExtensionsCallbackNoop object in scope while parsing an updateJason Zhang2023-05-081-1/+2
* SERVER-76045 Introduce the new resetPlacementHistory server commandPaolo Polato2023-05-088-6/+184
* SERVER-65559 Get rid of legacy range deleter and RangeDeleterService feature ...Pierlauro Sciarelli2023-05-081-6/+0
* SERVER-74096 Add mongos subbatching tests for multi-target ops in bulkWrite c...Kaitlin Mahar2023-05-051-6/+262
* SERVER-76613 Add shardDistribution in reshardCollection cmdJiawei Yang2023-05-054-0/+35
* SERVER-76557: Keep RequestShapifiers in telemetry storeWill Buerger2023-05-0511-13/+38
* SERVER-76876 Fix the comments of the ShardingCatalogClient::getShardsThatOwnD...Paolo Polato2023-05-052-28/+19
* SERVER-76028 Use only _id to target in _clusterWriteWithoutShardKey except fo...Jason Zhang2023-05-051-19/+104
* SERVER-76208 support query shape serialization in IDL for types with custom s...Davis Haupt2023-05-044-9/+22
* SERVER-76757 Lower the default query sampling configuration refresh frequencyCheahuychou Mao2023-05-041-1/+1
* SERVER-75676 Run transaction API cleanup tasks on out of line executorJack Mulrow2023-05-044-22/+9
* Revert "SERVER-76208 support query shape serialization in IDL for types with ...Davis Haupt2023-05-044-22/+9
* SERVER-76208 support query shape serialization in IDL for types with custom s...Davis Haupt2023-05-034-9/+22
* SERVER-76781: Decouple opdebug metric collection from telemetryWill Buerger2023-05-036-38/+25
* SERVER-76424 Replace 'redact' with 'hmac' in $telemetry syntaxTed Tuckman2023-05-031-1/+1
* SERVER-74188 Add CurrOp debug metrics to checkMetadataConsistency commandPol Pinol Castuera2023-05-031-0/+10
* SERVER-73083 Support findAndModify with remove: true on a timeseries collectionYoonsoo Kim2023-05-031-1/+1
* SERVER-65369 Remove $_generateV2ResumeTokens parameter from aggregate command...Arun Banala2023-05-031-10/+0
* SERVER-57413 add feature flag featureFlagReshardingImprovementsJiawei Yang2023-05-021-0/+6
* SERVER-72187 Support Tenant ID on bulkWriteseanzimm2023-05-021-1/+2
* SERVER-73281 Support update and delete ops in bulkWrite command on mongosKaitlin Mahar2023-05-028-156/+461
* SERVER-73468 Break dependency of commands on op_metricsKaloian Manassiev2023-05-021-0/+2
* SERVER-73231 Support top-level 'let' variable in bulkWriteFrederic Vitzikam2023-05-024-10/+21