summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-75928: Move common bulkWrite helpers between mongod and mongos into on...Lingzhi Deng2023-04-122-4/+16
* SERVER-74380 Make the router loop not invariant on unexpected namespacesKaloian Manassiev2023-04-101-2/+2
* SERVER-75355 Handle missing `$db` when logging failed commandsAmirsaman Memaripour2023-04-071-3/+10
* SERVER-74086 Implement checks for consistent indexes across shardsTommaso Tocci2023-04-071-0/+2
* SERVER-75562 Enforce client metadata limit of 512 on non-internal clientsMark Benvenuto2023-04-071-1/+1
* SERVER-71133 Skip protocol if number of shards targeted is at most 1Jason Zhang2023-04-062-51/+82
* SERVER-73087 Add support for deleteOne() without a shard key on a sharded tim...Faustoleyva542023-04-052-6/+29
* SERVER-75286 Initialise the CollectionWriter's _acquisition fieldKaloian Manassiev2023-04-054-9/+5
* SERVER-74107 Use transaction in cluster parameter refresher to get up-to-date...Gabriel Marks2023-04-051-1/+1
* SERVER-73303 Remove Queryable Encryption v1 CodeShreyas Kalyan2023-04-051-4/+0
* SERVER-75548 Use w:all barrier in transitionToCatalogShardJack Mulrow2023-04-051-1/+1
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-1/+2
* SERVER-69653 Add auth privilege requirements to the analyzeShardKey and confi...Israel Hsu2023-04-042-2/+2
* SERVER-75265 Improve queryable encryption handling in curopMark Benvenuto2023-04-046-7/+30
* SERVER-75473 Disallow document shard key updates outside of a retryable write...Jason Zhang2023-04-043-38/+39
* SERVER-75553 Create a synchronous transaction API for SyncTransactionWithRetriesMark Benvenuto2023-04-025-18/+41
* SERVER-74960 Filter out QE plans from planCacheStatsAdrian Gonzalez2023-04-011-0/+1
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-3011-18/+15
* SERVER-75194 Enable success of all upsert commands with _id in the query thro...Sanika Phanse2023-03-301-3/+13
* SERVER-74952 Insert upsert document for single writes without shard keysSanika Phanse2023-03-301-1/+1
* SERVER-73756 Use ScopedAcquisition in the drop indexes commandKaloian Manassiev2023-03-301-4/+0
* SERVER-70207 Ensure sharded updates, deletes and findAndModify can run with a...Jason Zhang2023-03-292-0/+18
* SERVER-75261 Added accounting for array element overhead for "listCollections...Mindaugas Malinauskas2023-03-291-11/+3
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-2916-19/+28
* SERVER-73978 Optimize shards retrieval in CheckMetadataConstistency commandTommaso Tocci2023-03-291-16/+24
* SERVER-74079 Implement hidden collections cluster level checkTommaso Tocci2023-03-291-2/+2
* SERVER-75312 Make sure analyzeShardKey command can handle queries with $expr ...Cheahuychou Mao2023-03-281-7/+2
* SERVER-75119 Disallow document shard key updates for non-retryable writes and...Jason Zhang2023-03-272-0/+12
* SERVER-75257 Include the original query in conjunction with the target docume...Jason Zhang2023-03-271-12/+19