summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76427 Rename $telemetry to $queryStatsWill Buerger2023-05-171-6/+6
* Revert "SERVER-76427: Rename $telemetry to $queryStats"liubov.molchanova2023-05-171-6/+6
* SERVER-69922 Implement explain for updateOne, deleteOne, and findAndModifyJason Zhang2023-05-176-65/+317
* SERVER-77197 Change error code to NamespaceNotShardedSanika Phanse2023-05-171-1/+1
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-171-6/+6
* SERVER-77124 Move TransactionResources under shard_role_apiKaloian Manassiev2023-05-161-1/+1
* SERVER-76530 Support findAndModify remove on a sharded timeseries collectionYoonsoo Kim2023-05-112-29/+164
* SERVER-74491 Make DatabaseName::toString privatemathisbessamdb2023-05-102-2/+2
* SERVER-67966 Remove feature flag for PM-1858Cheahuychou Mao2023-05-102-10/+2
* 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-082-0/+101
* SERVER-76613 Add shardDistribution in reshardCollection cmdJiawei Yang2023-05-051-0/+9
* SERVER-76557: Keep RequestShapifiers in telemetry storeWill Buerger2023-05-051-5/+5
* SERVER-76028 Use only _id to target in _clusterWriteWithoutShardKey except fo...Jason Zhang2023-05-051-19/+104
* SERVER-75676 Run transaction API cleanup tasks on out of line executorJack Mulrow2023-05-043-16/+7
* SERVER-76781: Decouple opdebug metric collection from telemetryWill Buerger2023-05-031-2/+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-72187 Support Tenant ID on bulkWriteseanzimm2023-05-021-1/+2
* SERVER-73281 Support update and delete ops in bulkWrite command on mongosKaitlin Mahar2023-05-021-3/+0
* SERVER-73468 Break dependency of commands on op_metricsKaloian Manassiev2023-05-021-0/+2
* SERVER-69304: Remove featureFlagClusterWideConfigM2Varun Ravichandran2023-05-011-10/+4
* SERVER-74493 Make DatabaseName constructors private - test filesmathisbessamdb2023-04-273-3/+9
* SERVER-76367: Abstract request-specific shapifying logic into RequestShapifiersWill Buerger2023-04-271-2/+6
* SERVER-76283 Convert movePrimary and _shardsvrMovePrimary commands as typed c...Antonio Fuschetto2023-04-271-72/+65
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-266-6/+12
* SERVER-72949 Add PrimaryOnlyService for cleanupStructuredEncryptionDataShreyas Kalyan2023-04-262-0/+124
* SERVER-76395 CheckMetadataConsistency should consider special collectionsTommaso Tocci2023-04-261-1/+3
* SERVER-70202 move fcv initialization check into featureFlag::isEnabled()Jiawei Yang2023-04-251-3/+2
* SERVER-76296 Serialize configureQueryAnalyzer command with DDL commandsCheahuychou Mao2023-04-251-4/+26
* SERVER-76310 Use config shard terminology instead of catalog shardJack Mulrow2023-04-243-12/+14
* SERVER-76037 Include 'let' and 'legacyRuntimeConstants' when parsing an updat...Jason Zhang2023-04-221-7/+15
* SERVER-63983 Remove deprecated enableSharding flagTommaso Tocci2023-04-211-1/+0
* SERVER-69810 Add targeted and non-targeted serverStatus metrics for updateOne...Kruti Shah2023-04-201-0/+7
* SERVER-71128 Add single writes without shard key jscore passthrough suiteJason Zhang2023-04-201-1/+38
* SERVER-74390 Add numErrors to bulkWrite responseKaitlin Mahar2023-04-201-4/+8
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-184-4/+4
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-1810-14/+20
* SERVER-76178 Fix moveRange authorization requirementsPierlauro Sciarelli2023-04-181-1/+1
* SERVER-72794: Implement cursor response for bulkWrite on mongosLingzhi Deng2023-04-171-5/+82
* SERVER-72764: Only allow one retryabe findAndModify on bulkWriteseanzimm2023-04-171-1/+1
* SERVER-74578 getShardVersion command should alert the user in some way if the...Allison Easton2023-04-171-3/+10
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-1411-11/+11
* SERVER-74445 Fix checkMetadataConsistency with a catalog shardJack Mulrow2023-04-141-5/+12
* SERVER-75408 Always include tenant in db name attributes in internal server e...Sophia Tan2023-04-142-3/+3
* SERVER-75356 Fix sharded explain path's handling of 'let' parametersDavid Storch2023-04-1313-21/+51
* SERVER-75748 Fix checkMetadataConsistency uassert error messagePol Pinol Castuera2023-04-121-4/+6