summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/parsed_projection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42435 Remove ParsedProjection and ProjectionExecIan Boros2019-10-231-401/+0
* SERVER-42416 Move returnKey execution code to separate PlanStageAnton Korshunov2019-09-051-11/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+4
* SERVER-40463 String utils output StringData instead of std::stringHenrik Edin2019-04-101-7/+6
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-12/+10
* SERVER-40476 remove mongoutils::str::equalsBilly Donahue2019-04-081-5/+5
* SERVER-39523 Run validity checking before allowing Stitch lib projectionJacob Evans2019-03-011-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-26833 Non-blocking text queries when projection ignores score.Justin Seyster2017-10-191-1/+5
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-051-3/+7
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-2/+5
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-6/+5
* SERVER-29587: Partition MatchExpression types into categories, fixes anNick Zolnierz2017-07-071-1/+1
* SERVER-2104 add support for covered projections with dotted field pathsDavid Storch2017-02-241-4/+2
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-2/+5
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-13/+13
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+1
* SERVER-23680 make $elemMatch projection respect the collationDavid Storch2016-04-271-2/+6
* 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-31/+100
* SERVER-19510 Move ExtensionsCallback out of MatchExpressionParserJason Rassi2015-11-121-1/+1
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-051-2/+2
* SERVER-20117 Allow queries with meta sortkey to be covered in mongosYunhe (John) Wang2015-10-121-30/+41
* SERVER-19355 allow simultaneous returnKey and sortKey meta-projectionsDavid Storch2015-09-021-2/+2
* SERVER-19355 add {$meta: 'sortKey'} projectionDavid Storch2015-08-241-2/+7
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-061-4/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-245/+232
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-16063 Rewrite the findAndModify command.Charlie2015-04-141-0/+4
* SERVER-17718 deprecate showDiskLoc()David Storch2015-04-091-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-3/+6
* SERVER-13292 fast path simple/fully covered projectionsHari Khalsa2014-03-211-7/+6
* SERVER-12902 number of required fields in parsed projection should be 1 when ...Benety Goh2014-03-061-0/+4
* SERVER-10026 triage and address some TODO comments, fix bounds buildingHari Khalsa2014-02-241-1/+1
* SERVER-12641 support projections on DBRef fieldsBenety Goh2014-02-111-1/+11
* SERVER-12324 replaced std::stream with str::stream in db/query and db/execBenety Goh2014-01-151-4/+4
* SERVER-12117 fixed path checking when parsing projection on $where queryBenety Goh2013-12-171-1/+11
* SERVER-10026 Refer to $meta values by string constantsJason Rassi2013-12-131-8/+10
* SERVER-9063 SERVER-10026 Rename document metadata "text" to "textScore"Jason Rassi2013-12-131-2/+2
* SERVER-10026 migrate geoNear to new exec via rewriteHari Khalsa2013-12-111-1/+17
* SERVER-10026 cleanup positional projection operator validationDavid Storch2013-12-061-33/+34
* SERVER-10026 returnKey in new systemHari Khalsa2013-12-051-1/+15
* SERVER-10026 support showDiskLoc in new sysHari Khalsa2013-12-041-2/+4
* SERVER-10026 support boolean in projection spec for covered queriesBenety Goh2013-11-211-1/+3
* SERVER-10026 break up proj parsing and exec, add meta/text score projectionHari Khalsa2013-11-211-0/+257