summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_graph_lookup.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70205 Add non-const getters to some aggregation objectsTed Tuckman2022-10-191-0/+7
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-1/+11
* SERVER-67580: Remove featureFlagShardedLookupHana Pearlman2022-07-111-7/+2
* SERVER-61702 Implement stage rewrite optimizations for $graphLookupHenri Nikku2022-07-051-23/+1
* SERVER-66354 Additional $search metadata pipeline should use separate Express...Mihai Andrei2022-05-131-2/+4
* SERVER-63341: Server-side rewrite and query analysis support for aggregate $e...Hana Pearlman2022-04-081-0/+4
* SERVER-59898 Initialize value for $graphLookup outputIndexKatherine Wu2021-09-201-1/+1
* SERVER-57168 Add DocumentSource::clone() methodKatherine Wu2021-09-111-0/+4
* SERVER-38924 Remove blacklist entries for $lookup and $graphLookup FSM testsAlya Berciu2021-08-201-2/+4
* SERVER-58208: Allow top-level $graphLookup stages to run in parallel on shardsHana Pearlman2021-07-281-4/+1
* SERVER-39048, SERVER-57957: ban sharded $lookup and $graphLookup in a transac...Hana Pearlman2021-07-151-2/+6
* SERVER-58073 Allow graphLookup against a sharded collection to execute on mongosMilitsa Sotirova2021-07-121-1/+16
* SERVER-44657 Variables class does not behave as an associative mapAnton Korshunov2020-03-201-0/+6
* SERVER-44689 Add serverStatus counter for each use of an aggregation stage in...Mihai Andrei2020-02-191-2/+3
* SERVER-45529 Add new stage constraint for $unionWith sub-pipelineNicholas Zolnierz2020-02-061-1/+2
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-291-7/+12
* 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-2/+3
* SERVER-41237 Re-ban $graphLookup against a sharded collectionIan Boros2019-06-181-13/+14
* SERVER-41404: [FLE] Accessors needed for $graphLookupPawel Terlecki2019-06-041-0/+20
* SERVER-41180 Rename 'MergingLogic' to 'DistributedPlanLogic' to avoid confusi...Arun Banala2019-05-241-2/+2
* SERVER-40949 add LookupAllowed stage constraintIan Boros2019-05-201-1/+4
* 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-1/+2
* SERVER-38360 Prevent $out writing to ns read from in the same pipelineCharlie Swanson2019-02-141-3/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38311 Change out merging strategyCharlie Swanson2019-02-131-9/+6
* SERVER-32666 Allow $graphLookup against a sharded collection to execute on mo...Martin Neupauer2019-01-301-1/+8
* SERVER-39166 $graphLookup should force a pipeline to split in sharded clusterMartin Neupauer2019-01-291-1/+9
* 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-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-2/+2
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-091-1/+2
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-3/+3
* SERVER-29141 Extend StageConstraints to allow kLocalOnly and kMongos host req...Bernard Gorman2017-10-041-1/+1
* SERVER-29609 Rename MongodInterface to MongoProcessInterface.Charlie Swanson2017-10-031-1/+1
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-2/+6
* 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-6/+5
* Revert "SERVER-29506 Require $changeNotification to be the first stage."Eddie Louie2017-08-011-5/+6
* SERVER-29506 Require $changeNotification to be the first stage.Charlie Swanson2017-08-011-6/+5
* SERVER-29371 Add support for lite parse of namespace in nested $lookupJames Wahlin2017-06-221-1/+1
* SERVER-28651 Don't hold Document ref across group iterationsr3.5.7James Wahlin2017-05-091-1/+1
* SERVER-28651 Move agg var ownership to ExpressionContextJames Wahlin2017-04-291-3/+0
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-7/+9
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-2/+4
* SERVER-27437 Use Documents instead of BSONObjs within $graphLookupCharlie Swanson2017-01-201-4/+4
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-6/+1