summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_parser.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23611 Add InMatchExpression::setCollator() methodJ. Rassi2016-06-101-1/+3
* SERVER-23611 Add ComparisonMatchExpression::setCollator() methodJ. Rassi2016-06-061-2/+2
* SERVER-23611 MatchExpressionParser::_parse() should take a collatorJ. Rassi2016-06-061-14/+31
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-23611 Refactor InMatchExpressionJ. Rassi2016-05-271-1/+1
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-3/+4
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-4/+11
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-2/+2
* SERVER-19510 Move ExtensionsCallback out of MatchExpressionParserJason Rassi2015-11-121-35/+1
* SERVER-19510 Refactor $text match expression parsingJason Rassi2015-11-121-10/+16
* SERVER-19510 Refactor WhereMatchExpression/WhereNoOpMatchExpressionJason Rassi2015-11-061-34/+9
* SERVER-19510 ExtensionsCallbackReal ctor take ptr to NamespaceStringJason Rassi2015-11-051-6/+8
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-051-12/+12
* SERVER-3518 Bit test query operatorsQingyang Chen2015-07-141-0/+11
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-061-1/+1
* SERVER-18819 allow $type to support type values as string namesQingyang Chen2015-07-021-0/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-152/+134
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-14462 Fix compile break on Linux 32-bitKaloian Manassiev2014-11-041-5/+5
* SERVER-14462 Make db.currentOp report currently held locks from Lock ManagerKaloian Manassiev2014-11-031-0/+1
* Revert "SERVER-14462 Make db.currentOp report the currently held locks from t...Kaloian Manassiev2014-11-031-1/+0
* SERVER-14462 Make db.currentOp report the currently held locks from the Lock ...Kaloian Manassiev2014-11-031-0/+1
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-181-1/+11
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-4/+3
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-19/+65
* SERVER-13731 make depth limit in parsing work for deep trees other than AND a...David Storch2014-04-281-5/+11
* SERVER-10026 limit tree depth allowed by the match expression parserDavid Storch2014-03-211-3/+13
* SERVER-12263 support incomplete DBRef under elemMatchBenety Goh2014-02-071-5/+15
* SERVER-10416 support DBRef as $in operandBenety Goh2013-11-191-0/+2
* SERVER-9063 Add new match expression TextMatchExpressionJason Rassi2013-10-111-0/+3
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queriesHari Khalsa2013-08-051-1/+1
* comment about BSONObj ownership when parsing match expressionsEliot Horowitz2013-07-291-0/+5
* SERVER-6400: querying for DBRef and cleaningEliot Horowitz2013-05-161-0/+9
* SERVER-6400: fix $regex/$options parsingEliot Horowitz2013-05-161-3/+1
* SERVER-6400: allow mixing and matching $regex with other thingsEliot Horowitz2013-05-141-0/+1
* SERVER-6400: MatchExpression version of Matcher code complete.Eliot Horowitz2013-05-061-5/+19
* SERVER-6400 rename *Expression* to *MatchExpression* to avoid conflictEliot Horowitz2013-04-291-14/+14
* SERVER-6400 new expression tree and parserEliot Horowitz2013-04-231-0/+87