summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_executor_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILURESERVER-38316Pawel Terlecki2019-02-041-6/+4
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-01-301-2/+2
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-231-3/+2
* SERVER-38408 Return postBatchResumeToken with each mongoD change stream batchBernard Gorman2018-12-221-4/+10
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-1/+2
* SERVER-37449 Remove CursorManager's PlanExecutor registry.David Storch2018-12-181-25/+0
* SERVER-36871 $sample can loop infinitely on orphaned dataBernard Gorman2018-12-111-0/+9
* SERVER-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-311-5/+5
* SERVER-37589 split PlanExecutor into interface and implementationBenety Goh2018-10-251-0/+739