summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/stage_builder.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58426 Implement $lookup planning logicIrina Yatsenko2022-02-101-6/+2
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-2/+2
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-18/+22
* SERVER-42852 Make PlanStage consistently hold children by unique_ptr.David Storch2019-09-041-13/+9
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37446 Make more PlanStages inherit from RequiresCollectionStage.David Storch2018-11-071-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-21510 trip invariant on attempt to create PlanStages with a no-op exte...David Storch2016-01-041-0/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-18/+18
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-1/+4
* SERVER-13674: Refactor CachedPlanRunner and MultiPlanRunner as stagesCraig Harris2014-05-131-6/+5
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-1/+4
* SERVER-10026 some QUERY_MIGRATION cleanupHari Khalsa2014-02-041-1/+2
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10376 SERVER-10026 end-to-end part 1: run non-indexed queriesHari Khalsa2013-08-051-19/+13
* SERVER-10026 skeleton of query parsing & planning, cacheHari Khalsa2013-07-301-0/+47