summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_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-1/+1
* SERVER-75139: shapify $lookup, $unionWith, $facetWill Buerger2023-04-111-0/+52
* SERVER-62491 Remove TODOs to use kSystemTenantIdSophia Tan2023-04-061-1/+0
* SERVER-75149 Simplify BSON produced by $lookup for foreign field local field ...Matt Boros2023-03-231-12/+6
* 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-73141 Generate query shape for expressions in expression_leaf.hCharlie Swanson2023-02-111-4/+1
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-54/+105
* 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