summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2044-8845/+9031
* SERVER-19040 Fix uassert codeAndy Schwerin2015-06-191-1/+1
* SERVER-19040 Do not let exceptions leak out of WhereMatchExpression::init.Andy Schwerin2015-06-191-4/+7
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-3/+2
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-1013-49/+43
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-109-126/+126
* SERVER-16912 finish implementation of GeoMatchExpression::equivalent().Qingyang Chen2015-06-102-10/+106
* SERVER-18800 Expand support for $in queries with partial indexes.Max Hirschhorn2015-06-102-3/+196
* SERVER-18491 Add support for answering $or queries with a partial index.Max Hirschhorn2015-06-042-2/+51
* SERVER-18365 delete MatchExpression::NIN since it is not usedcoollog2015-05-291-1/+1
* SERVER-18457 Support more query operators with {$exists: true} filter.Max Hirschhorn2015-05-162-11/+147
* SERVER-18350 Refactor expression_algo.cpp.Max Hirschhorn2015-05-143-411/+384
* SERVER-18364 ensure multikey bounds construction prefers non-negation predica...David Storch2015-05-071-2/+5
* SERVER-9666 Split up and push bson library into bson directoryAndrew Morrow2015-05-061-2/+2
* SERVER-9666 Move matcher libs and tests to new SConscriptAndrew Morrow2015-04-241-0/+138
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-17656: First pass implementation of partial indexesEliot Horowitz2015-04-023-0/+619
* Merge bsonobjiterator.h/cpp into bsonobj.h/cppMathias Stearn2015-03-276-6/+0
* 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