summaryrefslogtreecommitdiff
path: root/src/mongo/s/cluster_commands_helpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-51/+44
* SERVER-48128 ShardServerProcessInterface should only version internal command...Bernard Gorman2020-07-271-0/+12
* SERVER-46718 Support 'let' parameters for findAndModify in sharded environmentsKatherine Wu2020-06-121-0/+41
* SERVER-46738 Ensure let parameters work for sharded findJacob Evans2020-06-101-10/+1
* SERVER-47740 Plumbing for construction of a full ExpressionContext in the sha...Eric Cox2020-06-011-2/+20
* SERVER-47690 Snapshot reads via mongosA. Jesse Jiryu Davis2020-05-071-2/+14
* SERVER-47728 Consider changing buildUnversionedRequestsForShards to buildUnsh...Pierlauro Sciarelli2020-04-301-4/+5
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47426 Remove ClusterExplain::downconvert and other now-unused functionsBlake Oler2020-04-161-27/+0
* SERVER-47345 Fix causal consistency bug in $merge code on mongosArun Banala2020-04-071-1/+2
* SERVER-46443 MongosProcessInterface::fieldsHaveSupportingUniqueIndex should r...Jack Mulrow2020-04-061-0/+35
* SERVER-46040 Maintain retry state across stale config retries for sharded dro...Blake Oler2020-04-021-83/+147
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-44484 Allow change stream update lookup to retrieve post-image by _idBernard Gorman2020-01-251-0/+20
* SERVER-45112 Report error labels for cluster create indexes responsesMaria van Keulen2020-01-161-0/+10
* SERVER-45414 Remove CannotImplicitlyCreateCollection retry logic on mongosMihai Andrei2020-01-161-9/+0
* SERVER-44252 Delete implicit collection creation loop through the config serv...Mihai Andrei2020-01-091-6/+0
* SERVER-45102 Sharded listIndexes should always target a shard that owns chunksCheahuychou Mao2019-12-181-0/+22
* SERVER-45103 Sharded index commands shouldn't target primary shard if it does...Cheahuychou Mao2019-12-131-32/+1
* SERVER-44720 Send createIndexes, dropIndexes, and collMod with shard versionsCheahuychou Mao2019-12-041-24/+32
* SERVER-43712 mongos use ReadWriteConcernDefaults for RCKevin Pulo2019-11-291-7/+44
* SERVER-43712 mongos use ReadWriteConcernDefaults for WCKevin Pulo2019-11-061-0/+51
* SERVER-42827 Allow sessions collection to return OK for creating indexes if a...Janna Golden2019-09-121-0/+23
* SERVER-42430 Create whitelist of namespaces that are allowed to be created im...Janna Golden2019-08-191-7/+9
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+4
* SERVER-41950 MongoS should attach dbVersion on agg path when collection is un...jannaerin2019-07-171-4/+4
* SERVER-41951 Make the findAndModify path on mongos attach databaseVersion whe...Jason Zhang2019-07-121-9/+10
* SERVER-41676 Convert TransactionRouter to use observer pattern to synchronize...Blake Oler2019-06-271-4/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39659 Reformat createShardDatabase to return void and call uasserts on...Jamie Heppenstall2019-06-071-19/+17
* SERVER-38367 Descriptive error message for the inability to create unique ind...Esha Maharishi2019-05-101-18/+12
* SERVER-38369 Only surface a 'request doesn't allow collection to be created i...Esha Maharishi2019-05-101-82/+71