summaryrefslogtreecommitdiff
path: root/src/mongo/s/cluster_commands_helpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74493 Make DatabaseName constructors private - test filesmathisbessamdb2023-04-271-1/+1
* SERVER-69244 - $merge fails when session default read concern has been set to...Jess Balint2023-04-201-0/+13
* Revert "SERVER-69244 $merge fails when session default read concern has been ...auto-revert-processor2023-04-191-13/+0
* SERVER-69244 $merge fails when session default read concern has been set to "...Jess Balint2023-04-181-0/+13
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-1/+1
* SERVER-75356 Fix sharded explain path's handling of 'let' parametersDavid Storch2023-04-131-10/+50
* SERVER-75312 Make sure analyzeShardKey command can handle queries with $expr ...Cheahuychou Mao2023-03-281-14/+2
* SERVER-73933: Consolidate telemetry metrics from clientcursor into OpDebug::A...Will Buerger2023-03-271-1/+1
* SERVER-70789 Rename sharding global indexes utilities to reflect globalness o...Marcos José Grillo Ramirez2023-03-041-1/+1
* SERVER-73865 Use config shard name for the config serverJack Mulrow2023-02-231-5/+5
* SERVER-70997 Implement query sampler counters for $currentOpIsrael Hsu2023-02-161-2/+4
* SERVER-73469 Remove dependency of the ChunkManager on QueryKaloian Manassiev2023-02-031-10/+17
* SERVER-71120 Fix serialisation of collection created within aggregationsPaolo Polato2022-12-201-7/+7
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-21/+19
* SERVER-69801 Support sampling aggregate queries on sharded clustersCheahuychou Mao2022-11-111-2/+2
* SERVER-69801 Support sampling find, count and distinct queries on sharded clu...Cheahuychou Mao2022-11-031-17/+34
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-2/+2
* SERVER-69721 Serialize and deserialize namespace in cursor reply objects corr...jannaerin2022-10-211-2/+2
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-011-5/+13
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-181-1/+1
* SERVER-67400 Create ShardVersion typeAllison Easton2022-07-291-2/+2
* SERVER-67655: Implement analyze command for mongosLynne Wang2022-07-211-1/+1
* SERVER-67912 Reduce set of non-causally consistent API of the ShardRegistryTommaso Tocci2022-07-111-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-6491 Make dropIndexes take the distlock so it can never run in paralle...Randolph Tan2022-04-201-1/+0
* SERVER-64032 Remove intermidiate CachedDatabaseInfo wrapper classTommaso Tocci2022-03-031-3/+3
* SERVER-62535 Allow sharded aggregation to return two cursorsTed Tuckman2022-03-021-1/+1
* SERVER-64035 Ensure all UNSHARDED code paths include DBVersionKaloian Manassiev2022-03-011-106/+64
* SERVER-63528 Use db and collection instead of namespace in CollectionUUIDMism...Gregory Noma2022-02-151-2/+2
* SERVER-62861 Use `null` instead of empty string for `actualNamespace` in `Col...Gregory Noma2022-02-111-4/+2
* SERVER-63286 Ensure `CollectionUUIDMismatch` from `createIndexes` and `dropIn...Gregory Noma2022-02-091-2/+21
* SERVER-63364 Use transaction API to handle WCOS errors for findAndModify with...Jack Mulrow2022-02-071-5/+10
* SERVER-62447 Add collectionUUID parameter to Indexes commandsMoustafa Maher Khalil2022-01-251-0/+4
* SERVER-62783 Get rid of ChunkVersion::appendWithField/parseWithFieldKaloian Manassiev2022-01-241-1/+1
* SERVER-62783 Get rid of ChunkVersion::appendToCommand/parseFromCommandKaloian Manassiev2022-01-241-1/+1
* SERVER-62516 Return commit result from internal transaction APIJack Mulrow2022-01-111-28/+0
* SERVER-61174 scatterGatherVersionedTargetByRoutingTable handles TenantMigrati...Sophia Tan2021-11-051-0/+7
* SERVER-59924 Error executing aggregate with $out with "available" read concer...Eric Cox2021-10-081-12/+0
* SERVER-59869 Robustify sharded distinct command response handlingMihai Andrei2021-09-221-25/+0
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-2/+4
* SERVER-52778 Remove unused 'allowImplictCollectionCreate' from the routerKaloian Manassiev2021-03-041-8/+0
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-211-31/+1
* SERVER-53156 Convert collMod command implementation to inherit from IDL-gener...Moustafa Maher2021-02-041-9/+0
* SERVER-52539 Convert createIndexes command to TypedCommandSara Golemon2021-01-251-0/+11
* SERVER-53547 Make use of return values in ShardRegistry APITommaso Tocci2020-12-311-2/+1
* SERVER-51070 Move the ConfigServer ShardId constant to be under ShardIdKaloian Manassiev2020-12-031-3/+2
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-011-1/+1
* SERVER-35522 Make $collStats with count never return result fieldsamontea2020-11-261-3/+0
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-241-2/+2
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-1/+0