summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-1/+0
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-134-137/+36
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-9/+9
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-076-22/+24
* Revert "SERVER-26703 reject commands exceeding the BSON depth limit"Max Hirschhorn2017-03-064-36/+137
* SERVER-26703 reject commands exceeding the BSON depth limitKyle Suarez2017-03-064-137/+36
* SERVER-27904 Extend support for moving predicates into contained ORs to multi...Tess Avitabile2017-02-281-0/+8
* SERVER-13732 Index access plan for contained OR should consider top-level pre...Tess Avitabile2017-02-172-0/+14
* SERVER-28017 ne should respect the collection default collationTess Avitabile2017-02-164-6/+41
* SERVER-27649 $elemMatch serialization $regex supportJames Wahlin2017-01-193-10/+105
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-27213 Recompute dependencies when joining matchesCharlie Swanson2016-12-011-1/+2
* Revert "SERVER-14662 Reject ambiguous positional projections and updates"Tess Avitabile2016-11-173-18/+6
* SERVER-19153 push $match as far forward as possibleDavid Storch2016-10-062-0/+28
* SERVER-19042 Make globalScriptEngine a decoration on ServiceContext where pos...Jonathan Reams2016-10-031-2/+2
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-083-6/+4
* SERVER-24508 delete BSONElement::valuesEqual() in favor of BSONElementComparatorDavid Storch2016-09-061-1/+4
* SERVER-24991 log redaction for matcher, ops, pipeline, queryThomas Schubert2016-09-023-6/+1
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-021-1/+2
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-185-132/+140
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1
* SERVER-23103 Split several libraries out of db/serveronlyAndrew Morrow2016-07-111-4/+2
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-072-16/+19
* Revert "SERVER-23882 Collation should be considered part of a query's shape"Scott Hernandez2016-07-072-19/+16
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-072-16/+19
* SERVER-24404 Make $push, $pullAll, and $pull respect collation.David Hatch2016-07-064-3/+28
* SERVER-23172 Allow use of indices for collation-aware queries that match nest...David Hatch2016-06-222-7/+6
* SERVER-24651 Add and use string data literalsJason Carey2016-06-172-9/+9
* SERVER-23611 Add InMatchExpression::setCollator() methodJ. Rassi2016-06-105-57/+152
* SERVER-23611 Add ComparisonMatchExpression::setCollator() methodJ. Rassi2016-06-068-251/+172
* SERVER-23611 MatchExpressionParser::_parse() should take a collatorJ. Rassi2016-06-063-41/+66
* SERVER-24392 Remove invalid invariant in expression::isSubsetOf()Tess Avitabile2016-06-032-4/+20
* SERVER-23618 Add collation support for partial indexesTess Avitabile2016-06-023-8/+61
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-2822-303/+586
* SERVER-23611 Refactor InMatchExpressionJ. Rassi2016-05-276-302/+135
* SERVER-23553 Remove Decimal128::enabled; now always trueGeert Bosch2016-05-182-34/+28
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-0417-359/+348
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-2612-459/+1203
* SERVER-21612 Reorder lookup and match.Benjamin Murphy2016-04-2510-36/+142
* SERVER-1393: Include decimal support under control of server parameterGeert Bosch2016-04-221-2/+0
* SERVER-7005 reject embedded null bytes in $regexDavid Storch2016-04-212-87/+53
* SERVER-23348 Add a collator to ComparisonMatchExpression, InMatchExpressionTess Avitabile2016-04-139-164/+394
* SERVER-23444 Fixed pessimizing move.Benjamin Murphy2016-03-311-1/+1
* SERVER-20506 Conditionally order match and unwind.Benjamin Murphy2016-03-304-0/+378
* SERVER-23103 Add some missing libdeps edgesAndrew Morrow2016-03-211-0/+2
* SERVER-13447 Added type expression to aggregation.Benjamin Murphy2016-03-151-22/+21
* SERVER-22833 Rename MatchExpression::toBSON() to serialize(), and ensure it p...Benjamin Murphy2016-03-1419-79/+898
* SERVER-23102 Improve error message for array query propertiesmegawac2016-03-141-3/+3
* SERVER-12307 CanonicalQuery tracks whether an update or delete is isolated.Benjamin Murphy2016-03-114-43/+3
* SERVER-22626 fix $type unit testsDavid Storch2016-02-162-16/+6