summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45620 Have $unionWith introspect the pipeline to decide on constraintsTed Tuckman2020-02-184-42/+7
* SERVER-46087 Propagate allowDiskUse to shards for sharded $unionWithNicholas Zolnierz2020-02-131-3/+37
* SERVER-45918 Add SortStageSimple.David Storch2020-02-131-1/+1
* SERVER-45465 Add support for storing $unionWith in a view (unsharded)Charlie Swanson2020-02-131-0/+45
* SERVER-45453 Change name and usage of '$_internalJs' to '$function'Katherine Wu2020-02-071-15/+49
* Revert "SERVER-45453 Change name and usage of '$_internalJs' to '$function'"Katherine Wu2020-02-071-49/+15
* SERVER-45453 Change name and usage of '$_internalJs' to '$function'Katherine Wu2020-02-071-15/+49
* SERVER-45529 Add new stage constraint for $unionWith sub-pipelineNicholas Zolnierz2020-02-061-0/+75
* SERVER-45539 Support collation for $unionWithArun Banala2020-02-051-0/+140
* SERVER-45801 Allow $unionWith inside a $lookup if the inner collection is uns...Nicholas Zolnierz2020-02-031-13/+0
* SERVER-44549 Remove the mobile storage engineAndrew Morrow2020-02-032-11/+3
* SERVER-45526 Enable sharded unionWithTed Tuckman2020-02-031-0/+259
* SERVER-31898 Allow multikey indexes to provide sorts in certain casesIan Boros2020-01-281-5/+71
* SERVER-45674 Avoid use after free in $unionWithCharlie Swanson2020-01-281-0/+37
* SERVER-37791 Prevent exclusion of non-existent field from affecting field order.David Storch2020-01-101-0/+33
* SERVER-45284 Temporarily workaround SERVER-44258 to stop build failuresCharlie Swanson2019-12-211-0/+34
* SERVER-44917 Add ShardingTest hook to validate indexes are consistent across ...Cheahuychou Mao2019-12-201-1/+1
* SERVER-43816 Push $text and $meta:"textScore" sort into the PlanStage layer.David Storch2019-12-182-7/+9
* SERVER-31072 reorder $limit before $lookup in pipeline if no $unwind is presentKatherine Wu2019-12-171-2/+6
* SERVER-44915 Extend output to include full index options and shard nameMihai Andrei2019-12-161-0/+84
* SERVER-43360 No year 0 in $dateFromParts expressionsJustin Seyster2019-12-131-6/+8
* SERVER-26066 Fix dependency analysis for projections with expressions on dott...Ian Boros2019-12-121-0/+26
* SERVER-33582 Add $bsonSize expressionDavid Percy2019-12-121-0/+49
* SERVER-44568 Update server's embedded time zone rules to version 2019c.David Storch2019-12-101-0/+36
* SERVER-44734 Implement large document optimization for agg MRJames Wahlin2019-12-041-1/+1
* SERVER-21784 Track 'nReturned' and 'executionTimeMillis' execution stats for ...Mihai Andrei2019-12-021-0/+119
* SERVER-44617 $regexFind crash when one of the capture group doesn't match the...Arun Banala2019-11-281-4/+80
* 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