summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62242 fixed $indexOfArray handling of duplicate vals in const arraysr5.2.2-rc0Steve Tarzia2022-03-091-0/+32
* SERVER-63079 Avoid using projection parser in $setWindowFields executionNicholas Zolnierz2022-03-043-27/+28
* SERVER-63141 Ensure stages without dependency tracking are not cached in $lookupAlya Berciu2022-02-141-0/+98
* SERVER-63250 Check featureFlagShardedTimeSeries on both primary and secondary...Rui Liu2022-02-081-2/+3
* SERVER-63145 Add proper dependency tracking to $densifyTed Tuckman2022-02-031-0/+89
* SERVER-63017 Handle no arguments case in un-optimized agg operatorsIrina Yatsenko2022-02-023-0/+9
* SERVER-63008 [SBE] Return an empty array when $concatArrays has no children ...Mihai Andrei2022-01-312-4/+3
* SERVER-63012 Initialize '$add' with no operands to zero when translating to SBEEric Cox2022-01-271-0/+12
* SERVER-62436: Add additional tests of sort/densify/sort optimizationsMaddie Zechar2022-01-271-1/+30
* SERVER-61300 Configure aggregation_mongos_passthrough suite to use CleanEvery...Mihai Andrei2021-12-172-9/+1
* SERVER-62045 Add basic jstest coverage for $bucketAuto for the exact topN acc...Mihai Andrei2021-12-173-5/+118
* SERVER-58436 Implement spilling HashAggEric Cox2021-12-131-1/+11
* SERVER-61941 Make $sortArray comparator satisfy "Compare" requirement with -1...Andrii Dobroshynski2021-12-091-0/+9
* SERVER-60207 Enable feature flag for $sortArrayAndrii Dobroshynski2021-12-061-14/+0
* SERVER-60967 Implement $sortArray in SBENeil Shweky2021-12-041-0/+33
* SERVER-61807 Remove flag guard from $locfTed Tuckman2021-12-031-5/+22
* SERVER-57886 add top/bottom/topN/bottomN operators as window functionsMickey. J Winters2021-12-031-20/+90
* SERVER-52247 Enable feature flag for Exact top-n accumulatorMihai Andrei2021-12-026-119/+30
* SERVER-61548 Handle dotted partitionByFields in $densifyDavid Percy2021-11-221-0/+91
* SERVER-61651 Always check HashAgg memory limit in UnionWith.js testEric Cox2021-11-221-5/+21
* SERVER-59132: Improve error message for $merge with whenMatched: failHana Pearlman2021-11-222-7/+44
* SERVER-59590 Add test coverage for the max 'n' value for $firstN/$lastN/$topN...Mihai Andrei2021-11-192-107/+168
* SERVER-58429 enable group lowering into SBE for cached and multi- plansIrina Yatsenko2021-11-184-40/+70
* SERVER-61301 Test multiple $topN/$bottomN accumulators in the same $group and...Mihai Andrei2021-11-172-11/+134
* SERVER-29425 implement $sortArray in classic engineNeil Shweky2021-11-151-0/+193
* SERVER-60502 Add $fill stageTed Tuckman2021-11-156-57/+635
* SERVER-59590 Add min_n_max_n limit n testSteve La2021-11-101-17/+77
* SERVER-58726 Test spilling behavior for exact top-n accumulators and fix seri...Mihai Andrei2021-11-081-2/+49
* SERVER-32739: Allow limit in $filter expressionMaddie Zechar2021-11-051-173/+254
* SERVER-59133 Change 'output' parameter to 'input' in syntax for $firstN/$last...Mihai Andrei2021-11-054-38/+37
* SERVER-53771 Facet summary stats addedBikash Chandra2021-11-041-0/+56
* SERVER-60501 Add $locf accumulatorTed Tuckman2021-11-031-0/+134
* SERVER-60584 Add test cases for $multiplyJennifer Peshansky2021-10-271-0/+41
* SERVER-60781 Modify $top/$topN/$bottom/$bottomN accumulators to return result...Mihai Andrei2021-10-271-39/+43
* SERVER-60762 Error when partitionBy is a constant arrayDavid Percy2021-10-221-19/+44
* SERVER-60623 remove time-series feature flag reference from aggregation testBenety Goh2021-10-221-8/+0
* SERVER-60759 Eliminate `mkbson` stage when multiple $group stages are pushed ...Yoonsoo Kim2021-10-211-0/+17
* SERVER-60755 Distinguish between null, missing, and undefined in $graphLookupTed Tuckman2021-10-211-0/+99
* SERVER-57880 Implement $top, $topN, $bottom, and $bottomN accumulatorsMickey. J Winters2021-10-201-0/+255
* SERVER-32842 Timestamp support for $convertBobby Morck2021-10-181-1/+3
* SERVER-60338 Refine SBE query shape and implement plan cache key encodingRuoxin Xu2021-10-141-0/+6
* SERVER-60450 Add error check for $dateSubtract when negating amountMilena Ivanova2021-10-141-0/+5
* SERVER-56905 Ban API params to aggregate/find/etc shell helpersNicholas Zolnierz2021-10-121-2/+7
* SERVER-59613 $range expression should error if it exceeds memory limitMickey. J Winters2021-10-091-0/+7
* SERVER-60536 add uasserts for type mismatches in collection for $densifyDavis Haupt2021-10-081-0/+102
* SERVER-57884 Implement $firstN/$lastN as window functionsMihai Andrei2021-10-071-16/+29
* SERVER-60519 Fix single document collection densify bugTed Tuckman2021-10-071-0/+25
* SERVER-52290 Remove featureFlagDensifyTed Tuckman2021-10-059-116/+71
* SERVER-58769 Add test demonstrating $densify type behaviorTed Tuckman2021-10-041-0/+166
* SERVER-59097 Expose $documents as an externally visible stageCharlie Swanson2021-10-042-72/+58