summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/plan_executor_pipeline.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67699 Add change stream large event metricsRomans Kasperovics2023-03-211-8/+21
* Revert "SERVER-67699 Add change stream large event metrics"Sviatlana Zuiko2023-03-201-21/+8
* SERVER-67699 Add change stream large event metricsRomans Kasperovics2023-03-201-8/+21
* SERVER-71484 Store telemetry key on OpDebugMaddie Zechar2023-01-231-1/+1
* SERVER-71143: rewrite planning time metric to be maintained/stored by CurOp/O...Maddie Zechar2023-01-131-3/+2
* SERVER-70647 Add entries to telemetry cache for find and getMore requestsJennifer Peshansky2022-11-141-1/+1
* SERVER-70646 Compute and add query planning time to PlanSummaryStatsMaddie Zechar2022-11-091-2/+4
* SERVER-68847 Include query framework information in GetMore profiler entriesBen Shteinfeld2022-11-081-0/+18
* SERVER-65282 Add $_generateV2ResumeTokens parameter to aggregate commandBernard Gorman2022-04-111-1/+2
* SERVER-65270 Fix bug related to queries on large documents not respecting the...Ian Boros2022-04-071-2/+2
* SERVER-62738 implement aggregate $_passthroughToShard optionMickey. J Winters2022-02-251-1/+2
* SERVER-57792 Always supply invalidate event to DSCSEnsureResumeTokenPresent w...Denis Grebennicov2021-07-121-0/+6
* SERVER-56871: Allow $match and $project to get pushed down to the shards for ...Rishab Joshi2021-06-231-5/+0
* SERVER-56696: Introduce a new change stream stage to handle the topologyRishab Joshi2021-05-201-1/+11
* SERVER-53534 Support including postBatchResumeToken in cursor response for no...Mindaugas Malinauskas2021-03-101-15/+63
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-13/+7
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-311-6/+0
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-241-0/+206