summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert "SERVER-73756 Use ScopedAcquisition in the drop indexes command"Sviatlana Zuiko2023-03-241-0/+4
* SERVER-75129 Allow SBE compatibility check to distinguish featureFlagSbeFullRui Liu2023-03-242-2/+2
* SERVER-75092 Make standalone replica set mongods refresh sample ratesCheahuychou Mao2023-03-241-0/+4
* SERVER-74672 Add separate feature flag to run transition to and from catalog ...Jack Mulrow2023-03-242-2/+10
* SERVER-75175: Return correct opType for BatchedCommandRequest for bulkWriteseanzimm2023-03-231-0/+4
* SERVER-73756 Use ScopedAcquisition in the drop indexes commandKaloian Manassiev2023-03-231-4/+0
* SERVER-74828 Ensure parseResourcePattern creates NamespaceString with tenantIdjannaerin2023-03-2211-11/+11
* SERVER-74965 Use legacy WouldChangeOwningShard code for handling WouldChangeO...Jason Zhang2023-03-213-69/+58
* SERVER-73494 Hook new shapification up to telemetry store for find commandDavis Haupt2023-03-201-1/+2
* SERVER-70592 Have clusterQueryWithoutShardKey apply the sort order if findAnd...Jason Zhang2023-03-201-20/+78
* SERVER-74774 Make analyzeShardKey command handle the case where the fast data...Cheahuychou Mao2023-03-201-1/+2
* SERVER-74990 Make query sampling handle legacy WouldChangeOwningShard updatesCheahuychou Mao2023-03-172-0/+8
* SERVER-74151 Create a new reads tags command for QE tagsMark Benvenuto2023-03-152-0/+130
* SERVER-67874: Remove config server code which upconverts all writeConcern to ...wenqinYe2023-03-141-7/+1
* SERVER-74771 Make sure analyzeShardKey command uses database and shard versio...Cheahuychou Mao2023-03-131-6/+5
* SERVER-74600 Fix test bugs due to secondary reads in `merge_all_chunks_on_sha...Pierlauro Sciarelli2023-03-131-2/+8
* SERVER-70799 Remove ShardVersion::IGNORED()Allison Easton2023-03-131-4/+4
* SERVER-73287 Implement database versioning protocol for metadata consistency ...Tommaso Tocci2023-03-091-35/+54
* SERVER-73394 Remove operationsBlockedByRefresh metricsPol Pinol Castuera2023-03-073-22/+0
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness o...Marcos José Grillo Ramirez2023-03-041-5/+5
* SERVER-74476 Add index version to getShardVersion commandMarcos José Grillo Ramirez2023-03-031-0/+22
* SERVER-70383 Rename shard version functions and parameters that are actually ...Allison Easton2023-03-032-5/+5
* SERVER-74405 Set a maximum number of chunks to merge within an auto-merging r...Pierlauro Sciarelli2023-03-031-0/+2
* SERVER-64926 Allow calling moveRange with only max boundAllison Easton2023-03-031-2/+3
* SERVER-74416 Make sure analyzeShardKey and configureQueryAnalyzer command use...Cheahuychou Mao2023-03-031-2/+9