summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher
Commit message (Expand)AuthorAgeFilesLines
* SERVER-12263 relax ordering requirement of DBRef fields in queryBenety Goh2014-02-043-25/+75
* SERVER-12263 relax DBRef parsing requirements to support additional fields af...Benety Goh2014-02-043-59/+56
* SERVER-10906 Add support for legacy text indexesJason Rassi2014-01-281-1/+4
* SERVER-8692 additional test cases for queries against null to document existi...Benety Goh2014-01-281-0/+22
* SERVER-10159 In receivedUpdate, parse CanonicalQuery outside DB Write lock.Andy Schwerin2014-01-172-2/+2
* SERVER-10026 check for comparison match expressions with regex during parsingDavid Storch2014-01-081-0/+14
* SERVER-12191 handle DBRef under $elemMatchBenety Goh2014-01-052-0/+53
* SERVER-11952 fix $size match expression parsing for negative longsDavid Storch2013-12-301-1/+8
* remove ssome namespace_detail includes where not usedEliot Horowitz2013-12-301-1/+0
* SERVER-11422 better test names. additional test case for path to nested empty...Benety Goh2013-12-181-2/+23
* SERVER-5481 reject $in query on undefined valueBenety Goh2013-12-173-0/+26
* Revert: SERVER-5481 reject $in query on undefined valueBenety Goh2013-12-143-26/+0
* SERVER-5481 reject $in query on undefined valueBenety Goh2013-12-143-0/+26
* SERVER-10026 remove most of matcher.cppHari Khalsa2013-12-132-385/+7
* SERVER-11178 remove catalog hackHari Khalsa2013-12-131-1/+0
* SERVER-10026 migrate geoNear to new exec via rewriteHari Khalsa2013-12-111-1/+0
* SERVER-10026 split getRunner out from the .find() executionHari Khalsa2013-12-041-1/+0
* SERVER_4928 added test cases for bad regex operandBenety Goh2013-12-021-0/+9
* SERVER-10566 Inline MatchableDocument destructorMathias Stearn2013-11-262-4/+3
* SERVER-11422 added test cases for null comparisonBenety Goh2013-11-232-0/+84
* SERVER-11414 added test cases for null comparison operations on non-existent ...Benety Goh2013-11-221-0/+12
* SERVER-11455 added Object to support types for dollar type operator when work...Benety Goh2013-11-213-2/+55
* SERVER-11775 added test case for {$all: [null]}Benety Goh2013-11-201-0/+11
* SERVER-10416 support DBRef as $in operandBenety Goh2013-11-194-6/+195
* SERVER-9932 SERVER-10857 Text search language aliases/validationJason Rassi2013-11-132-4/+20
* SERVER-10026 evaluating matcher of idx-only expression returns true instead o...Hari Khalsa2013-11-063-10/+8
* SERVER-10026 move 2d into stages, remove old query from 2d executionHari Khalsa2013-10-241-2/+2
* SERVER-9063 Better error message in TextMatchExpression::matchesSingleElement()Jason Rassi2013-10-151-1/+4
* SERVER-9063 Add new match expression TextMatchExpressionJason Rassi2013-10-118-4/+307
* SERVER-10471 geojson points are SPHERE not FLAT, woops.Hari Khalsa2013-10-051-1/+1
* SERVER-10471 dont use near as variable name, fix testHari Khalsa2013-10-051-2/+2
* SERVER-10471 add s2near stage, enable all 2dsphere queries, enable 2d queries...Hari Khalsa2013-10-046-16/+73
* SERVER-10471 enumerate indices w/array operators correctly, clean up and comm...Hari Khalsa2013-09-305-50/+20
* SERVER-10159 Re-serialize and cache dotted form in FieldRef on requestAndrew Morrow2013-09-251-1/+1
* SERVER-10026 SERVER-10471 planner bug fixes from going through testsHari Khalsa2013-09-232-0/+36
* SERVER-10026 enumeration as strategies, bug fixes galore, build plansHari Khalsa2013-09-184-3/+18
* SERVER-10471 Fleshing out the new query planner / enumeratorAlberto Lerner2013-09-117-17/+103
* SERVER-10715 Fix unit test compilation failure.Andy Schwerin2013-09-091-10/+10
* SERVER-10715: change MatchableDocument api to allow for caching of iteratorsEliot Horowitz2013-09-097-23/+85
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-0636-0/+432
* SERVER-10026 SERVER-10471 begin more sustainable planning approachHari Khalsa2013-08-298-70/+323
* SERVER-10596 Globalize formerly per-thread Pool of JS ScopesMathias Stearn2013-08-261-1/+5
* SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queriesHari Khalsa2013-08-0512-84/+156
* comment about BSONObj ownership when parsing match expressionsEliot Horowitz2013-07-291-0/+5
* some MatchDetails peformance improvements and move more impl to .cppEliot Horowitz2013-07-292-24/+44
* SERVER-10343 Fix $regex query when given both a RegEx and options.Andrew Aldridge2013-07-261-0/+1
* SERVER-10026 fetch limit skip orHari Khalsa2013-07-091-1/+0
* namespacestring -> namespace_stringEliot Horowitz2013-07-081-1/+1
* SERVER-10026 use massert instead of verify to fix debug buildHari Khalsa2013-07-021-2/+3
* SERVER-10026 interfaces, index scan stage, debug cmd, jstestHari Khalsa2013-07-012-1/+64