summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_tree.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23444 Fixed pessimizing move.Benjamin Murphy2016-03-311-1/+1
* SERVER-20506 Conditionally order match and unwind.Benjamin Murphy2016-03-301-0/+6
* SERVER-22833 Rename MatchExpression::toBSON() to serialize(), and ensure it p...Benjamin Murphy2016-03-141-4/+4
* SERVER-16889 MatchExpression::shallowClone() return unique_ptr<ME>Qingyang Chen2015-06-261-17/+16
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-128/+143
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+0
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-0/+10
* SERVER-12532 negated predicates can use an indexDavid Storch2014-02-141-1/+5
* SERVER-10471 enumerate indices w/array operators correctly, clean up and comm...Hari Khalsa2013-09-301-26/+0
* SERVER-10026 enumeration as strategies, bug fixes galore, build plansHari Khalsa2013-09-181-0/+4
* SERVER-10471 Fleshing out the new query planner / enumeratorAlberto Lerner2013-09-111-1/+38
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10026 SERVER-10471 begin more sustainable planning approachHari Khalsa2013-08-291-0/+31
* SERVER-6400: nice construtor for NotMatchExpressionEliot Horowitz2013-05-191-0/+1
* SERVER-6400: remove MatchCategory conceptEliot Horowitz2013-05-091-2/+2
* SERVER-6400 Use an abstraction layer into MatchExpression for different formatsEliot Horowitz2013-05-091-4/+4
* SERVER-6400: MatchExpression version of Matcher code complete.Eliot Horowitz2013-05-061-2/+16
* 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/+109