| Commit message (Expand) | Author | Age | Files | Lines |
* | SERVER-30189 Reduce calls to allocator for large $in expressions | Tess Avitabile | 2017-08-10 | 1 | -7/+15 |
* | SERVER-27649 $elemMatch serialization $regex support | James Wahlin | 2017-01-19 | 1 | -0/+2 |
* | SERVER-25865 stdx::unordered_map and stdx::unordered_set | David Storch | 2016-09-08 | 1 | -3/+2 |
* | SERVER-23882 Collation should be considered part of a query's shape | Tess Avitabile | 2016-07-07 | 1 | -0/+16 |
* | Revert "SERVER-23882 Collation should be considered part of a query's shape" | Scott Hernandez | 2016-07-07 | 1 | -16/+0 |
* | SERVER-23882 Collation should be considered part of a query's shape | Tess Avitabile | 2016-07-07 | 1 | -0/+16 |
* | SERVER-24404 Make $push, $pullAll, and $pull respect collation. | David Hatch | 2016-07-06 | 1 | -2/+2 |
* | SERVER-23611 Add InMatchExpression::setCollator() method | J. Rassi | 2016-06-10 | 1 | -9/+25 |
* | SERVER-23611 Add ComparisonMatchExpression::setCollator() method | J. Rassi | 2016-06-06 | 1 | -26/+26 |
* | SERVER-23971 Clang-Format code | Mark Benvenuto | 2016-05-28 | 1 | -1/+1 |
* | SERVER-23611 Refactor InMatchExpression | J. Rassi | 2016-05-27 | 1 | -75/+25 |
* | SERVER-23349 make CollatorInterface methods const | David Storch | 2016-05-04 | 1 | -13/+17 |
* | SERVER-21612 Reorder lookup and match. | Benjamin Murphy | 2016-04-25 | 1 | -2/+1 |
* | SERVER-23348 Add a collator to ComparisonMatchExpression, InMatchExpression | Tess Avitabile | 2016-04-13 | 1 | -13/+43 |
* | SERVER-22833 Rename MatchExpression::toBSON() to serialize(), and ensure it p... | Benjamin Murphy | 2016-03-14 | 1 | -8/+8 |
* | SERVER-22532 fail cleanly for $type predicates with invalid numerical type codes | David Storch | 2016-02-12 | 1 | -1/+3 |
* | SERVER-20833 Uninitialised value in TypeMatchExpression | James Wahlin | 2015-11-11 | 1 | -2/+2 |
* | SERVER-19385 Optimize bit test query operators with numbers | Qingyang Chen | 2015-07-15 | 1 | -0/+4 |
* | SERVER-3518 Bit test query operators | Qingyang Chen | 2015-07-14 | 1 | -0/+117 |
* | SERVER-19243 $type to support "number" | Qingyang Chen | 2015-07-13 | 1 | -3/+25 |
* | SERVER-18819 allow $type to support type values as string names | Qingyang Chen | 2015-07-02 | 1 | -2/+5 |
* | SERVER-16889 MatchExpression::shallowClone() return unique_ptr<ME> | Qingyang Chen | 2015-06-26 | 1 | -28/+29 |
* | SERVER-18579: Clang-Format - reformat code, no comment reflow | Mark Benvenuto | 2015-06-20 | 1 | -281/+312 |
* | SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T> | Andrew Morrow | 2015-06-10 | 1 | -2/+1 |
* | SERVER-16940 Change pass-by-const-ref of StringData to pass-by-value | Tyler Brock | 2015-02-06 | 1 | -9/+9 |
* | SERVER-14343 leaner include paths | Andrew Morrow | 2014-07-12 | 1 | -3/+6 |
* | SERVER-14096 explain find() at queryPlanner verbosity | David Storch | 2014-06-11 | 1 | -0/+14 |
* | SERVER-13256: Remove pch - qualify std in headers | Mark Benvenuto | 2014-05-19 | 1 | -2/+2 |
* | SERVER-13038 verbose query logging cleanup | David Storch | 2014-03-07 | 1 | -0/+4 |
* | SERVER-10471 enumerate indices w/array operators correctly, clean up and comm... | Hari Khalsa | 2013-09-30 | 1 | -4/+0 |
* | SERVER-10471 Fleshing out the new query planner / enumerator | Alberto Lerner | 2013-09-11 | 1 | -0/+31 |
* | SERVER-8886 Add OpenSSL exception to files in src/mongo/db | Ian Whalen | 2013-09-06 | 1 | -0/+12 |
* | SERVER-10026 SERVER-10471 begin more sustainable planning approach | Hari Khalsa | 2013-08-29 | 1 | -32/+71 |
* | SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queries | Hari Khalsa | 2013-08-05 | 1 | -1/+14 |
* | SERVER-9820: Introduce Path and iterators such that all bson walking logic is... | Eliot Horowitz | 2013-05-30 | 1 | -12/+4 |
* | SERVER-6400: remove _allHaveTomatch since it was never used | Eliot Horowitz | 2013-05-30 | 1 | -4/+2 |
* | SERVER-6400: for leaf expressions, handled nested arrays | Eliot Horowitz | 2013-05-17 | 1 | -3/+9 |
* | SERVER-6400: $ne is not its own operator anymore, $not + $eq | Eliot Horowitz | 2013-05-17 | 1 | -14/+0 |
* | SERVER-6400: ExistsMatchExpression is always looking for a doc, so false is s... | Eliot Horowitz | 2013-05-17 | 1 | -8/+2 |
* | SERVER-6400: fix $in with nested arrays | Eliot Horowitz | 2013-05-16 | 1 | -0/+3 |
* | SERVER-6400: Remove NinMatchExpression, $nin is now just a parses issue | Eliot Horowitz | 2013-05-16 | 1 | -20/+0 |
* | SERVER-6400: track if we have a [] in an $in | Eliot Horowitz | 2013-05-14 | 1 | -0/+2 |
* | SERVER-6400: dbtests query all pass now | Eliot Horowitz | 2013-05-13 | 1 | -0/+2 |
* | SERVER-6400: remove MatchCategory concept | Eliot Horowitz | 2013-05-09 | 1 | -2/+2 |
* | SERVER-6400: cleaning api for performance | Eliot Horowitz | 2013-05-09 | 1 | -11/+17 |
* | SERVER-6400 Use an abstraction layer into MatchExpression for different formats | Eliot Horowitz | 2013-05-09 | 1 | -3/+5 |
* | SERVER-6400 new version of hasExistsFalse | Eliot Horowitz | 2013-05-07 | 1 | -0/+3 |
* | SERVER-6400: do not use IN since its a macro on windows | Eliot Horowitz | 2013-05-06 | 1 | -1/+1 |
* | SERVER-6400: MatchExpression version of Matcher code complete. | Eliot Horowitz | 2013-05-06 | 1 | -8/+133 |
* | SERVER-6400 rename *Expression* to *MatchExpression* to avoid conflict | Eliot Horowitz | 2013-04-29 | 1 | -15/+15 |