summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/projection.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-07-281-87/+86
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-2/+4
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-1/+1
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-1/+1
* SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch2014-07-291-2/+2
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-1/+1
* SERVER-14408 access stats directly from execution stagesDavid Storch2014-07-081-0/+4
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-0/+4
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-0/+3
* 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-1/+5
* SERVER-13337 support queries with projections in the idhack runnerDavid Storch2014-05-011-0/+20
* SERVER-13292 fast path simple/fully covered projectionsHari Khalsa2014-03-211-2/+54
* SERVER-10026 SERVER-12046 SERVER-12113 runner/stage invalidation can be mutat...Hari Khalsa2014-01-141-1/+1
* SERVER-10026 break up proj parsing and exec, add meta/text score projectionHari Khalsa2013-11-211-14/+4
* SERVER-10026 add computed data to projectionHari Khalsa2013-11-091-2/+2
* SERVER-10026 full projection supportHari Khalsa2013-11-081-3/+12
* SERVER-10471 covering and sort analysis. split projection parse from execHari Khalsa2013-09-231-3/+4
* SERVER-10026 enumeration as strategies, bug fixes galore, build plansHari Khalsa2013-09-181-0/+71