summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19628 Add Decimal128 type support to update/delete code pathsDavid Hatch2015-08-133-0/+42
* SERVER-19557 Add text index v3Adam Chelminski2015-08-114-6/+78
* SERVER-19624 Add Decimal128 type support to mongo/bson layerRaymond Jacobson2015-08-071-0/+4
* SERVER-19713 $maxDistance should not be able to take a BSONObjQingyang Chen2015-08-062-3/+116
* SERVER-15204 Skip unnecessary validation on indexed polygons and linesKevin Albertson2015-08-052-2/+14
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-2/+2
* SERVER-3518 Tests for full code coverage in bit test query operatorsQingyang Chen2015-07-161-0/+46
* SERVER-19385 Optimize bit test query operators with numbersQingyang Chen2015-07-153-26/+47
* SERVER-3518 Bit test query operatorsQingyang Chen2015-07-147-2/+1345
* SERVER-19243 $type to support "number"Qingyang Chen2015-07-135-46/+129
* SERVER-16889 SERVER-19240 fix stylematt dannenberg2015-07-061-9/+5
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-0615-245/+174
* SERVER-18819 allow $type to support type values as string namesQingyang Chen2015-07-026-18/+175
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+2
* SERVER-16889 MatchExpression::shallowClone() return unique_ptr<ME>Qingyang Chen2015-06-2612-87/+98
* SERVER-18846 Make libraries out of various aggregation componentsCharlie Swanson2015-06-261-0/+1
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-1/+2
* 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