summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_cache_indexability_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68434 Fix plan cache key encoding to account for $or in partial index ...Nicholas Zolnierz2023-02-101-55/+93
* SERVER-50728 Use QuerySolution to generate explain output at queryPlanner ver...Anton Korshunov2020-11-041-0/+10
* SERVER-48614 Fix plan cache discriminators for partial wildcard indexesDavid Storch2020-06-151-8/+37
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-11/+26
* SERVER-45403 Don't recompute wildcard projection exhaustive pathsIan Boros2020-01-211-1/+2
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* 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-70/+134
* Revert "SERVER-38069 Ensure WT transactions are not re-opened during plan upd...Gregory Wlodarek2018-12-141-132/+67
* SERVER-38069 Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-141-67/+132
* SERVER-37566 Avoid recreating ProjectionExecAgg on each expansion of a wildca...Bernard Gorman2018-10-231-31/+28
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36896 Allow wildcard indices to support equality to empty object predi...David Storch2018-10-031-8/+50
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-11/+11
* SERVER-35336 Add tests for allPaths indexes being a partial indexIan Boros2018-09-171-2/+30
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-311-39/+132
* SERVER-31760 Add index support for InternalExprEqMatchExpression.David Storch2017-12-291-1/+24
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-1/+4
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-3/+1
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-62/+234
* Revert "SERVER-23882 Collation should be considered part of a query's shape"Scott Hernandez2016-07-071-234/+62
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-62/+234
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-23971 Fixup headers to workaround clang-format 3.8 include sorting bugMark Benvenuto2016-05-281-0/+2
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+1
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-1/+2
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-1/+3
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-061-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-156/+154
* SERVER-18309 have {$in: [.., null, ..]} not use sparse indexesQingyang Chen2015-06-161-0/+5
* SERVER-17978 Sparse index discriminator for PlanCacheIndexabilityStateJason Rassi2015-05-071-0/+62
* SERVER-17659 Add PlanCacheIndexabilityStateJason Rassi2015-05-071-0/+147