summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13961 Pass OperationContext into WhereCallbackRealKaloian Manassiev2014-07-182-7/+31
* SERVER-14592 de-inline bson and remove bson namespaceEric Milkie2014-07-173-3/+0
* SERVER-14343 leaner include pathsAndrew Morrow2014-07-122-3/+13
* SERVER-9986 refactor near search for 2D and S2Greg Studer2014-07-095-14/+16
* SERVER-14350 validate distances for circular regions in $near/$withinGreg Studer2014-06-301-1/+2
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-1114-1/+197
* SERVER-5800 convert 2d predicate queries into covered index scansGreg Studer2014-06-104-16/+21
* SERVER-5800 R2Region interface for 2d index covering support, minor refactorGreg Studer2014-05-191-3/+9
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-195-7/+7
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-4/+3
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-097-96/+251
* SERVER-13656 Use new query framework in getShardsForQuery on mongosSiyuan Zhou2014-05-011-0/+1
* SERVER-13767 add special case NaN handling in matcher and index bounds builderDavid Storch2014-05-011-0/+24
* SERVER-13731 make depth limit in parsing work for deep trees other than AND a...David Storch2014-04-284-19/+77
* SERVER-13661 increase the maximum allowed depth for query objectsDavid Storch2014-04-213-43/+36
* SERVER-13503 disallow $where under $elemMatch valueBenety Goh2014-04-161-1/+38
* SERVER-10026 limit tree depth allowed by the match expression parserDavid Storch2014-03-214-9/+76
* SERVER-13181: Query Memory LeaksMark Benvenuto2014-03-171-2/+2
* SERVER-13135 use key information to filter docs in s2nearHari Khalsa2014-03-131-0/+3
* SERVER-13038 verbose query logging cleanupDavid Storch2014-03-073-2/+23
* SERVER-12981 handle $and/$nor/$or under $elemMatchBenety Goh2014-03-072-0/+63
* SERVER-12929 propage error from GeoQuery::parseNewQuery to expression parserBenety Goh2014-03-064-5/+18
* SERVER-7757 added test cases for "a.b" $all + $elemMatch where a is document/...Benety Goh2014-02-161-0/+48
* SERVER-12473 additional test case for all operator with empty strings and ISO...Benety Goh2014-02-151-0/+88
* SERVER-12532 negated predicates can use an indexDavid Storch2014-02-141-1/+5
* Revert "SERVER-12473 additional test case for all operator with empty strings...Ian Whalen2014-02-141-88/+0
* SERVER-12473 additional test case for all operator with empty strings and ISO...Benety Goh2014-02-141-0/+88
* SERVER-12263 support incomplete DBRef under elemMatchBenety Goh2014-02-073-12/+100
* SERVER-11444 updated comparison operator to apply the same rules to arrays as...Benety Goh2014-02-062-14/+31
* 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