summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/pipeline_d.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75424 Push down timeseries metric predicateYoonsoo Kim2023-04-191-34/+4
* SERVER-61284: Support simple projection optimization for simple exclusion pro...Ivan Fefer2022-10-201-0/+1
* SERVER-64994 Extend the planner to allow soft hints about index traversal dir...Matt Boros2022-06-101-1/+4
* SERVER-64769 Make sure bounded sorter provides sort key for sharded mergesortDan Larkin-York2022-05-061-44/+2
* SERVER-65050 Optimize time-series sorting with point query on metadataDavid Percy2022-05-051-1/+1
* SERVER-64349 Add heuristic-based planning support for bucket unpacking with sortsamontea2022-05-021-0/+79
* SERVER-64662 Save secondary collection debugInfo for SBE foreign collectionsRui Liu2022-03-281-2/+4
* SERVER-62798 Use single 'AutoGet' for all execution namespaces instead of mul...Mihai Andrei2022-03-011-12/+12
* SERVER-62351 Introduce structs for query planner to be aware of multiple coll...Mihai Andrei2022-01-271-35/+44
* SERVER-57573 Implement orphan filtering logic for $sample stage on sharded ti...Alya Berciu2021-09-201-0/+20
* SERVER-55790 Ensure query rewrites for time-series collections are correct in...Katherine Wu2021-04-301-10/+21
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-8/+9
* SERVER-54221 Implement $sample pushdown into $_internalUnpackBucketEric Cox2021-03-191-0/+15
* Revert "SERVER-54221 Implement $sample pushdown into $_internalUnpackBucket"Eric Cox2021-03-171-15/+0
* SERVER-54221 Implement $sample pushdown into $_internalUnpackBucketEric Cox2021-03-171-0/+15
* SERVER-53534 Support including postBatchResumeToken in cursor response for no...Mindaugas Malinauskas2021-03-101-0/+6
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-6/+6
* SERVER-40909 push down $skip stage to query when possibleNikita Lapkov2020-10-051-1/+2
* SERVER-50946 Create PlanExplainer interface and implementationsAnton Korshunov2020-09-281-5/+0
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-8/+9
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-7/+7
* SERVER-45418 Avoid explicitly batching documents in $cursor for count-like ag...David Storch2020-02-191-9/+0
* SERVER-42905 Push down user-specified projections to PlanStage layer if possibleAnton Korshunov2019-10-311-10/+3
* SERVER-7568 Push $sort into PlanStage layer even for blocking SORT plans.David Storch2019-10-221-15/+17
* SERVER-36723 Push $limit beneath DocumentSourceCursor into the PlanStage layer.David Storch2019-10-101-0/+1
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-2/+1
* SERVER-43013 Translate Map Reduce to Agg PipelineJacob Evans2019-09-101-1/+11
* SERVER-42903 Build ExpressionContext for translation of mapReduce to AggNicholas Zolnierz2019-08-211-0/+8
* SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang2019-07-241-1/+0
* SERVER-24860 Optimize away entire pipeline if it can be answered using a queryAnton Korshunov2019-04-031-20/+61
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-9507 Optimize $sort+$group+$first pipeline to use DISTINCT_SCANJustin Seyster2018-09-261-2/+7
* SERVER-35895: Add ability for $out to write to remote hostsNick Zolnierz2018-08-081-13/+7
* SERVER-35896: Support 'replaceDocuments' mode in $outNick Zolnierz2018-08-021-75/+0
* SERVER-35897: Add support for $out to append to existing collectionNick Zolnierz2018-07-241-1/+1
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-7/+26
* SERVER-29134: Support change streams on an entire database in a sharded clusterNick Zolnierz2018-04-111-3/+2
* SERVER-33294 Report stashed in-use locks for idle sessions in currentOpBernard Gorman2018-04-051-0/+4
* SERVER-18094 Add 'localOps' parameter to $currentOp to show local mongoS oper...Bernard Gorman2018-03-151-6/+7
* SERVER-32367 Make AutoGetCollection throw if UUID cannot be resolvedKaloian Manassiev2018-02-061-1/+1
* Revert "SERVER-32308: Add the ability for a $lookup stage to execute on mongo...Nick Zolnierz2018-01-161-2/+2
* SERVER-32308: Add the ability for a $lookup stage to execute on mongos agains...Nick Zolnierz2018-01-121-2/+2
* SERVER-32190 Shorten MongoDProcessInterface to MongoDInterface.Charlie Swanson2017-12-191-2/+2
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-0/+71
* SERVER-31443 Add support for change streams with non-simple collations.Charlie Swanson2017-11-031-10/+7
* SERVER-30399 Add caching for $lookup non-correlated sub-pipeline prefixBernard Gorman2017-09-241-0/+5
* SERVER-29929 Report highest observed cluster time from change stream on each ...Matthew Russotto2017-09-191-0/+2
* SERVER-30438 Turn on OPLOG_REPLAY for the change notification query.Matthew Russotto2017-08-301-0/+2
* SERVER-29125 Add $changeNotification stage that always outputs the single las...Matthew Russotto2017-06-071-1/+2