summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_lookup_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-31804 Disable $expr rewrite optimizationJames Wahlin2017-11-061-4/+3
* SERVER-31292: Make explain reflect optimizationsjannaerin2017-10-301-38/+34
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-2/+2
* SERVER-31350: Make enableMajorityReadConcern a noopDaniel Gottlieb2017-10-201-1/+0
* SERVER-30989 Add Expression rewrite to ExprMatchExpressionJames Wahlin2017-10-101-1/+2
* SERVER-31416 Ban $changeStream from $lookup pipelinesBernard Gorman2017-10-101-0/+75
* SERVER-29609 Rename MongodInterface to MongoProcessInterface.Charlie Swanson2017-10-031-30/+32
* Reapply "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-291-1/+41
* Revert "SERVER-30991 Introduce MatchExpression::optimize()."Justin Seyster2017-09-281-41/+1
* SERVER-30991 Introduce MatchExpression::optimize().Justin Seyster2017-09-281-1/+41
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-4/+4
* SERVER-30399 Add caching for $lookup non-correlated sub-pipeline prefixBernard Gorman2017-09-241-7/+412
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-5/+5
* SERVER-30580 Eliminate DBException::getCode() in favor of code()Mathias Stearn2017-08-161-1/+1
* SERVER-30380 $lookup 'let' variables available to all sub-pipelinesJames Wahlin2017-08-081-0/+28
* SERVER-29371 DocumentSource classes should provide auth requirementsJames Wahlin2017-07-251-1/+2
* SERVER-29371 Add support for lite parse of namespace in nested $lookupJames Wahlin2017-06-221-0/+30
* SERVER-29073 Allow variable definition within $lookupJames Wahlin2017-06-051-2/+104
* SERVER-29072 Add support for $lookup into a sub-pipelineJames Wahlin2017-05-191-0/+100
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-1/+5
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-10/+14
* SERVER-25992 Remove Value(const char* value) constructorTess Avitabile2016-12-161-25/+28
* SERVER-22632 Split up document_source.h into one header per stage.Charlie Swanson2016-10-241-1/+2
* SERVER-19153 push $match as far forward as possibleDavid Storch2016-10-061-0/+48
* SERVER-24153 Add unit tests for DocumentSource pausing behavior.Charlie Swanson2016-09-121-0/+144
* SERVER-24153 Split document_source_test.cpp into one file per stage.Charlie Swanson2016-09-011-0/+129