summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_graph_lookup_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41053 Don't create ServiceContexts while doing updatesIan Boros2019-05-091-16/+16
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-11/+24
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-32308 Address ASAN failure due to leaked Pipeline in attachCursorSourc...James Wahlin2018-12-141-2/+4
* SERVER-32308 Support for $lookup to execute on mongos against a sharded forei...James Wahlin2018-12-121-10/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-11/+11
* Revert "SERVER-32308: Add the ability for a $lookup stage to execute on mongo...Nick Zolnierz2018-01-161-4/+4
* SERVER-32308: Add the ability for a $lookup stage to execute on mongos agains...Nick Zolnierz2018-01-121-4/+4
* SERVER-32190 Shorten MongoDProcessInterface to MongoDInterface.Charlie Swanson2017-12-191-13/+13
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-26/+17
* SERVER-29609 Rename MongodInterface to MongoProcessInterface.Charlie Swanson2017-10-031-22/+22
* SERVER-30399 Add caching for $lookup non-correlated sub-pipeline prefixBernard Gorman2017-09-241-3/+15
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-3/+3
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-1/+1
* SERVER-27437 Use Documents instead of BSONObjs within $graphLookupCharlie Swanson2017-01-201-0/+135
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-57/+61
* SERVER-25992 Remove Value(const char* value) constructorTess Avitabile2016-12-161-13/+13
* SERVER-27211 de-duplicate symbol `isMongos`ADAM David Alan Martin2016-12-051-5/+0
* SERVER-27201 fix DocumentSourceGraphLookup to correctly propagate ExpressionC...David Storch2016-11-301-0/+42
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-2/+2
* SERVER-19153 push $match as far forward as possibleDavid Storch2016-10-061-0/+47
* SERVER-24153 Add unit tests for DocumentSource pausing behavior.Charlie Swanson2016-09-121-64/+164
* SERVER-24153 Make DocumentSourceMock hold GetNextResultsCharlie Swanson2016-09-021-12/+14
* SERVER-24153 Split document_source_test.cpp into one file per stage.Charlie Swanson2016-09-011-4/+4
* SERVER-25180 make full histogram output optionalKevin Albertson2016-08-291-1/+3
* SERVER-24496: Add collStats command output to $collStats stageKevin Albertson2016-08-161-0/+6
* SERVER-24769 Add support for $lookup and $graphLookup on a view.Max Hirschhorn2016-08-101-0/+283