summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/projection.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42423 Use ProjectionExecutor in ProjectionStageDefaultAnton Korshunov2019-10-111-10/+9
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38695 Make QuerySolutionNode subclasses for projection fast-pathsJacob Evans2019-01-291-12/+18
* SERVER-37831 Refactor ProjectionStage/ProjectionExecJacob Evans2018-12-281-61/+91
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-6/+0
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+1
* SERVER-23680 make $elemMatch projection respect the collationDavid Storch2016-04-271-4/+8
* SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi2016-01-141-1/+1
* SERVER-19510 Move ExtensionsCallback out of MatchExpressionParserJason Rassi2015-11-121-2/+4
* SERVER-19510 Refactor $text match expression parsingJason Rassi2015-11-121-1/+1
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-051-3/+3
* SERVER-20643 Make query projection use StringMapMathias Stearn2015-09-251-2/+2
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-1/+4
* SERVER-19456 Use final designators where appropriate in PlanStagesMathias Stearn2015-07-231-5/+5
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-161-12/+0
* SERVER-16889.5 PlanExecutor::getStats() and PlanStage::getStats() return uniq...Qingyang Chen2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-87/+86
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* SERVER-17633 add const qualifiers to PlanStage and Explain interfacesDavid Storch2015-04-171-2/+2
* 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