summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/explain_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58403 Serialize concurrent accesses to OperationContext::_commentJennifer Peshansky2021-07-271-0/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-2/+2
* SERVER-53146: Specify input to explain command in IDLMoustafa Maher2021-02-101-10/+10
* SERVER-51023 Collect document bytes read for operation resource consumption m...Louis Williams2020-10-141-0/+4
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-0/+4
* SERVER-46625 Improve diagnostics when mongocryptd requests are sent to non-mo...Katherine Wu2020-06-021-0/+3
* SERVER-44470 Parse aggregation commands earlier, and rationalize aggregation ...Kevin Pulo2019-11-261-1/+1
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-0/+7
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37189 Record metrics correctly for transactions that fail prior to uns...Tess Avitabile2018-11-151-1/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-3/+2
* SERVER-35937 Move authorization error handling to service entry pointNathan Orttung2018-07-101-8/+2
* SERVER-35460 Replaced CommandReplyBuilder with direct usage of ReplyBuilderIn...Anthony Roy2018-07-051-1/+1
* Revert "Revert "SERVER-34653 don't parse if early auth-checks can reject.""Billy Donahue2018-05-311-1/+2
* Revert "SERVER-34653 don't parse if early auth-checks can reject."Louis Williams2018-05-251-2/+1
* SERVER-34653 don't parse if early auth-checks can reject.Billy Donahue2018-05-251-1/+2
* SERVER-34596 remove Command::parseNsBilly Donahue2018-05-011-17/+2
* SERVER-34578 remove CommandInvocation::secondaryAllowedBilly Donahue2018-04-231-4/+0
* SERVER-33881 move checkAuthorization to CommandInvocationBilly Donahue2018-04-051-27/+10
* SERVER-33881 move members from Command to BasicCommandBilly Donahue2018-03-161-5/+1
* SERVER-33816 convert "explain" command to single-parse modelBilly Donahue2018-03-151-62/+114
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-061-7/+3
* Revert "SERVER-33065 CommandReplyBuilder and CommandInvocation"Nick Zolnierz2018-03-051-3/+7
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-021-7/+3
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+0
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-0/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+0
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-21/+4
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-4/+21
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-21/+4
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-2/+2
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-1/+1
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-7/+7
* SERVER-29731 Auth checks get access to document sequencesMathias Stearn2017-07-131-1/+2
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-29319 Check $db in explainMathias Stearn2017-06-191-0/+8
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSettingMathias Stearn2017-05-121-2/+1
* SERVER-28814 Attach ServerSelectionMetadata to OpCtx in mongosMathias Stearn2017-05-121-6/+2
* SERVER-28726 make ClusterCountCmd::explain, Strategy::explainFind, and Distin...Esha Maharishi2017-04-191-1/+14
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-5/+4
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-8/+12