summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_lookup.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75129 Allow SBE compatibility check to distinguish featureFlagSbeFullRui Liu2023-03-241-5/+5
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-13/+3
* SERVER-74712 Add unimplemented document source serializersjoshua2023-03-131-0/+9
* SERVER-74060 enforce consistent opCtx across all pipeline sourcesAlyssa Wagenmaker2023-02-231-0/+2
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-0/+2
* SERVER-67580: Remove featureFlagShardedLookupHana Pearlman2022-07-111-4/+2
* SERVER-66354 Additional $search metadata pipeline should use separate Express...Mihai Andrei2022-05-131-2/+4
* SERVER-65900 Initial implementation of $lookupSvilen Mihaylov2022-04-251-1/+1
* SERVER-64585 Fix use of 'MultipleCollectionAccessor' in 'attachCursorSourceTo...Yoonsoo Kim2022-03-211-2/+6
* Revert "SERVER-64585 Fix use of 'MultipleCollectionAccessor' in 'attachCursor...Yoonsoo Kim2022-03-211-6/+2
* SERVER-64585 Fix use of 'MultipleCollectionAccessor' in 'attachCursorSourceTo...Yoonsoo Kim2022-03-211-2/+6
* SERVER-63690 Mark lookup stage as sbe-incompatible if local/foreign fields us...Irina Yatsenko2022-03-051-0/+6
* SERVER-60800-enable-lookup-unionwith-nonsharded: Merge remote-tracking branch...Ruslan Abdulkhalikov2022-02-281-0/+7
* SERVER-61654 Implement lastpoint optimization for {meta.a: 1, ts: -1} use caseKatherine Wu2022-02-151-0/+5
* SERVER-58426 Implement $lookup planning logicIrina Yatsenko2022-02-101-0/+7
* SERVER-58437 Implement pushdown logic for $lookupMihai Andrei2022-02-021-0/+11
* SERVER-62351 Introduce structs for query planner to be aware of multiple coll...Mihai Andrei2022-01-271-0/+6
* SERVER-53771 Facet summary stats addedBikash Chandra2021-11-041-5/+0
* SERVER-59308 Ensure empty $lookup subpipeline optimizes correctly with subseq...Katherine Wu2021-09-151-3/+3
* SERVER-58333: Remove references to FCV 4.XXueruiFa2021-09-141-8/+0
* SERVER-57168 Add DocumentSource::clone() methodKatherine Wu2021-09-111-1/+13
* SERVER-38924 Remove blacklist entries for $lookup and $graphLookup FSM testsAlya Berciu2021-08-201-2/+3
* 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