summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_solution_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42422 replace ParsedProjection with ProjectionAST in the query plannerIan Boros2019-09-251-31/+17
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-10/+11
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-4/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38695 Make QuerySolutionNode subclasses for projection fast-pathsJacob Evans2019-01-291-15/+25
* SERVER-38069: Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-181-36/+65
* Revert "SERVER-38069 Ensure WT transactions are not re-opened during plan upd...Gregory Wlodarek2018-12-141-65/+36
* SERVER-38069 Ensure WT transactions are not re-opened during plan updatesJacob Evans2018-12-141-36/+65
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-31858 Fix explodeForSort() path to handle multikeyness correctly.David Storch2017-11-101-0/+26
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-2/+9
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-5/+2
* SERVER-19402 Change find command semantics for sorting on an array field.David Storch2017-06-201-0/+66
* SERVER-3173 use path-level multikey metadata to generate covered plans if pos...David Storch2017-01-131-0/+62
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-72/+129
* SERVER-23093 avoid extra predicate evaluation for indexed collation-aware que...David Storch2016-08-151-0/+73
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-43/+22
* SERVER-24279 Properly add sort when index does not respect query collation.David Hatch2016-06-171-0/+324
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+4
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+1
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-1/+2
* SERVER-23436 ProjectionNode::getSort propagates sort from children.Benjamin Murphy2016-04-211-0/+85
* SERVER-22429 Prevent IndexScanNode::computeProperties() from producing an emp...Tess Avitabile2016-02-021-4/+2
* SERVER-18115 Avoid unnecessary in-memory sort stage for .min()/.max() queriesTess Avitabile2016-02-021-0/+252