summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/trial_stage.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37453 Delete PlanStage::dispose()David Storch2020-08-271-9/+0
* SERVER-48900 Remove format-string arguments from logv2 statementsMilena Ivanova2020-08-201-3/+0
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-2/+2
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-291-12/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-9/+8
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+5
* SERVER-42852 Make PlanStage consistently hold children by unique_ptr.David Storch2019-09-041-2/+2
* SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer2019-08-291-2/+2
* SERVER-38316 Consolidate PlanExecutor::DEAD and PlanExecutor::FAILUREPawel Terlecki2019-01-301-1/+0
* SERVER-36871 $sample can loop infinitely on orphaned dataBernard Gorman2018-12-111-0/+225