summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_graph_lookup.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45465 Add support for storing $unionWith in a view (unsharded)Charlie Swanson2020-02-131-3/+2
* SERVER-45526 Enable sharded unionWithTed Tuckman2020-02-031-2/+21
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-291-11/+7
* SERVER-43844: Remove redundant collation BSONObj on ExpressionContextNicholas Zolnierz2019-10-211-10/+1
* SERVER-43350 $lookup with no local default or user-specified collation should...Bernard Gorman2019-10-011-2/+11
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-3/+3
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-161-5/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-14/+11
* SERVER-41237 Re-ban $graphLookup against a sharded collectionIan Boros2019-06-181-3/+2
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a para...Arun Banala2019-06-121-1/+1
* Revert "SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a ...Gregory Wlodarek2019-06-111-1/+1
* SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a parameterArun Banala2019-06-111-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-41294 shard filtering for $sbIan Boros2019-06-071-0/+4
* SERVER-40056 Remove partial implementation of streaming $group.David Storch2019-03-111-12/+0
* SERVER-38360 Prevent $out writing to ns read from in the same pipelineCharlie Swanson2019-02-141-1/+10
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-201-1/+1
* SERVER-32308 Support for $lookup to execute on mongos against a sharded forei...James Wahlin2018-12-121-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36667: Add ability to have a mixture of sharded and unsharded foreign ...Nick Zolnierz2018-08-211-3/+2
* SERVER-35895: Add ability for $out to write to remote hostsNick Zolnierz2018-08-081-2/+3
* SERVER-33174 Prevent catalog storage of new syntax during lower FCVCharlie Swanson2018-02-271-8/+3
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-5/+5
* SERVER-29609 Rename MongodInterface to MongoProcessInterface.Charlie Swanson2017-10-031-2/+3
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-1/+1
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-11/+3
* SERVER-29371 DocumentSource classes should provide auth requirementsJames Wahlin2017-07-251-1/+6
* SERVER-29371 Check auth for nested $lookup pipelinesJames Wahlin2017-06-301-4/+6
* SERVER-29371 Add support for lite parse of namespace in nested $lookupJames Wahlin2017-06-221-2/+2
* SERVER-28651 Don't hold Document ref across group iterationsr3.5.7James Wahlin2017-05-091-1/+2
* SERVER-28651 Pass agg Variables root doc via Expression::evaluate()James Wahlin2017-05-031-4/+1
* SERVER-28651 Move agg var ownership to ExpressionContextJames Wahlin2017-04-291-8/+5
* SERVER-27115 extend $match swapping optimization to handle renamed fieldsDavid Storch2017-04-181-1/+1
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-2/+1
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+2
* SERVER-27437 Use Documents instead of BSONObjs within $graphLookupCharlie Swanson2017-01-201-72/+42
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-34/+24
* SERVER-27201 fix DocumentSourceGraphLookup to correctly propagate ExpressionC...David Storch2016-11-301-0/+2
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-1/+1
* SERVER-19153 push $match as far forward as possibleDavid Storch2016-10-061-1/+12
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-031-2/+26
* SERVER-24153 Add unit tests for DocumentSource pausing behavior.Charlie Swanson2016-09-121-7/+12
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-9/+13
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-1/+1
* SERVER-24769 Remove pessimizing moveKyle Suarez2016-08-111-1/+1
* SERVER-24769 Add support for $lookup and $graphLookup on a view.Max Hirschhorn2016-08-101-5/+47
* SERVER-25139 make $graphLookup's cache collation-awareDavid Storch2016-08-101-13/+15
* SERVER-25005 Use Pipeline to execute $lookup and $graphLookup.Max Hirschhorn2016-08-041-19/+33
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-24/+29