summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/canonical_query_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-2/+2
* SERVER-18932 LiteParsedQuery::_ns use const NamespaceString rather than std::...Qingyang Chen2015-06-301-12/+12
* SERVER-16889 MatchExpression::shallowClone() return unique_ptr<ME>Qingyang Chen2015-06-261-1/+2
* SERVER-16889 CanonicalQuery::canonicalize() return SW<unique_ptr<CQ>>Qingyang Chen2015-06-231-12/+12
* Revert "SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusW...Qingyang Chen2015-06-221-12/+13
* SERVER-16889 query subsystem CanonicalQuery::canonicalize use StatusWith<uniq...Qingyang Chen2015-06-221-13/+12
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-515/+488
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-191-1/+0
* Revert "Revert "SERVER-18589 Create LiteParseQuery factory for find cmd""Randolph Tan2015-06-191-108/+108
* Revert "SERVER-18589 Create LiteParseQuery factory for find cmd"Randolph Tan2015-06-181-108/+108
* SERVER-18589 Create LiteParseQuery factory for find cmdRandolph Tan2015-06-181-108/+108
* SERVER-18086 Fixed invalid pointer in canonical_query_testQingyang Chen2015-06-161-134/+72
* SERVER-18950 Make LiteParsedQuery return StatusWith<unique_ptr>Kaloian Manassiev2015-06-121-84/+121
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-25/+25
* SERVER-18007 support non-default constructible types in StatusWithAdam Midvidy2015-06-041-18/+9
* SERVER-17659 Move CQ::getPlanCacheKey() => PlanCache::computeKey()Jason Rassi2015-04-221-104/+0
* SERVER-17659 CanonicalQuery::sortTree() shouldn't depend on cache keyJason Rassi2015-04-221-33/+102
* SERVER-17287 StatusWith improvementsMathias Stearn2015-02-131-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-5800 changes for geo expression index performance, avoid preprojectingGreg Studer2014-07-231-1/+1
* SERVER-14366 disallow $natural sort or hint with geoNearDavid Storch2014-06-271-0/+48
* SERVER-13184 don't forget to hold on to bsonobj in testHari Khalsa2014-03-151-1/+2
* SERVER-13184 Add simple logical rewrite+testsHari Khalsa2014-03-151-0/+26
* SERVER-13007 added delimiters to plan cache keyBenety Goh2014-03-041-15/+47
* SERVER-12866 added explain to canonical query constructorBenety Goh2014-02-281-7/+28
* SERVER-12843 Encoding of projection for query plan cache should be order-inse...Benety Goh2014-02-241-0/+3
* SERVER-12766 extended plan cache key to include geo coordinate typesBenety Goh2014-02-211-0/+25
* SERVER-12277 additional validation on text queriesBenety Goh2014-01-291-17/+121
* SERVER-12424 fixed pointer to deleted match expression issue in init().Benety Goh2014-01-241-0/+4
* SERVER-12038 Add required $meta proj to CanonicalQueryTest test caseJason Rassi2014-01-211-1/+2
* SERVER-8871 admin hintsBenety Goh2014-01-151-1/+1
* SERVER-12324 replaced std::stream with str::stream in db/query and db/execBenety Goh2014-01-151-6/+6
* SERVER-12321 fully normalize in canonical queryDavid Storch2014-01-141-0/+128
* SERVER-12277 CanonicalQuery forbids queries with both $text and $nearJason Rassi2014-01-091-0/+29
* SERVER-12153 SERVER-12171 Restrict valid query expressions with $textJason Rassi2014-01-091-0/+76
* SERVER-12153 SERVER-12171 Refactor CanonicalQuery::isValid()Jason Rassi2014-01-091-0/+136