summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/explain_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68655 Change ReplicationCoordinator::canAcceptWritesForDatabase to tak...mathisbessamdb2023-05-121-5/+2
* SERVER-74491 Make DatabaseName::toString privatemathisbessamdb2023-05-101-1/+1
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-04-061-6/+9
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...auto-revert-processor2023-04-011-9/+6
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-311-6/+9
* Revert "SERVER-74487 Always include tenant in db name attributes in error mes...Sviatlana Zuiko2023-03-271-9/+6
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-03-251-6/+9
* SERVER-70053 Serialize and deserialize DatabaseName correctly in multitenancy...jannaerin2022-10-271-1/+3
* SERVER-67657 Change mongod commands that override CommandInvocation to use te...Fernando Lisboa2022-08-171-5/+13
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-2/+2
* 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