summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_test_fixture.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-5/+5
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* SERVER-24621 make find command min/max respect the collationDavid Storch2016-07-291-0/+19
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-0/+14
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-27/+27
* SERVER-23618 Add collation support for partial indexesTess Avitabile2016-06-021-2/+15
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+4
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-64/+82
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-3/+11
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-2/+2
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-1/+2
* SERVER-23112 Assign predicates to 2dsphere indexes using multikey paths.Max Hirschhorn2016-04-191-1/+1
* SERVER-23585 Make CanonicalQuery outlive QuerySolutions in unit tests.Max Hirschhorn2016-04-081-3/+9
* SERVER-22786 add query planner tests for collationDavid Storch2016-03-211-4/+2
* SERVER-23078 Move MultikeyPaths using declaration to its own file.Max Hirschhorn2016-03-141-1/+1
* SERVER-22786 add a CollatorInterface to IndexEntryDavid Storch2016-03-091-0/+14
* SERVER-22399 Add multikeyPaths member to IndexEntry struct.Max Hirschhorn2016-02-231-0/+19
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-1/+3
* SERVER-19510 Refactor $text match expression parsingJason Rassi2015-11-121-4/+5
* SERVER-19510 Refactor WhereMatchExpression/WhereNoOpMatchExpressionJason Rassi2015-11-061-0/+1
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-051-2/+2
* SERVER-19235 CQ::canonicalize() to use NamespaceString rather than std::stringQingyang Chen2015-07-271-4/+3
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-061-1/+1
* SERVER-17854 Move partial idx selection logic to QueryPlannerIXSelectJason Rassi2015-06-231-0/+19
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-231-43/+31
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-221-31/+43
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-221-43/+31
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-257/+266
* SERVER-19033 find command now validates the type of its first parameterDavid Storch2015-06-181-2/+6
* SERVER-18950 Make LiteParsedQuery return StatusWith<unique_ptr>Kaloian Manassiev2015-06-121-13/+10
* SERVER-17577 query planner now makes use of separate limit and batchSize fiel...David Storch2015-05-211-41/+45
* SERVER-17659 IndexEntry: add new member 'filterExpr' to structJason Rassi2015-05-071-0/+4
* SERVER-16981 split up query_planner_test.cppDavid Storch2015-04-031-0/+321