summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/index_filter_commands_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74960 Filter out QE plans from planCacheStatsAdrian Gonzalez2023-04-011-0/+3
* SERVER-73780 Make CollectionPtr constructor explicitHenrik Edin2023-02-131-2/+2
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-1/+2
* SERVER-58225 Enable featureFlagSbePlanCacheDavid Storch2022-04-131-1/+0
* SERVER-59695 Make index filters work with SBE plan cacheRuoxin Xu2022-04-071-374/+411
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-7/+7
* SERVER-64074 Optimize how we build the DebugInfo for plan cacheRuoxin Xu2022-03-151-5/+7
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-181-7/+7
* SERVER-59682 Recover SBE plans from the new plan cacheRuoxin Xu2022-01-171-2/+7
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-161-7/+7
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-141-7/+7
* SERVER-60066 Remove plan cache entries on collection dropAlexander Ignatyev2021-11-031-1/+1
* SERVER-58429 Remove unused solutions argument when caching a planIrina Yatsenko2021-11-021-7/+3
* SERVER-60338 Refine SBE query shape and implement plan cache key encodingRuoxin Xu2021-10-141-1/+1
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-65/+52
* SERVER-59683 Extract BudgetEstimator logic from LRU cacheAlexander Ignatyev2021-09-171-6/+6
* SERVER-59332 Convert PlanCache to a template class80741223+jlap199@users.noreply.github.com2021-08-251-0/+1
* SERVER-57096 Make SBE rely purely on the kExternal lock policyDavid Storch2021-06-151-1/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-3/+3
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-18/+18
* SERVER-53435 Make queries run with DBHelpers plus SBE circumvent 'checkCanSer...David Storch2021-01-151-1/+1
* SERVER-51138 Support $planCacheStats in SBEAnton Korshunov2020-12-041-1/+1
* SERVER-40361 Don't store debug info once plan cache size grows largeDavid Storch2020-10-221-7/+9
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-5/+7
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-5/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38069: Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-181-23/+18
* Revert "SERVER-38069 Ensure WT transactions are not re-opened during plan upd...Gregory Wlodarek2018-12-141-18/+23
* SERVER-38069 Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-141-23/+18
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-1/+2
* Revert "SERVER-33303 Add stable plan cache key and use for index filters"Ian Boros2018-11-061-2/+1
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-1/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-311-7/+22
* SERVER-35981 Include hash of plan cache key in planCacheListShapes and planCa...Haley Connelly2018-08-021-6/+2
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-22/+29
* SERVER-32452 add ability for plan cache entries to be inactiveIan Boros2018-06-141-3/+3
* SERVER-31610 Add timestamp to plan cache entriesjannaerin2017-11-131-1/+4
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-7/+3
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-2/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-50/+55
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-13/+12
* SERVER-24239 Allow use of names in index filter commands.David Hatch2016-08-041-0/+38
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-24/+123
* Revert "SERVER-23882 Collation should be considered part of a query's shape"Scott Hernandez2016-07-071-123/+24
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-24/+123
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-15/+15
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-14/+14
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-18/+17
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-14/+21