summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_test.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-8564 An index hint inconsistent with requested natural order sort shou...Tess Avitabile2016-02-031-32/+0
* SERVER-18115 Avoid unnecessary in-memory sort stage for .min()/.max() queriesTess Avitabile2016-02-021-0/+39
* SERVER-15962 only use KEEP_MUTATIONS for index intersection plansDavid Storch2016-01-131-6/+57
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-4/+7
* SERVER-17011 add EnsureSorted stageDavid Storch2015-12-211-3/+6
* SERVER-21251 consistently use BSONElement::number() >= 0 to distinguish ascen...David Storch2015-11-031-0/+26
* SERVER-20117 Allow queries with meta sortkey to be covered in mongosYunhe (John) Wang2015-10-121-0/+18
* SERVER-16042 generate a candidate plan for each predicate over the leading fi...David Storch2015-10-011-5/+32
* SERVER-19996 Keep Mutations no longer added on ntoreturn hackYunhe (John) Wang2015-09-181-0/+15
* SERVER-20347 $in containing a regex element cannot use a hashed indexDan Pasette2015-09-141-0/+16
* SERVER-19355 add {$meta: 'sortKey'} projectionDavid Storch2015-08-241-0/+16
* SERVER-19355 add SortKeyGeneratorStageDavid Storch2015-08-181-105/+141
* SERVER-18772 Add ntoreturn to LiteParsedQueryMisha Tyulenev2015-08-121-0/+24
* SERVER-19593 snapshot default to collscan except when using MMAPv1Qingyang Chen2015-08-061-0/+20
* SERVER-19235 CQ::canonicalize() to use NamespaceString rather than std::stringQingyang Chen2015-07-271-3/+6
* SERVER-17544 remove $-prefixed find options from jstests and commentsDavid Storch2015-07-231-1/+1
* SERVER-13732 rewrite contained $or queries to rooted $or in the SubplanStageDavid Storch2015-07-101-0/+122
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-231-11/+9
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-221-9/+11
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-221-11/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-3387/+3722
* SERVER-18309 have {$in: [.., null, ..]} not use sparse indexesQingyang Chen2015-06-161-0/+10
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* SERVER-17577 query planner now makes use of separate limit and batchSize fiel...David Storch2015-05-211-0/+34
* SERVER-16981 split up query_planner_test.cppDavid Storch2015-04-031-1929/+13
* SERVER-14723 fix crash in plan enumerator affecting some geo near queriesDavid Storch2015-03-031-0/+13
* SERVER-16655 do not strip index tags from geo predicates during planning for ...David Storch2015-01-171-0/+31
* SERVER-15802 if an equality over a single-field unique index can be used to i...David Storch2015-01-161-1/+116
* SERVER-16750 doc-locking storage engines must recheck exact predicates for in...David Storch2015-01-151-0/+103
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-14070 sort analysis computes additional sort orders provided by an ind...David Storch2014-12-121-0/+12
* SERVER-16256 get rid of ALL match expressionsDavid Storch2014-12-011-18/+22
* SERVER-15696 don't drop filters while creating a SORT_MERGE planDavid Storch2014-11-041-0/+20
* SERVER-15641 Fix memory leaks in C++ unit testsAndrew Morrow2014-10-151-5/+22
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-1/+2
* SERVER-15403 query planner should not error if $min and $max are equalDavid Storch2014-10-011-0/+9
* SERVER-15287 Can't use index key pattern plugin fields to provide sortJason Rassi2014-09-221-1/+43
* SERVER-15286 don't try to explode for sort if zero fields to explodeDavid Storch2014-09-181-0/+22
* SERVER-15279 disable hash-based index intersection by defaultDavid Storch2014-09-171-0/+31
* SERVER-13104 enumerate all possibilties for $or below an $andDavid Storch2014-09-031-0/+55
* SERVER-14742 delete old explain and turn on explain 2.0David Storch2014-09-031-0/+90
* SERVER-5022 allow covered queries with shard filterGreg Studer2014-09-021-0/+126
* SERVER-15015 fix $min/$max handling for descending indicesDavid Storch2014-08-291-0/+61
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14718 index negations below elemMatch valueDavid Storch2014-08-081-0/+87
* SERVER-14706 negated $type predicates should not use an indexDavid Storch2014-07-311-0/+9
* SERVER-14625 fix index bounds issue for negation inside elemMatchDavid Storch2014-07-241-0/+15
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-091-3/+4
* SERVER-5800 convert 2d predicate queries into covered index scansGreg Studer2014-06-101-8/+24
* SERVER-14180 fix double free in access planning for $elemMatchDavid Storch2014-06-061-0/+22