summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_test_fixture.h
Commit message (Expand)AuthorAgeFilesLines
* 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