summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/plan_executor_pipeline.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67699 Add change stream large event metricsRomans Kasperovics2023-03-211-0/+5
* Revert "SERVER-67699 Add change stream large event metrics"Sviatlana Zuiko2023-03-201-5/+0
* SERVER-67699 Add change stream large event metricsRomans Kasperovics2023-03-201-0/+5
* SERVER-71143: rewrite planning time metric to be maintained/stored by CurOp/O...Maddie Zechar2023-01-131-2/+1
* SERVER-70646 Compute and add query planning time to PlanSummaryStatsMaddie Zechar2022-11-091-1/+3
* SERVER-68847 Include query framework information in GetMore profiler entriesBen Shteinfeld2022-11-081-0/+2
* SERVER-66210 Indicate when pass targets cause BatchedDeleteStage completionHaley Connelly2022-05-091-0/+3
* 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