summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/projection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-232/+217
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-2454 Improve PlanExecutor::DEAD handlingJames Wahlin2015-06-091-1/+1
* SERVER-17633 add const qualifiers to PlanStage and Explain interfacesDavid Storch2015-04-171-2/+2
* SERVER-17062 rename NEED_FETCH to NEED_YIELDDavid Storch2015-02-161-2/+2
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-2/+2
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-2/+2
* 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-2/+4
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-041-0/+7
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15363 fix solaris compileDavid Storch2014-10-021-0/+1
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch2014-07-291-4/+4
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-2/+2
* SERVER-14408 access stats directly from execution stagesDavid Storch2014-07-081-0/+8
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-4/+16
* SERVER-14096 explain find() at queryPlanner verbosityDavid Storch2014-06-111-0/+6
* SERVER-13922 remove query yielding cruftHari Khalsa2014-06-031-4/+0
* SERVER-13797 Abstract $where processing and remove usages of getContextKaloian Manassiev2014-05-091-1/+3
* SERVER-13337 support queries with projections in the idhack runnerDavid Storch2014-05-011-32/+47
* SERVER-13292 fast path simple/fully covered projectionsHari Khalsa2014-03-211-6/+131
* SERVER-12931 add failure status to working set if child stage fails without p...Benety Goh2014-02-271-0/+9
* SERVER-12398 bubble error from plan stages to runnerBenety Goh2014-02-101-2/+6
* SERVER-12109 projection stage should try to work child even if child is EOFHari Khalsa2014-01-291-1/+2
* SERVER-10026 SERVER-12046 SERVER-12113 runner/stage invalidation can be mutat...Hari Khalsa2014-01-141-2/+2
* SERVER-10026 break up proj parsing and exec, add meta/text score projectionHari Khalsa2013-11-211-73/+10
* SERVER-10026 add computed data to projectionHari Khalsa2013-11-091-7/+22
* SERVER-10026 full projection supportHari Khalsa2013-11-081-7/+62
* SERVER-10565 Have projection collect detailed stats.Alberto Lerner2013-10-031-0/+2
* SERVER-10471 multikey correctness, fix compound idxs, a few bug fixesHari Khalsa2013-10-011-1/+4
* SERVER-10565 Extract explain information from new stages.Alberto Lerner2013-10-011-1/+1
* SERVER-10471 covering and sort analysis. split projection parse from execHari Khalsa2013-09-231-4/+6
* SERVER-10026 enumeration as strategies, bug fixes galore, build plansHari Khalsa2013-09-181-0/+87