summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/matcher.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-3/+7
* SERVER-10026 remove most of matcher.cppHari Khalsa2013-12-131-45/+5
* 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-2/+0
* SERVER-10026 interfaces, index scan stage, debug cmd, jstestHari Khalsa2013-07-011-0/+2
* SERVER-6400: Matcher2 handles some index expression issuesEliot Horowitz2013-05-141-3/+14
* SERVER-6400 Use an abstraction layer into MatchExpression for different formatsEliot Horowitz2013-05-091-1/+4
* SERVER-6400: prep to have both MatcherOld and Matcher2 in the code baseEliot Horowitz2013-05-071-1/+1
* SERVER-6400 new version of hasExistsFalseEliot Horowitz2013-05-071-0/+2
* SERVER-6400: MatchExpression version of Matcher code complete.Eliot Horowitz2013-05-061-0/+33
* SERVER-6400 - keep a real BSONObj in Matcher2, not a referenceEliot Horowitz2013-04-291-1/+1
* SERVER-6400 rename *Expression* to *MatchExpression* to avoid conflictEliot Horowitz2013-04-291-1/+1
* SERVER-6400 - some style improvements for Matcher2Eliot Horowitz2013-04-291-2/+7
* SERVER-6400 - framework and start of Matcher replacement. using Matcher2 nameEliot Horowitz2013-04-291-0/+38