summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/projection_exec.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-411/+377
* SERVER-17718 deprecate showDiskLoc()David Storch2015-04-091-8/+4
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-4/+4
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-13679 Make RecordId and DiskLoc separate typesMathias Stearn2014-12-081-1/+5
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-2/+2
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-2/+5
* SERVER-13337 support queries with projections in the idhack runnerDavid Storch2014-05-011-1/+9
* SERVER-13292 fast path simple/fully covered projectionsHari Khalsa2014-03-211-19/+17
* SERVER-12129 meta projection operator should overwrite fieldsBenety Goh2014-02-071-0/+8
* SERVER-10026 some QUERY_MIGRATION cleanupHari Khalsa2014-02-041-1/+0
* SERVER-12324 replaced std::stream with str::stream in db/query and db/execBenety Goh2014-01-151-2/+2
* SERVER-10026 Refer to $meta values by string constantsJason Rassi2013-12-131-5/+6
* SERVER-9063 SERVER-10026 Rename document metadata "text" to "textScore"Jason Rassi2013-12-131-3/+3
* SERVER-10026 migrate geoNear to new exec via rewriteHari Khalsa2013-12-111-1/+37
* SERVER-11986 return failure on invalid positional $ projectionBenety Goh2013-12-101-1/+4
* SERVER-10026 returnKey in new systemHari Khalsa2013-12-051-3/+26
* SERVER-10026 support showDiskLoc in new sysHari Khalsa2013-12-041-0/+6
* SERVER-10026 faster hackier idhackHari Khalsa2013-11-271-0/+10
* SERVER-10026 sometimes there is no _id field and sometimes that's okHari Khalsa2013-11-211-3/+4
* SERVER-10026 break up proj parsing and exec, add meta/text score projectionHari Khalsa2013-11-211-0/+458