summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_lookup.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32548 Add $lookup support for sharded viewsAlya Berciu2021-07-211-0/+9
* SERVER-39048, SERVER-57957: ban sharded $lookup and $graphLookup in a transac...Hana Pearlman2021-07-151-0/+5
* SERVER-52021: Create feature flag for support lookup and graphLookup into a s...Militsa Sotirova2021-07-011-2/+2
* SERVER-53637 Add internal $lookup sub-pipeline collationJames Wahlin2021-05-141-2/+26
* SERVER-53762 Report aggregate execution stats in `explain` for the inner side...Mohammad Dashti2021-04-011-0/+6
* SERVER-34927: allow localField and foreignField with more expressive $lookup ...Hana Pearlman2021-01-071-11/+23
* SERVER-47640 $lookup should increment the serverStatus metrics.queryExecutor ...Rishab Joshi2021-01-011-1/+11
* Revert "SERVER-47640 $lookup should increment the serverStatus metrics.queryE...Pierlauro Sciarelli2020-12-301-11/+1
* SERVER-47640 $lookup should increment the serverStatus metrics.queryExecutor ...Rishab Joshi2020-12-301-1/+11
* SERVER-49290 Support running $lookup locally on shard for config.cache.chunks...Haley Connelly2020-08-071-4/+1
* SERVER-44657 Variables class does not behave as an associative mapAnton Korshunov2020-03-201-7/+0
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage in...Mihai Andrei2020-02-191-2/+5
* SERVER-45465 Add support for storing $unionWith in a view (unsharded)Charlie Swanson2020-02-131-1/+0
* SERVER-45573 Implement and test auth for $unionWithNicholas Zolnierz2020-01-311-36/+7
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-291-4/+5
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-1/+2
* SERVER-41290 Pipeline stages can incorrectly passthrough mongos when nested w...Arun Banala2019-06-271-0/+5
* SERVER-40939 [FLE] Changes to enable $lookupPawel Terlecki2019-05-311-9/+21
* SERVER-41180 Rename 'MergingLogic' to 'DistributedPlanLogic' to avoid confusi...Arun Banala2019-05-241-2/+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-40312 Create a generic tree for pipeline metatdataJacob Evans2019-04-051-0/+4
* Revert "SERVER-40312 Create a generic tree for pipeline metatdata"Jacob Evans2019-04-051-4/+0
* SERVER-40312 Create a generic tree for pipeline metatdataJacob Evans2019-04-041-0/+4
* SERVER-39403 Enable accessing sub-pipeline from public const contextJacob Evans2019-03-131-0/+11
* SERVER-40056 Remove partial implementation of streaming $group.David Storch2019-03-111-4/+0
* SERVER-38360 Prevent $out writing to ns read from in the same pipelineCharlie Swanson2019-02-141-22/+9
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38311 Change out merging strategyCharlie Swanson2019-02-131-7/+4
* SERVER-39269 flag gate sharded $lookupIan Boros2019-02-071-0/+12
* SERVER-39394 Traverse $lookup subpipeline for more involved collectionsCharlie Swanson2019-02-061-0/+5
* Revert " SERVER-38311 Adjust $out merging strategy"Charlie Swanson2019-01-161-4/+7
* SERVER-38311 Adjust $out merging strategyCharlie Swanson2019-01-161-7/+4
* SERVER-32308 Support for $lookup to execute on mongos against a sharded forei...James Wahlin2018-12-121-7/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35419 $lookup and $facet must inherit constraints from childrenKyle Suarez2018-09-141-20/+5
* SERVER-36667: Add ability to have a mixture of sharded and unsharded foreign ...Nick Zolnierz2018-08-211-2/+2
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-151-1/+1
* SERVER-35895: Add ability for $out to write to remote hostsNick Zolnierz2018-08-081-0/+7
* SERVER-19260 Log whether allowDiskUse:true aggregations used diskMinji2018-08-011-1/+3
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-1/+1
* SERVER-25596 Rename SplittableDocumentSource to NeedsMergerDocumentSourceKevinCybura2018-05-111-1/+1
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-091-1/+2
* Revert "SERVER-32308: Add the ability for a $lookup stage to execute on mongo...Nick Zolnierz2018-01-161-1/+19
* SERVER-32308: Add the ability for a $lookup stage to execute on mongos agains...Nick Zolnierz2018-01-121-19/+1
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-8/+7
* SERVER-31842 Restrict $lookup nested sub-pipeline depthJames Wahlin2017-11-071-0/+2
* SERVER-31416 Ban $changeStream from $lookup pipelinesBernard Gorman2017-10-101-5/+1
* SERVER-29141 Enable change streams on sharded collectionsCharlie Swanson2017-10-091-2/+2