summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/plan_executor_pipeline.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65270 Fix bug related to queries on large documents not respecting the...Ian Boros2022-04-071-1/+1
* SERVER-62535 Allow sharded aggregation to return two cursorsTed Tuckman2022-03-021-0/+5
* SERVER-62798 Use single 'AutoGet' for all execution namespaces instead of mul...Mihai Andrei2022-03-011-0/+9
* SERVER-60741 Change eligible find operations to not reposition cursors across...Ian Boros2021-11-181-0/+5
* SERVER-56696: Introduce a new change stream stage to handle the topologyRishab Joshi2021-05-201-0/+6
* SERVER-53534 Support including postBatchResumeToken in cursor response for no...Mindaugas Malinauskas2021-03-101-7/+33
* SERVER-51200 CollectionPtr in RequiresCollectionStage point to instance owned...Henrik Edin2020-10-131-1/+1
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-10/+6
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-311-5/+14
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-241-0/+186