summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/parsed_projection.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40463 String utils output StringData instead of std::stringHenrik Edin2019-04-101-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-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-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-0/+2
* SERVER-26833 Non-blocking text queries when projection ignores score.Justin Seyster2017-10-191-0/+6
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-1/+2
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-2/+1
* SERVER-2104 add support for covered projections with dotted field pathsDavid Storch2017-02-241-0/+10
* SERVER-23436 ProjectionNode::getSort propagates sort from children.Benjamin Murphy2016-04-211-3/+44
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-1/+1
* SERVER-19510 Move ExtensionsCallback out of MatchExpressionParserJason Rassi2015-11-121-2/+1
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-051-2/+2
* SERVER-19355 add {$meta: 'sortKey'} projectionDavid Storch2015-08-241-11/+13
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-107/+107
* SERVER-16063 Rewrite the findAndModify command.Charlie2015-04-141-1/+14
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-2/+2
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-2/+5
* SERVER-13292 fast path simple/fully covered projectionsHari Khalsa2014-03-211-0/+6
* 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-0/+5
* SERVER-10026 migrate geoNear to new exec via rewriteHari Khalsa2013-12-111-0/+15
* SERVER-10026 cleanup positional projection operator validationDavid Storch2013-12-061-1/+14
* SERVER-10026 break up proj parsing and exec, add meta/text score projectionHari Khalsa2013-11-211-0/+88
* SERVER-10026 full projection supportHari Khalsa2013-11-081-111/+0
* SERVER-10471 add s2near stage, enable all 2dsphere queries, enable 2d queries...Hari Khalsa2013-10-041-8/+1
* SERVER-10471 covering and sort analysis. split projection parse from execHari Khalsa2013-09-231-0/+118