summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/get_executor_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45403 Don't recompute wildcard projection exhaustive pathsIan Boros2020-01-211-11/+12
* SERVER-44334 Make ProjectionExecutor fasterAnton Korshunov2019-12-101-1/+1
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-13/+25
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-8/+7
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40465 $group will not distinct scan multikey indexIan Boros2019-05-031-0/+28
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* 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-33/+89
* Revert "SERVER-38069 Ensure WT transactions are not re-opened during plan upd...Gregory Wlodarek2018-12-141-89/+33
* SERVER-38069 Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-141-33/+89
* 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-8/+10
* SERVER-35332 Index filter support for "allPaths" indexesyarai2018-09-251-3/+41
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-311-1/+2
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-3/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-8/+8
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-17/+18
* SERVER-24239 Allow use of names in index filter commands.David Hatch2016-08-041-39/+60
* SERVER-24239 Refactor QuerySettings to use values instead of unowned pointer.David Hatch2016-08-021-5/+5
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-5/+5
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-4/+5
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-1/+5
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-1/+3
* SERVER-19235 CQ::canonicalize() to use NamespaceString rather than std::stringQingyang Chen2015-07-271-2/+2
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-231-5/+6
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-221-6/+5
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-221-5/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-95/+92
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* SERVER-17659 Move CQ::getPlanCacheKey() => PlanCache::computeKey()Jason Rassi2015-04-221-4/+5
* SERVER-14407 delete dead Runner codeDavid Storch2014-07-221-0/+144