summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/configure_query_analyzer_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77247 Allow users to retry a configureQueryAnalyzer command to disable...Cheahuychou Mao2023-05-181-4/+4
* SERVER-67966 Remove feature flag for PM-1858Cheahuychou Mao2023-05-101-5/+1
* SERVER-76296 Fix error messages for analyzeShardKey and configureQueryAnalyze...Cheahuychou Mao2023-04-261-3/+3
* SERVER-76311 Set upper limit for the sampleRate in configureQueryAnalyzer com...Cheahuychou Mao2023-04-261-3/+5
* SERVER-76296 Serialize configureQueryAnalyzer command with DDL commandsCheahuychou Mao2023-04-251-77/+80
* SERVER-70479 Use namespace as the _id for config.queryAnalyzers collectionCheahuychou Mao2023-04-241-14/+21
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-181-1/+1
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-1/+1
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-1/+1
* SERVER-69804 Add 'startTime' and 'stopTime' to config.queryAnalyzers document...Cheahuychou Mao2023-04-041-14/+58
* SERVER-69653 Add auth privilege requirements to the analyzeShardKey and confi...Israel Hsu2023-04-041-1/+1
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-2/+2
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-1/+1
* SERVER-75031 Make configureQueryAnalyzer command on standalone replica set pe...Cheahuychou Mao2023-03-241-22/+19
* SERVER-75029 Move the helper for validating collection options against the pr...Cheahuychou Mao2023-03-211-3/+77
* SERVER-75030 Disallow configureQueryAnalyzer command on multi-tenant replica setCheahuychou Mao2023-03-211-0/+6
* SERVER-70835 Set an upper limit for configureQueryAnalyzer's sampleRateCheahuychou Mao2023-03-151-6/+18
* SERVER-69153 Make analyzeShardKey and configureQueryAnalyzer command validate...Cheahuychou Mao2023-02-281-53/+10
* SERVER-73558 Put the analyzeShardKey IDL structs in analyze_shard_key namespaceCheahuychou Mao2023-02-031-0/+2
* SERVER-71959: Modify usages of ClusterRole::Kshitij Gupta2022-12-161-1/+1
* SERVER-69150 implement configureQueryAnalyzer on mongodIsrael Hsu2022-10-031-66/+87
* SERVER-69151 Remove 'analyze_shard_key' libraryCheahuychou Mao2022-08-301-2/+2
* SERVER-68750 Add stubs for analyzeShardKey and configureQueryAnalyzer command...Cheahuychou Mao2022-08-251-0/+175