summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_array.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-07-281-83/+96
* SERVER-16256 get rid of ALL match expressionsDavid Storch2014-12-011-56/+0
* SERVER-14718 index negations below elemMatch valueDavid Storch2014-08-081-0/+2
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-0/+8
* SERVER-10471 enumerate indices w/array operators correctly, clean up and comm...Hari Khalsa2013-09-301-4/+0
* SERVER-10026 SERVER-10471 planner bug fixes from going through testsHari Khalsa2013-09-231-0/+12
* SERVER-10026 enumeration as strategies, bug fixes galore, build plansHari Khalsa2013-09-181-2/+7
* SERVER-10471 Fleshing out the new query planner / enumeratorAlberto Lerner2013-09-111-11/+16
* 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-20/+52
* SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queriesHari Khalsa2013-08-051-0/+7
* SERVER-9820: Introduce Path and iterators such that all bson walking logic is...Eliot Horowitz2013-05-301-1/+6
* SERVER-9749: all is just semantic sugar for andEliot Horowitz2013-05-221-35/+0
* SERVER-6400: remove MatchCategory conceptEliot Horowitz2013-05-091-3/+3
* SERVER-6400: more caching of FieldRefsEliot Horowitz2013-05-091-0/+1
* SERVER-6400 Use an abstraction layer into MatchExpression for different formatsEliot Horowitz2013-05-091-3/+3
* SERVER-6400: MatchExpression version of Matcher code complete.Eliot Horowitz2013-05-061-0/+25
* SERVER-6400 rename *Expression* to *MatchExpression* to avoid conflictEliot Horowitz2013-04-291-17/+17
* SERVER-6400 new expression tree and parserEliot Horowitz2013-04-231-0/+144