summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_graph_lookup_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74491 Make DatabaseName::toString privatemathisbessamdb2023-05-101-1/+1
* SERVER-75398 New query shape definition for find commandCharlie Swanson2023-04-131-2/+10
* SERVER-75132: Shapify $indexStats, $queue, $graphLookupWill Buerger2023-04-121-0/+115
* SERVER-62491 Remove TODOs to use kSystemTenantIdSophia Tan2023-04-061-2/+0
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-1/+2
* SERVER-73935 Add Pipeline::makePipeline overload to accept AggregateCommandRe...Adityavardhan Agrawal2023-03-211-0/+12
* SERVER-74830 Ensure agg and views unit tests that set tenantIds behave correc...jannaerin2023-03-151-0/+4
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-23/+43
* SERVER-68564 Update DocumentSourceMerge serializer/deserializer to be tenant-...Hugh Tong2022-12-021-6/+75
* SERVER-71141 Support sampling nested aggregate queries on sharded clustersCheahuychou Mao2022-11-151-0/+41
* SERVER-66024 Include tenantId when constructing namespaces for agg stagesjannaerin2022-05-241-14/+70
* SERVER-55309 Re-order post-image lookup stages when expanding $changeStreamDrew Paroski2021-07-081-1/+3
* SERVER-54439 Allow lookup/graphLookup into kTenantMigrationOplogViewPavi Vetriselvan2021-02-111-21/+22
* SERVER-51849 Write and test the query for a tenant migration recipient to cop...Cheahuychou Mao2020-11-171-0/+98
* SERVER-25893 Make it easier to construct a Value from a VectorTed Tuckman2020-10-021-2/+1
* SERVER-49927 Add $FieldPath to grammarTed Tuckman2020-08-261-112/+112
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-13/+13
* SERVER-41060 Change query unit tests to not create multiple service contextsRuoxin Xu2020-03-051-10/+14
* SERVER-46407 Adjust MongoProcessInterface APIs to avoid taking ExpressionCont...Nick Zolnierz2020-03-031-5/+3
* SERVER-45216 Rename Document::size() to Document::computeSizeSvilen Mihaylov2020-02-201-3/+3
* SERVER-45465 Add support for storing $unionWith in a view (unsharded)Charlie Swanson2020-02-131-18/+0
* SERVER-45838 Rename/restructure mongo_process_interface classes and filesCharlie Swanson2020-02-051-1/+1
* SERVER-45526 Enable sharded unionWithTed Tuckman2020-02-031-2/+5
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-4/+2
* 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