summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/index_filter_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-101-2/+2
* SERVER-66937 Ensure $lookup plan cache interact correctly with plan cache com...Anton Korshunov2022-07-241-46/+26
* SERVER-61314 Consolidate featureFlagSbePlanCache with featureFlagSbeFullDavid Storch2022-07-141-2/+2
* SERVER-64432 Integrate SBE plan cache for $lookupRui Liu2022-06-221-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+2
* SERVER-65897 Remove SBE plan cache entries from the corresponding collection ...Ruoxin Xu2022-04-271-8/+21
* SERVER-59695 Make index filters work with SBE plan cacheRuoxin Xu2022-04-071-109/+102
* SERVER-60068 Avoid calls to fillOutPlannerParams() unless a replan is triggeredRuoxin Xu2022-03-241-1/+1
* SERVER-60066 Remove plan cache entries on collection dropAlexander Ignatyev2021-11-031-3/+3
* SERVER-60338 Refine SBE query shape and implement plan cache key encodingRuoxin Xu2021-10-141-3/+3
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-15/+15
* 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-6/+7
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-3/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-2/+2
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-1/+1
* SERVER-47875 Split CollectionQueryInfo into versioned information to remain a...Dianna Hohensee2020-06-111-1/+2
* SERVER-48084 Lint log lines in mongo/db/commandsSara Golemon2020-05-131-6/+11
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-3/+9
* SERVER-44701 Remove support for 'planCacheListQueryShapes' and 'planCacheList...David Storch2019-11-261-2/+2
* SERVER-42837 Allow waitInFindBeforeBatch FailPoint to take data.nss parameterBen Caimano2019-08-201-3/+2
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-5/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-3/+3
* 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-2/+2
* Revert "SERVER-33303 Add stable plan cache key and use for index filters"Ian Boros2018-11-061-2/+2
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-1/+2
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-261-1/+1
* 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-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-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-3/+3
* 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-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-20/+20