summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_test_fixture.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71485 Cleanup isCount on the canonical queryIrina Yatsenko2023-01-121-4/+4
* SERVER-70617 Allow use of SBE/column indexes for count queriesAlyssa Wagenmaker2022-11-181-0/+6
* SERVER-63604 Optimize detection of the need to produce/propagate RecordId slo...Alberto Massari2022-09-301-0/+5
* SERVER-66063 Allow column index to be used for queries with pipelinesIan Boros2022-05-031-0/+6
* SERVER-63317 Basic plan generation for columnar indexesIan Boros2022-02-081-0/+5
* SERVER-29262 Retire usage of `OwnedPointerVector` in `write_ops`.Faustoleyva542021-12-011-1/+0
* SERVER-58429 enable group lowering into SBE for cached and multi- plansIrina Yatsenko2021-11-181-9/+0
* SERVER-59854 Remove PlanCacheIndexabilityState from the PlanCacheRuoxin Xu2021-09-241-0/+1
* SERVER-58424 Refactor QueryPlanner::plan() in preparation for DocumentSource ...Eric Cox2021-08-191-8/+23
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-25/+25
* SERVER-47657 Added unique and sparse to index signatureYoonsoo Kim2021-03-031-0/+3
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-2/+11
* SERVER-14643 Return informative Status from QueryPlanner::planDavid Percy2019-11-111-0/+6
* 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-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36465 Support {$ne: null} queries with non-multikey sparse and wildcar...Ian Boros2018-10-101-0/+2
* SERVER-36946 Tighter checks on bounds in query planner unit testsIan Boros2018-10-041-0/+18
* SERVER-35336 Add tests for allPaths indexes being a partial indexIan Boros2018-09-171-0/+5
* SERVER-32174: Remove old snapshot query optionNick Zolnierz2018-03-161-6/+2
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-1/+1
* SERVER-27938 Fix compile issues and typos in txn to opCtx renameMaria van Keulen2017-03-071-2/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-24621 make find command min/max respect the collationDavid Storch2016-07-291-0/+2
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-0/+2
* SERVER-23618 Add collation support for partial indexesTess Avitabile2016-06-021-1/+6
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-25/+25
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-0/+5
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+1
* SERVER-23112 Assign predicates to 2dsphere indexes using multikey paths.Max Hirschhorn2016-04-191-1/+1
* SERVER-22786 add query planner tests for collationDavid Storch2016-03-211-4/+1
* SERVER-23078 Move MultikeyPaths using declaration to its own file.Max Hirschhorn2016-03-141-2/+2
* SERVER-22786 add a CollatorInterface to IndexEntryDavid Storch2016-03-091-0/+6
* SERVER-22399 Add multikeyPaths member to IndexEntry struct.Max Hirschhorn2016-02-231-0/+3
* SERVER-19235 CQ::canonicalize() to use NamespaceString rather than std::stringQingyang Chen2015-07-271-1/+1
* SERVER-17854 Move partial idx selection logic to QueryPlannerIXSelectJason Rassi2015-06-231-0/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-126/+124
* SERVER-17577 query planner now makes use of separate limit and batchSize fiel...David Storch2015-05-211-4/+10
* SERVER-16981 split up query_planner_test.cppDavid Storch2015-04-031-0/+189