summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_graph_lookup.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-24714 graphLookup now accepts the restrictSearchWithMatch option.Benjamin Murphy2016-07-051-8/+54
* SERVER-18966 Add the ability to exclude fields in $project stageCharlie Swanson2016-06-241-18/+16
* SERVER-24622 Every DocumentSource should implement detach/reattachToOpCtxCharlie Swanson2016-06-171-1/+1
* SERVER-23114 Move functions involving dotted paths to separate library.Max Hirschhorn2016-06-031-2/+5
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-16/+20
* SERVER-23725 Aggregation now supports the graphLookup stage.David Storch2016-05-041-0/+494
* Revert "SERVER-23725 Aggregation now supports the graphLookup stage."Max Hirschhorn2016-04-301-494/+0
* SERVER-23725 Aggregation now supports the graphLookup stage.Benjamin Murphy2016-04-291-0/+494