summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17437 $caseSensitive option for $text query operatorJason Rassi2015-03-124-19/+76
* SERVER-17287 StatusWith improvementsMathias Stearn2015-02-132-2/+2
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-0613-44/+44
* SERVER-8944 Use C++11 standard library functions for double NaN and Infinity ...Siyuan Zhou2015-02-051-2/+3
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-156-18/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-1515-0/+37
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-2/+4
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-056-0/+18
* SERVER-16256 get rid of ALL match expressionsDavid Storch2014-12-016-211/+119
* SERVER-14886 BSONElementIterator::next() set array offset correctlyJason Rassi2014-11-203-1/+113
* SERVER-15899 BSONElementIterator::more() shouldn't overflow stackJason Rassi2014-11-183-28/+93
* SERVER-14462 Fix compile break on Linux 32-bitKaloian Manassiev2014-11-041-5/+5
* SERVER-14462 Make db.currentOp report currently held locks from Lock ManagerKaloian Manassiev2014-11-031-0/+1
* Revert "SERVER-14462 Make db.currentOp report the currently held locks from t...Kaloian Manassiev2014-11-031-1/+0
* SERVER-14462 Make db.currentOp report the currently held locks from the Lock ...Kaloian Manassiev2014-11-031-0/+1
* SERVER-15380 Tune MONGO_LOG_DEFAULT_COMPONENT declarationsMatt Kangas2014-10-288-24/+0
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-162-2/+17
* SERVER-15641 Fix memory leaks in C++ unit testsAndrew Morrow2014-10-156-0/+74
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-1410-0/+20
* SERVER-14508 Better error messages from GeoJSON parsingSiyuan Zhou2014-09-224-15/+21
* SERVER-14508 Rewrite geo parsing using StatusSiyuan Zhou2014-09-152-83/+58
* SERVER-14508 Break header dependencies of geo stuffs in query framework.Siyuan Zhou2014-08-214-17/+389
* SERVER-14892 Fix memory leak in MatchExpressionParser::_parseElemMatchJason Rassi2014-08-201-5/+6
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-122-0/+2
* SERVER-14510 Custom CRS for strict winding order enforcementSiyuan Zhou2014-08-121-0/+4
* SERVER-14718 index negations below elemMatch valueDavid Storch2014-08-081-0/+2
* SERVER-13961 Pass through OperationContext in the JS frameworkKaloian Manassiev2014-07-281-2/+5
* SERVER-5800 changes for geo expression index performance, avoid preprojectingGreg Studer2014-07-232-1/+7
* 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