summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_cursor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-5/+1
* SERVER-74712 Add unimplemented document source serializersjoshua2023-03-131-0/+4
* SERVER-68847 Include query framework information in GetMore profiler entriesBen Shteinfeld2022-11-081-0/+6
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-0/+6
* SERVER-64662 Save secondary collection debugInfo for SBE foreign collectionsRui Liu2022-03-281-2/+3
* SERVER-59097 Expose $documents as an externally visible stageCharlie Swanson2021-10-041-0/+6
* SERVER-53534 Support including postBatchResumeToken in cursor response for no...Mindaugas Malinauskas2021-03-101-2/+8
* SERVER-53270 Include SBE PlanStage tree string into explain outputAnton Korshunov2021-01-301-0/+4
* SERVER-47640 $lookup should increment the serverStatus metrics.queryExecutor ...Rishab Joshi2021-01-011-3/+9
* Revert "SERVER-47640 $lookup should increment the serverStatus metrics.queryE...Pierlauro Sciarelli2020-12-301-9/+3
* SERVER-47640 $lookup should increment the serverStatus metrics.queryExecutor ...Rishab Joshi2020-12-301-3/+9
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-3/+3
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-2/+2
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-2/+2
* SERVER-45418 Avoid explicitly batching documents in $cursor for count-like ag...David Storch2020-02-191-22/+81
* SERVER-45529 Add new stage constraint for $unionWith sub-pipelineNicholas Zolnierz2020-02-061-1/+2
* SERVER-7568 Push $sort into PlanStage layer even for blocking SORT plans.David Storch2019-10-221-33/+4
* SERVER-36723 Push $limit beneath DocumentSourceCursor into the PlanStage layer.David Storch2019-10-101-16/+0
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-20/+4
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-1/+3
* SERVER-40969 No-op Document/Value to BSON conversion when Document has not be...Martin Neupauer2019-07-221-1/+6
* SERVER-41180 Rename 'MergingLogic' to 'DistributedPlanLogic' to avoid confusi...Arun Banala2019-05-241-1/+1
* SERVER-40949 add LookupAllowed stage constraintIan Boros2019-05-201-1/+2
* Revert "SERVER-39403 Implement visitor for DocumentSource as precursor work for"Nick Zolnierz2019-04-111-4/+0
* SERVER-39403 Implement visitor for DocumentSource as precursor work forNick Zolnierz2019-04-101-0/+4
* SERVER-40056 Remove partial implementation of streaming $group.David Storch2019-03-111-5/+0
* SERVER-39410 Re-enable batching in DSCursor for change stream cursorsBernard Gorman2019-02-211-6/+18
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38311 Change out merging strategyCharlie Swanson2019-02-131-0/+4
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-231-5/+0
* Revert " SERVER-38311 Adjust $out merging strategy"Charlie Swanson2019-01-161-4/+0
* SERVER-38311 Adjust $out merging strategyCharlie Swanson2019-01-161-0/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-9/+23
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-091-1/+2
* SERVER-29421 Make agg explain use outer PlanExecutorIan Boros2018-01-241-0/+11
* SERVER-32145 Avoid dropping lock before disposing of PlanExecutorCharlie Swanson2017-12-071-3/+10
* SERVER-29141 Extend StageConstraints to allow kLocalOnly and kMongos host req...Bernard Gorman2017-10-041-1/+1
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-2/+6
* SERVER-29929 Report highest observed cluster time from change stream on each ...Matthew Russotto2017-09-191-0/+7
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple unio...Bernard Gorman2017-08-081-1/+1
* SERVER-29506 Require $changeNotification to be the first stage.Eddie Louie2017-08-011-2/+6
* Revert "SERVER-29506 Require $changeNotification to be the first stage."Eddie Louie2017-08-011-6/+2
* SERVER-29506 Require $changeNotification to be the first stage.Charlie Swanson2017-08-011-2/+6
* SERVER-19318 Add $currentOp aggregation stage for mongoDBernard Gorman2017-05-261-2/+2
* SERVER-28309 remove RangePreserver classDavid Storch2017-04-211-5/+3
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-9/+27
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-151-18/+21
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+1
* SERVER-27253 Bump index usage stats during $lookup.Charlie Swanson2016-12-161-1/+3