summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/eof.cpp
AgeCommit message (Expand)Author
2024-06-21SERVER-84076. Differentiate EOF plans (#23737)Carlos Alonso
2024-05-23SERVER-90645 Enable tidy check misc-unused-using-decls (#22430)Matt Kneiser
2023-06-27SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8Daniel Moody
2020-02-28SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros
2019-06-10SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2016-01-14SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi
2015-08-04SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen
2015-07-16SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn
2015-06-29SERVER-16889.5 PlanExecutor::getStats() and PlanStage::getStats() return uniq...Qingyang Chen
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2015-04-17SERVER-17633 add const qualifiers to PlanStage and Explain interfacesDavid Storch
2015-01-15SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow
2014-11-26SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn
2014-11-20SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi
2014-10-02SERVER-15363 fix solaris compileDavid Storch
2014-07-29SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() an...David Storch
2014-07-22SERVER-14407 replace Runner with PlanExecutorDavid Storch
2014-07-08SERVER-14408 access stats directly from execution stagesDavid Storch
2014-06-27SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch