summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/plan_cache_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+1
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-7/+9
* SERVER-49997 Fix use after move in plan_cache_commands.cppCharlie Swanson2020-08-141-5/+2
* SERVER-49800 fix use-after-move violations in queryBenety Goh2020-08-021-1/+3
* SERVER-44701 Remove support for 'planCacheListQueryShapes' and 'planCacheList...David Storch2019-11-261-368/+6
* SERVER-40382 Add a serverStatus metric to report plan cache memory consumptionArun Banala2019-08-131-3/+2
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-4/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-111-2/+9
* Revert "SERVER-41279 Eliminate failed plans from consideration during query p...Xiangyu Yao2019-07-101-9/+2
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-101-2/+9
* SERVER-36800 Add comments and log lines to indicate the deprecation of planCa...David Storch2019-07-101-20/+31
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-0/+1
* Revert "SERVER-33303 Add stable plan cache key and use for index filters"Ian Boros2018-11-061-1/+0
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-0/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-35576 Fixed PlanCacheClear clear time of checkyarai2018-09-071-7/+3
* SERVER-36528 Implement $planCacheStats agg source.David Storch2018-08-211-29/+1
* SERVER-35980 Experimental new output format for planCacheListPlansHaley Connelly2018-08-131-21/+58
* SERVER-35980 Delete PlanCacheEntryFeedback.David Storch2018-08-091-1/+1
* SERVER-35981 Include hash of plan cache key in planCacheListShapes and planCa...Haley Connelly2018-08-021-7/+5
* SERVER-32452 add ability for plan cache entries to be inactiveIan Boros2018-06-141-9/+11
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-1/+2
* 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-6/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+6
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-6/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-2/+2
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-2/+2
* SERVER-31610 Add timestamp to plan cache entriesjannaerin2017-11-131-4/+6
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-051-2/+1
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-1/+8
* 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-1/+1
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-4/+4
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-3/+3
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-21/+21
* SERVER-27306 Remove AutoGetCollection methods with std::string namespaceJames Wahlin2016-12-191-3/+4
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-2/+2
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-2/+2
* SERVER-23501 include stringified error code in erroring command repliesDorothy Chen2016-08-261-21/+1
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-5/+25
* Revert "SERVER-23882 Collation should be considered part of a query's shape"Scott Hernandez2016-07-071-25/+5