summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-22532 fail cleanly for $type predicates with invalid numerical type codesDavid Storch2016-02-124-6/+48
* SERVER-19783 Fixed uassert codeBenjamin Murphy2016-02-111-1/+1
* SERVER-19783 geoNear, near, and nearSphere correctly handle adjacent and chil...Benjamin Murphy2016-02-113-3/+56
* SERVER-19783 Improved error message when near predicate is not first in query.Benjamin Murphy2016-02-111-1/+5
* SERVER-14662 Reject ambiguous positional projections and updatesTess Avitabile2016-02-103-6/+18
* SERVER-18824 Allow $regex to match text that has embedded NUL bytes.Max Hirschhorn2016-02-102-8/+20
* SERVER-15482 Reject bad inputs to size operatorTess Avitabile2016-02-042-20/+62
* SERVER-21510 trip invariant on attempt to create PlanStages with a no-op exte...David Storch2016-01-042-1/+15
* SERVER-21330 Incorrect $type explain/diagnostic output for "number"James Wahlin2015-12-292-2/+23
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-2213-392/+662
* SERVER-19510 Move text query parsing to TextMatchExpression::init()Jason Rassi2015-11-189-91/+121
* SERVER-19510 Rename FTSQuery to FTSQueryImplJason Rassi2015-11-181-2/+2
* SERVER-19510 Move ExtensionsCallback out of MatchExpressionParserJason Rassi2015-11-1210-141/+212
* SERVER-19510 Refactor $text match expression parsingJason Rassi2015-11-1215-389/+461
* SERVER-20833 Uninitialised value in TypeMatchExpressionJames Wahlin2015-11-111-2/+2
* SERVER-19510 Refactor WhereMatchExpression/WhereNoOpMatchExpressionJason Rassi2015-11-0613-238/+534
* SERVER-19510 ExtensionsCallbackReal ctor take ptr to NamespaceStringJason Rassi2015-11-052-11/+13
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-056-23/+24
* Revert "SERVER-20888: Defer $language check to FTSQuery::Parse"Mark Benvenuto2015-10-262-2/+12
* SERVER-20888: Defer $language check to FTSQuery::ParseMark Benvenuto2015-10-222-12/+2
* SERVER-20564 no default getOwned for BSON in JSJason Carey2015-10-061-0/+1