summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/projection_exec.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-8/+10
* 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-23349 make CollatorInterface methods constDavid Storch2016-05-041-2/+2
* SERVER-23680 make $elemMatch projection respect the collationDavid Storch2016-04-271-0/+9
* 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-20117 Allow queries with meta sortkey to be covered in mongosYunhe (John) Wang2015-10-121-21/+0
* SERVER-19355 allow simultaneous returnKey and sortKey meta-projectionsDavid Storch2015-09-021-2/+6
* SERVER-19355 add {$meta: 'sortKey'} projectionDavid Storch2015-08-241-2/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-160/+156
* SERVER-17718 deprecate showDiskLoc()David Storch2015-04-091-1/+1
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-4/+4
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-1/+5
* SERVER-13337 support queries with projections in the idhack runnerDavid Storch2014-05-011-1/+0
* SERVER-12129 meta projection operator should overwrite fieldsBenety Goh2014-02-071-2/+2
* SERVER-10026 some QUERY_MIGRATION cleanupHari Khalsa2014-02-041-2/+8
* SERVER-9063 SERVER-10026 Rename document metadata "text" to "textScore"Jason Rassi2013-12-131-1/+1
* SERVER-10026 migrate geoNear to new exec via rewriteHari Khalsa2013-12-111-1/+2
* SERVER-10026 returnKey in new systemHari Khalsa2013-12-051-0/+4
* SERVER-10026 faster hackier idhackHari Khalsa2013-11-271-0/+9
* SERVER-10026 break up proj parsing and exec, add meta/text score projectionHari Khalsa2013-11-211-0/+178