summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_lookup.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38360 Prevent $out writing to ns read from in the same pipelineCharlie Swanson2019-02-141-48/+34
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39269 flag gate sharded $lookupIan Boros2019-02-071-0/+7
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-1/+1
* SERVER-38728 allow pipeline with lookup stage on sharded collection to run on...Ian Boros2019-01-291-2/+3
* SERVER-38716 fix $geoNear and $text within $lookup sub-pipelineBrigitte Lamarche2019-01-171-1/+6
* SERVER-38362 Prevent $out stage within $lookupBrigitte Lamarche2019-01-031-1/+7
* SERVER-31755 Create intermediate $lookup stage document size limit knobBrigitte Lamarche2018-12-141-4/+6
* SERVER-32308 Support for $lookup to execute on mongos against a sharded forei...James Wahlin2018-12-121-7/+13
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35419 $lookup and $facet must inherit constraints from childrenKyle Suarez2018-09-141-0/+25
* SERVER-19260 Log whether allowDiskUse:true aggregations used diskMinji2018-08-011-1/+12
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-2/+2
* Revert "SERVER-32308: Add the ability for a $lookup stage to execute on mongo...Nick Zolnierz2018-01-161-35/+2
* SERVER-32308: Add the ability for a $lookup stage to execute on mongos agains...Nick Zolnierz2018-01-121-2/+35
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-12/+9
* SERVER-31962 Replace Variables::hasUserDefinedValue() with const val chkJames Wahlin2017-11-171-1/+1
* SERVER-31842 Restrict $lookup nested sub-pipeline depthJames Wahlin2017-11-071-0/+8
* SERVER-31416 Ban $changeStream from $lookup pipelinesBernard Gorman2017-10-101-0/+13
* SERVER-29609 Rename MongodInterface to MongoProcessInterface.Charlie Swanson2017-10-031-8/+10
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-5/+5
* SERVER-30399 Add caching for $lookup non-correlated sub-pipeline prefixBernard Gorman2017-09-241-6/+73
* SERVER-30380 $lookup 'let' variables available to all sub-pipelinesJames Wahlin2017-08-081-1/+2
* SERVER-29371 DocumentSource classes should provide auth requirementsJames Wahlin2017-07-251-11/+14
* SERVER-29371 Add support for lite parse of namespace in nested $lookupJames Wahlin2017-06-221-4/+24
* SERVER-29073 Allow variable definition within $lookupJames Wahlin2017-06-051-42/+114
* SERVER-28717 Expand $lookup localField when a sub-obj field in an arrayJames Wahlin2017-05-191-22/+32
* SERVER-29072 Add support for $lookup into a sub-pipelineJames Wahlin2017-05-191-55/+153
* 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-3/+14
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+2
* SERVER-27308 Reduce cost of sharding check in DocumentSourceLookupJames Wahlin2017-01-091-2/+0
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-14/+10
* 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-52/+34
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-031-1/+25
* SERVER-24153 Allow pipelines within $facet stage to process in batches.Charlie Swanson2016-09-011-13/+18
* SERVER-24769 Add support for $lookup and $graphLookup on a view.Max Hirschhorn2016-08-101-4/+17
* SERVER-25005 Use Pipeline to execute $lookup and $graphLookup.Max Hirschhorn2016-08-041-40/+85
* SERVER-18966 Add the ability to exclude fields in $project stageCharlie Swanson2016-06-241-13/+12
* SERVER-24622 Every DocumentSource should implement detach/reattachToOpCtxCharlie Swanson2016-06-171-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-27/+32
* SERVER-23833 DocumentSourceLookup::getOutputSorts correctly truncates input s...David Storch2016-05-181-26/+0
* Revert "SERVER-23833 DocumentSourceLookup::getOutputSorts correctly truncates...Dianna Hohensee2016-05-181-0/+26
* SERVER-23833 DocumentSourceLookup::getOutputSorts correctly truncates input s...Benjamin Murphy2016-05-171-26/+0
* SERVER-23922 Lookup correctly serializes an internalized match.Benjamin Murphy2016-04-291-24/+44
* SERVER-21612 Reorder lookup and match.Benjamin Murphy2016-04-251-10/+164
* SERVER-22881 Expand arrays during $lookup's query.Charlie Swanson2016-03-291-8/+57
* SERVER-4507 Group stages now take advantage of sorted input sequences.Benjamin Murphy2016-03-241-0/+26
* SERVER-19542 Refactored pipeline optimization.Benjamin Murphy2016-02-111-11/+14