summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/plan_stage.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-9/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-3/+3
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-251-1/+8
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer...Waley Chen2016-05-181-8/+1
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in scoped_timer.cppWaley Chen2016-05-171-1/+8
* SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi2016-01-141-0/+19
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-1/+7
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-3/+19
* SERVER-17364 Unify handling of child stages into PlanStage base classMathias Stearn2015-07-161-0/+64