summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_cache_indexability.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-1/+3
* SERVER-68434 Fix plan cache key encoding to account for $or in partial index ...Nicholas Zolnierz2023-02-101-10/+3
* SERVER-72462 Add wildcardProjection validationAlexander Ignatyev2023-01-191-3/+6
* SERVER-67140 Change query planner to determine column index eligibility based...Justin Zhang2022-08-191-1/+1
* SERVER-29262 Retire usage of `OwnedPointerVector` in `write_ops`.Faustoleyva542021-12-011-1/+0
* SERVER-39943 Create match expressions for aggregation $gt/$gte/$lt/$lte and a...Katherine Wu2021-02-011-1/+1
* SERVER-48614 Fix plan cache discriminators for partial wildcard indexesDavid Storch2020-06-151-14/+19
* SERVER-45403 Don't recompute wildcard projection exhaustive pathsIan Boros2020-01-211-1/+1
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-1/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+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-5/+6
* Revert "SERVER-38069 Ensure WT transactions are not re-opened during plan upd...Gregory Wlodarek2018-12-141-6/+5
* SERVER-38069 Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-141-5/+6
* SERVER-37566 Avoid recreating ProjectionExecAgg on each expansion of a wildca...Bernard Gorman2018-10-231-5/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37592 Clear and regenerate _wildcardIndexDiscriminators when updating ...Bernard Gorman2018-10-121-0/+1
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-15/+15
* SERVER-37206 Rename starPathsTempName to wildcardProjectionJames Wahlin2018-09-211-1/+1
* SERVER-36731 Ban object inequality and $in with unsupported values when using...Ian Boros2018-09-201-46/+15
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-311-45/+126
* SERVER-31760 Add index support for InternalExprEqMatchExpression.David Storch2017-12-291-3/+3
* SERVER-29587: Partition MatchExpression types into categories, fixes anNick Zolnierz2017-07-071-1/+1
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-9/+49
* Revert "SERVER-23882 Collation should be considered part of a query's shape"Scott Hernandez2016-07-071-49/+9
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-9/+49
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-23611 Refactor InMatchExpressionJ. Rassi2016-05-271-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-49/+43
* SERVER-18309 have {$in: [.., null, ..]} not use sparse indexesQingyang Chen2015-06-161-4/+11
* SERVER-18350 Refactor expression_algo.cpp.Max Hirschhorn2015-05-141-1/+1
* SERVER-17978 Sparse index discriminator for PlanCacheIndexabilityStateJason Rassi2015-05-071-0/+18
* SERVER-17659 Add PlanCacheIndexabilityStateJason Rassi2015-05-071-0/+82