summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46544 Unblacklist tests in aggregation_secondary_reads passthroughMihai Andrei2020-04-096-42/+57
* SERVER-46991 Create aggregation secondary reads passthrough which runs agains...Arun Banala2020-04-0916-145/+158
* SERVER-46233 Relocate second call to optimizePipeline()Justin Seyster2020-04-061-0/+67
* SERVER-47335 Guarantee document ordering with $sort stage in batch_writes.js ...Mihai Andrei2020-04-061-1/+9
* SERVER-46665 Fix causal consistency for $out/$merge running on secondariesMihai Andrei2020-04-021-0/+1
* SERVER-47005 Fix premature pipeline disposal if unionWith needs it to explainTed Tuckman2020-04-011-0/+9
* SERVER-45450 $accumulator performanceDavid Percy2020-03-202-2/+241
* SERVER-45972 Test that $out can read from and write to the same collectionDavid Storch2020-03-191-0/+49
* SERVER-46890 Prevent $unionWith explain attaching a cursor source twice.Ted Tuckman2020-03-191-0/+15
* SERVER-44642 Verify that implementation of cross-database $out attaches write...Svilen Mihaylov2020-03-171-0/+39
* SERVER-46077 Create aggregation_secondary_reads passthroughMihai Andrei2020-03-1115-29/+40
* SERVER-46441 Round geoNear result in unionWith testTed Tuckman2020-03-091-20/+48
* SERVER-46109 Adopt QueryExceededMemoryLimitNoDiskUseAllowed error codeJustin Seyster2020-03-023-16/+18
* SERVER-46278 Ensure maxTimeMS works correctly through sub-pipeline in $unionWithKatherine Wu2020-03-021-0/+37
* SERVER-45535 Have $unionWith support explainTed Tuckman2020-03-021-0/+105
* Revert "SERVER-45535 Support explain in $unionWith"Charlie Swanson2020-02-281-105/+0
* SERVER-45535 Support explain in $unionWithTed Tuckman2020-02-281-0/+105
* SERVER-46110 Expose $out functionalityTed Tuckman2020-02-282-9/+5
* Revert "SERVER-45535 Have $unionWith support explain"Ted Tuckman2020-02-281-105/+0
* SERVER-45535 Have $unionWith support explainTed Tuckman2020-02-271-0/+105
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-273-1/+215
* Revert "SERVER-46110 Expose $internalOutToDifferentDB functionality"Louis Williams2020-02-272-5/+9
* SERVER-46110 Expose $internalOutToDifferentDB functionalityTed Tuckman2020-02-272-9/+5
* SERVER-46311 $$IS_MR and $$JS_SCOPE access crashes serverKatherine Wu2020-02-261-0/+26
* Revert "SERVER-46110 Expose $internalOutToDifferentDB in $out"Louis Williams2020-02-262-5/+9
* Revert "SERVER-45447 Add $accumulator for user-defined Javascript accumulators"Louis Williams2020-02-263-215/+1
* SERVER-46110 Expose $internalOutToDifferentDB in $outTed Tuckman2020-02-262-9/+5
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-253-1/+215
* Revert "SERVER-45447 Add $accumulator for user-defined Javascript accumulators"David Percy2020-02-243-215/+1
* SERVER-45447 Add $accumulator for user-defined Javascript accumulatorsDavid Percy2020-02-213-1/+215
* SERVER-45676 Add tests with $geoNear, $text, and $indexStats in $unionWith su...Ted Tuckman2020-02-211-0/+128
* SERVER-46015 Cleanup Pipeline parsing for aggregation stages with child pipel...Nicholas Zolnierz2020-02-192-9/+2
* 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