summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-10471 enumerate indices w/array operators correctly, clean up and comm...Hari Khalsa2013-09-301-5/+6
* SERVER-10026 enumeration as strategies, bug fixes galore, build plansHari Khalsa2013-09-181-0/+5
* SERVER-10471 Fleshing out the new query planner / enumeratorAlberto Lerner2013-09-111-1/+5
* 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-7/+103
* SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queriesHari Khalsa2013-08-051-1/+6
* SERVER-9749: all is just semantic sugar for andEliot Horowitz2013-05-221-1/+21
* SERVER-6400: $ne is not its own operator anymore, $not + $eqEliot Horowitz2013-05-171-1/+1
* SERVER-6400: remove MatchCategory conceptEliot Horowitz2013-05-091-8/+2
* SERVER-6400 Use an abstraction layer into MatchExpression for different formatsEliot Horowitz2013-05-091-2/+5
* SERVER-6400: do not use IN since its a macro on windowsEliot Horowitz2013-05-061-1/+1
* SERVER-6400: MatchExpression version of Matcher code complete.Eliot Horowitz2013-05-061-2/+57
* SERVER-6400 rename *Expression* to *MatchExpression* to avoid conflictEliot Horowitz2013-04-291-5/+5
* SERVER-6400 - move MatchDetails out of matcher.hEliot Horowitz2013-04-291-1/+1
* SERVER-6400 new expression tree and parserEliot Horowitz2013-04-231-0/+55