summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/canonical_query_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-23/+23
* SERVER-27904 Extend support for moving predicates into contained ORs to multi...Tess Avitabile2017-02-281-0/+2
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-3/+4
* SERVER-23138 make CanonicalQuery normalize $nor with one child to a NOT expre...David Storch2016-07-131-0/+22
* SERVER-23611 Queries use collection default collation, if unspecifiedJ. Rassi2016-06-131-0/+35
* SERVER-23611 Add InMatchExpression::setCollator() methodJ. Rassi2016-06-101-1/+2
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-104/+104
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-85/+85
* SERVER-23611 Refactor InMatchExpressionJ. Rassi2016-05-271-1/+1
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-161-0/+56
* SERVER-24045 Refactor CanonicalQuery::canonicalize()Tess Avitabile2016-05-101-9/+11
* SERVER-24045 Refactor LiteParsedQueryTess Avitabile2016-05-061-137/+27
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-10/+23
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+1
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-1/+3
* SERVER-23348 Add a collator to ComparisonMatchExpression, InMatchExpressionTess Avitabile2016-04-131-0/+14
* SERVER-21065 Fixed use-after-free in canonical_query_test.cpp.Benjamin Murphy2016-04-111-3/+4
* SERVER-21065 CanonicalQuery::normalizeTree optimizes InMatchExpression with o...Benjamin Murphy2016-04-071-0/+26
* SERVER-12307 CanonicalQuery tracks whether an update or delete is isolated.Benjamin Murphy2016-03-111-0/+23
* SERVER-15688 Added check for TEXT + tailable to canonical query validationPaul Pedersen2016-02-221-0/+22
* SERVER-8564 An index hint inconsistent with requested natural order sort shou...Tess Avitabile2016-02-031-0/+27
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-6/+13
* SERVER-19510 Refactor $text match expression parsingJason Rassi2015-11-121-1/+2
* SERVER-19355 add {$meta: 'sortKey'} projectionDavid Storch2015-08-241-0/+22
* SERVER-19235 CQ::canonicalize() to use NamespaceString rather than std::stringQingyang Chen2015-07-271-2/+2
* SERVER-19388 fix assertion in $or planningDavid Storch2015-07-141-4/+3
* SERVER-13732 rewrite contained $or queries to rooted $or in the SubplanStageDavid Storch2015-07-101-29/+21
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-061-1/+1
* 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