summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_lookup_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68564 Update DocumentSourceMerge serializer/deserializer to be tenant-...Hugh Tong2022-12-021-2/+87
* SERVER-71141 Support sampling nested aggregate queries on sharded clustersCheahuychou Mao2022-11-151-0/+36
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-291-1/+0
* SERVER-59853 Simplify $lookup and $unionWith tests to avoid needing manual di...Henri Nikku2022-06-231-20/+19
* SERVER-66024 Include tenantId when constructing namespaces for agg stagesjannaerin2022-05-241-39/+90
* SERVER-65692 $searchMeta improvementCharlie Swanson2022-05-071-1/+1
* SERVER-64633: Make DocumentSource::getSourceName() pure virtualHana Pearlman2022-03-241-1/+1
* SERVER-38924 Remove blacklist entries for $lookup and $graphLookup FSM testsAlya Berciu2021-08-201-1/+1
* SERVER-55309 Re-order post-image lookup stages when expanding $changeStreamDrew Paroski2021-07-081-1/+3
* SERVER-53637 Add internal $lookup sub-pipeline collationJames Wahlin2021-05-141-0/+49
* SERVER-39938: Pushdown $match on $expr before $lookupAlya Berciu2021-03-311-6/+12
* SERVER-34927: allow localField and foreignField with more expressive $lookup ...Hana Pearlman2021-01-071-8/+107
* SERVER-47398 Start sending 'let' for aggregates.Charlie Swanson2020-12-011-3/+3
* SERVER-25893 Make it easier to construct a Value from a VectorTed Tuckman2020-10-021-6/+4
* SERVER-49290 Support running $lookup locally on shard for config.cache.chunks...Haley Connelly2020-08-071-0/+176
* SERVER-41060 Change query unit tests to not create multiple service contextsRuoxin Xu2020-03-051-5/+8
* 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-1/+1
* SERVER-45465 Add support for storing $unionWith in a view (unsharded)Charlie Swanson2020-02-131-71/+51
* SERVER-45838 Rename/restructure mongo_process_interface classes and filesCharlie Swanson2020-02-051-1/+1
* SERVER-45526 Enable sharded unionWithTed Tuckman2020-02-031-2/+4
* SERVER-45590 Allow building a LiteParsedPipeline without first building an Ag...Arun Banala2020-01-291-4/+1
* SERVER-21784 Track 'nReturned' and 'executionTimeMillis' execution stats for ...Mihai Andrei2019-12-021-2/+2
* SERVER-43404 Delete ParsedAggregationProjection::parse() and use ProjectionAS...Anton Korshunov2019-11-131-4/+5
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-74/+63
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40949 add LookupAllowed stage constraintIan Boros2019-05-201-2/+2
* SERVER-41053 Don't create ServiceContexts while doing updatesIan Boros2019-05-091-11/+12
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-26/+52
* SERVER-40056 Remove partial implementation of streaming $group.David Storch2019-03-111-46/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35402 Add validators where applicable in query_knobs.cppArun Banala2019-02-061-1/+1
* SERVER-38362 Prevent $out stage within $lookupBrigitte Lamarche2019-01-031-11/+6
* SERVER-32308 Address ASAN failure due to leaked Pipeline in attachCursorSourc...James Wahlin2018-12-141-2/+5
* 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-14/+16
* SERVER-35419 $lookup and $facet must inherit constraints from childrenKyle Suarez2018-09-141-0/+44
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-26/+26
* SERVER-34313 Use hex-encoded string for resume tokenCharlie Swanson2018-04-131-0/+1
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-3/+2
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-2/+3
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-3/+2
* 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-31760 Optimize $expr to allow index use for equality predicates.David Storch2018-01-041-3/+5
* SERVER-32190 Shorten MongoDProcessInterface to MongoDInterface.Charlie Swanson2017-12-191-17/+15
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-26/+26
* SERVER-31588 remove fCV 3.4 support in query/aggKyle Suarez2017-12-121-22/+0
* SERVER-31842 Restrict $lookup nested sub-pipeline depthJames Wahlin2017-11-071-0/+20