summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44327 Add $first and $last expressionsDavid Percy2019-11-251-0/+37
* SERVER-44583 M/R Agg: Add explain support for mapReduce commandMihai Andrei2019-11-221-48/+24
* SERVER-14466 test use of DBRef fields in aggregation and find() expressionsIan Boros2019-11-211-0/+200
* SERVER-30967 Add $binarySize expressionDavid Percy2019-11-211-0/+44
* Revert "SERVER-14466 test use of DBRef fields in aggregation and find() expre...Mathew Robinson2019-11-211-200/+0
* SERVER-14466 test use of DBRef fields in aggregation and find() expressionsIan Boros2019-11-201-0/+200
* SERVER-42137 Allow aggregation stage to write to a collection that the query...Mihai Andrei2019-11-202-31/+43
* SERVER-44217 Update stale TODO SERVER-38995 ticket referenceJames Wahlin2019-11-192-2/+2
* SERVER-44219 Update stale TODO SERVER-38996 ticket referenceJames Wahlin2019-11-192-2/+2
* SERVER-42693 Add renameAndPreserveOptions command and allow $out to output to...Ted Tuckman2019-11-152-4/+35
* SERVER-43860 Always upsert exact source document for pipeline-insert $mergeBernard Gorman2019-11-142-56/+87
* SERVER-43404 Delete ParsedAggregationProjection::parse() and use ProjectionAS...Anton Korshunov2019-11-135-20/+19
* SERVER-44321 treat $meta-only projections depending on contextIan Boros2019-11-121-0/+22
* SERVER-44174 $push and $addToSet should restrict memory usageCharlie Swanson2019-11-092-69/+116
* SERVER-43806 Update Internal JS Reduce to parse static argument separatelyMihai Andrei2019-11-071-1/+1
* SERVER-44453 Address several orphaned TODOs.David Storch2019-11-062-2/+2
* SERVER-43749 Modernize mapReduce tests in coreJacob Evans2019-11-051-50/+0
* SERVER-43294 Add new aggregation suite to be run with pipeline optimization t...Anton Korshunov2019-11-058-55/+53
* SERVER-38691 Include serverInfo in explain output for aggregation and shardingDavid Percy2019-11-041-2/+13
* SERVER-42905 Push down user-specified projections to PlanStage layer if possibleAnton Korshunov2019-10-314-151/+165
* SERVER-42565 Agg and find commands sort missing fields differentlyJustin Seyster2019-10-281-0/+63
* SERVER-7502 test that partial projection of _id works correctlyIan Boros2019-10-241-5/+7
* SERVER-7568 Push $sort into PlanStage layer even for blocking SORT plans.David Storch2019-10-226-86/+198
* SERVER-42988 allow agg-style object syntax in find() projectionIan Boros2019-10-211-9/+6
* SERVER-43287 Prevent from outputting to system collectionsMihai Andrei2019-10-213-9/+70
* SERVER-43764 Add more testing for special values in DoubleDoubleSummationAnton Korshunov2019-10-171-2/+1
* SERVER-42836 Fast path for sort key generation of WorkingSetMembersJustin Seyster2019-10-151-3/+3
* SERVER-36723 Push $limit beneath DocumentSourceCursor into the PlanStage layer.David Storch2019-10-104-84/+287
* SERVER-42942 M/R Agg: Implement translation for cluster mapReduce commandNicholas Zolnierz2019-10-081-4/+4
* Revert "SERVER-42836 Fast path for sort key generation of WorkingSetMembers"Justin Seyster2019-10-081-3/+3
* SERVER-42836 Fast path for sort key generation of WorkingSetMembersJustin Seyster2019-10-081-3/+3
* SERVER-43138 Remove restriction on number of arguments to $_internalJsJacob Evans2019-10-021-10/+2
* SERVER-43350 $lookup with no local default or user-specified collation should...Bernard Gorman2019-10-012-1/+133
* SERVER-42835 Fix inconsistent handling of arrays as $group keysTed Tuckman2019-09-301-0/+17
* SERVER-43204 Relax assertion in internal_js_reduce.js to account for failure ...Nicholas Zolnierz2019-09-131-1/+1
* SERVER-42798 Add unit tests for new internal JS expressionsJames Wahlin2019-09-101-14/+10
* SERVER-42756 Ensure that pipeline optimizations are re-enabled after test fin...Anton Korshunov2019-08-281-34/+45
* SERVER-42756 $multiply operator may return with or w/o an error depending on ...Anton Korshunov2019-08-261-0/+52
* SERVER-42890 Fix collection name used in internal_js_reduce_with_scope.jsNicholas Zolnierz2019-08-191-3/+4
* SERVER-42684 Add support for 'scope' RunTimeConstantNicholas Zolnierz2019-08-152-0/+180
* SERVER-42644 Add $_internalJs expressionTed Tuckman2019-08-151-0/+116
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-14105-450/+450
* SERVER-42694 Add internal JS reduce accumulatorDavis Haupt2019-08-131-0/+116
* SERVER-42507 Add internal javascript emit aggregation expressionNick Zolnierz2019-08-071-0/+88
* SERVER-34373 add aggregation expression to test if type is numericGeorge Wangensteen2019-08-011-0/+118
* SERVER-42491 Ensure DocumentSourceSort does not crash on searchScore or searc...Misha Ivkov2019-07-311-0/+47
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-27178-19123/+18612
* SERVER-42017 make stage names in error messages match name usedGeorge Wangensteen2019-07-246-66/+141
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-121-0/+83
* Revert "SERVER-40755 Expose statistics which indicate how many collection sca...Xiangyu Yao2019-07-101-83/+0