summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/projection_exec_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42435 Remove ParsedProjection and ProjectionExecIan Boros2019-10-231-310/+0
* SERVER-42979 Implement WorkingSet::extract() and WorkingSet::emplace().David Storch2019-09-131-7/+11
* SERVER-42981 Make WorkingSetMember compatible for use with the Sorter.David Storch2019-09-121-7/+7
* SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch2019-07-261-3/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37831 Refactor ProjectionStage/ProjectionExecJacob Evans2018-12-281-239/+158
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-5/+12
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-8/+4
* SERVER-2104 add support for covered projections with dotted field pathsDavid Storch2017-02-241-0/+33
* Revert "SERVER-14662 Reject ambiguous positional projections and updates"Tess Avitabile2016-11-171-6/+0
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-7/+7
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-2/+2
* SERVER-23680 make $elemMatch projection respect the collationDavid Storch2016-04-271-4/+23
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-1/+2
* SERVER-14662 Reject ambiguous positional projections and updatesTess Avitabile2016-02-101-0/+6
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-051-2/+2
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-3/+5
* SERVER-20117 Allow queries with meta sortkey to be covered in mongosYunhe (John) Wang2015-10-121-0/+85
* SERVER-18668 remove some pessimizing and redundant movesAdam Midvidy2015-08-241-1/+1
* SERVER-19355 add {$meta: 'sortKey'} projectionDavid Storch2015-08-241-0/+17
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-061-4/+3
* SERVER-18961 avoid iterating the entire working set when preparing for a Wire...David Storch2015-07-011-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-160/+169
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-2/+2
* SERVER-12129 meta projection operator should overwrite fieldsBenety Goh2014-02-071-0/+30
* SERVER-12324 replaced std::stream with str::stream in db/query and db/execBenety Goh2014-01-151-8/+6
* SERVER-12027 extended projection tests to include elemMatch and sliceBenety Goh2013-12-121-0/+50
* SERVER-11986 return failure on invalid positional $ projectionBenety Goh2013-12-101-0/+141