summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/canonical_query_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61314 Consolidate featureFlagSbePlanCache with featureFlagSbeFullDavid Storch2022-07-141-2/+2
* SERVER-65793 Do not parameterize queries with TEXT match expression nodeAlexander Ignatyev2022-04-261-0/+14
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-13/+14
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-49/+52
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-3/+3
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-8/+10
* SERVER-25023 Allow multiple indexes on the same fields with different partial...Bernard Gorman2020-04-251-4/+4
* SERVER-43816 Push $text and $meta:"textScore" sort into the PlanStage layer.David Storch2019-12-181-0/+58
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-7/+7
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-3/+3
* SERVER-40267 Clean up debug string generation for MatchExpression.David Storch2019-03-221-4/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-211-31/+0
* Revert "SERVER-30005: remove $isolated/$atomic option"Nick Zolnierz2018-03-201-0/+31
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-201-31/+0
* SERVER-19415 Fix planCacheListQueryShapes command to report correct query pre...Ian Boros2017-12-071-4/+3
* SERVER-17846: Forbid $isolated outside of update/delete user operationsNick Zolnierz2017-10-231-6/+19
* Reapply "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-291-293/+15
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-4/+2
* Revert "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-281-15/+293
* SERVER-30991 Introduce MatchExpression::optimize().Justin Seyster2017-09-281-293/+15
* SERVER-29142 Support $changeStream on unsharded collections.Charlie Swanson2017-09-131-1/+1
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-28/+20
* SERVER-30189 Reduce calls to allocator for large $in expressionsTess Avitabile2017-08-091-1/+2
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* 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