summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71141 Support sampling nested aggregate queries on sharded clustersCheahuychou Mao2022-11-151-11/+10
* SERVER-70206 Remove getLastError commandAlex Li2022-11-152-73/+0
* SERVER-68852 Investigate handling of incorrect values for balancer settingsAllison Easton2022-11-141-0/+8
* SERVER-71281 Make opcounters.command on mongos not count inserts, updates and...Cheahuychou Mao2022-11-111-0/+4
* SERVER-69801 Support sampling aggregate queries on sharded clustersCheahuychou Mao2022-11-111-2/+5
* SERVER-70654 Add a warning when using find during moveChunk for a hashed shar...Allison Easton2022-11-091-0/+5
* SERVER-71115 Add test coverage that explain queries are not sampledCheahuychou Mao2022-11-071-5/+18
* SERVER-69801 Support sampling find, count and distinct queries on sharded clu...Cheahuychou Mao2022-11-032-2/+4
* SERVER-69802 Support sampling write queries on sharded clustersCheahuychou Mao2022-11-031-0/+6
* SERVER-70745 explain command for cluster delete results in error when on shar...wenqinYe2022-11-019-4/+41
* SERVER-70918 Change format of shardId in cluster_commands_without_shard_key.idlSanika Phanse2022-10-282-2/+2
* SERVER-69036: Avoid intermediate rounding in cluster_db_stats_cmdWill Buerger2022-10-251-8/+8
* SERVER-70814 Remove const qualifier in _createCmdObj() method signatureSanika Phanse2022-10-251-4/+4
* SERVER-69714 Fix explain command for cluster write and cluster aggregate can ...wenqinYe2022-10-252-0/+3
* SERVER-70246 Deprecate collStatsJacob Evans2022-10-241-0/+7
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-245-6/+6
* SERVER-69721 Serialize and deserialize namespace in cursor reply objects corr...jannaerin2022-10-212-2/+2
* SERVER-67887 Add metrics for the first non-auth command on an ingress connectionVojislav Stojkovic2022-10-201-0/+4
* SERVER-69917 Implement _clusterWriteWithoutShardKey commandSanika Phanse2022-10-181-8/+82
* SERVER-69926 errorcodes.py doesn't detect duplicate errors in MONGO_UNREACHAB...Reo Kimura2022-10-131-1/+1
* SERVER-70317 Do not append the read and write concern explicitly in _clusterQ...Jason Zhang2022-10-101-6/+0
* SERVER-69694 Implement broadcast aggregate in _clusterQueryWithoutShardKeyJason Zhang2022-10-051-1/+137
* SERVER-70147 Migrate addRequiredPrivileges to checkAuthForOperationSara Golemon2022-10-0524-138/+228
* SERVER-70146 Migrate checkAuthForCommand to checkAuthForOperationSara Golemon2022-10-0420-108/+120
* SERVER-69981 Pass DatabaseName to checkAuthForOperationSara Golemon2022-09-305-12/+11
* SERVER-68357: Have CollectionUUIDMismatchInfo use DatabaseNameAdityavardhan Agrawal2022-09-293-8/+7
* SERVER-69931 Adapt existing checks to allow distributed transactions into the...Paolo Polato2022-09-291-1/+2
* SERVER-46478 Add opLatencies to mongoS serverStatusKevin Cherkauer2022-09-289-0/+36
* SERVER-69871 Move feature_flag unit into server_baseSara Golemon2022-09-222-3/+2
* SERVER-63811 Add check to allow documents stage to run without a database exi...galon12022-09-201-1/+3
* SERVER-68753 Make analyzeShardKey command calculate metrics about the monoton...Cheahuychou Mao2022-09-201-33/+65
* SERVER-68752 Make analyzeShardKey command calculate metrics about the cardina...Cheahuychou Mao2022-09-201-1/+1
* SERVER-69624 Add _clusterWriteWithoutShardKey command stubJason Zhang2022-09-193-1/+100
* SERVER-69528 Link cluster count command into mongodCheahuychou Mao2022-09-153-12/+76
* SERVER-69623 Add _clusterQueryWithoutShardKey command stubJason Zhang2022-09-152-0/+99
* Revert "SERVER-66297 get rid of maxSize"Sviatlana Zuiko2022-09-021-0/+3
* SERVER-66297 get rid of maxSizeEnrico Golfieri2022-09-011-3/+0
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-015-29/+37
* SERVER-69151 Remove 'analyze_shard_key' libraryCheahuychou Mao2022-08-303-5/+4
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-301-1/+1
* SERVER-68751 Add analyzeShardKey and configureQueryAnalyzer commands on mongosCheahuychou Mao2022-08-303-0/+248
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-291-3/+2
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-265-11/+3
* SERVER-68421 Remove CommandHelper::parseNsCollectionRequired(StringData dbnam...Sophia Tan2022-08-235-15/+14
* SERVER-68911 Get rid of unnecessary argument to the `createCollection` functionKaloian Manassiev2022-08-181-3/+2
* SERVER-67827 Convert non-sharding ErrmsgCommandDeprecated commands to BasicCo...Sophia Tan2022-08-173-7/+10
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-176-7/+7
* SERVER-62793 Add index component to shard versionAllison Easton2022-08-171-2/+2
* SERVER-67657 Change mongod commands that override CommandInvocation to use te...Fernando Lisboa2022-08-171-5/+6
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-167-10/+11