summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64144 Improve JS tests for equijoin lookupIrina Yatsenko2022-03-073-470/+665
* SERVER-63793 Add test demonstrating behavior of $setWindowField's 'output' pa...Charlie Swanson2022-02-181-0/+32
* SERVER-58435 Implement the basics of translation of $lookup into SBE's nested...Irina Yatsenko2022-02-171-0/+77
* SERVER-63528 Use db and collection instead of namespace in CollectionUUIDMism...Gregory Noma2022-02-152-15/+30
* SERVER-62861 Use `null` instead of empty string for `actualNamespace` in `Col...Gregory Noma2022-02-112-9/+10
* SERVER-62862 Add `expectedNamespace` to `CollectionUUIDMismatch` error responseGregory Noma2022-02-101-6/+7
* SERVER-63141 Ensure stages without dependency tracking are not cached in $lookupAlya Berciu2022-02-091-0/+98
* SERVER-63307 Add tests for $lookup's array semanticsIrina Yatsenko2022-02-081-0/+277
* SERVER-61795 Fix comparisons in expression_trigonometric.jsJustin Seyster2022-02-071-5/+43
* SERVER-63250 Check featureFlagShardedTimeSeries on both primary and secondary...Rui Liu2022-02-071-2/+3
* SERVER-62563 Support sharding for collectionUUID parameter of aggregate commandMoustafa Maher Khalil2022-02-072-16/+13
* SERVER-62562 Use CollectionUUIDMismatch error code for collectionUUID paramet...Moustafa Maher Khalil2022-02-022-18/+124
* SERVER-63145 Add proper dependency tracking to $densifyTed Tuckman2022-02-011-0/+89
* SERVER-63079 Avoid using projection parser in $setWindowFields executionNicholas Zolnierz2022-02-013-28/+20
* SERVER-63017 Handle no arguments case in un-optimized agg operatorsIrina Yatsenko2022-01-273-0/+9
* SERVER-63008 [SBE] Return an empty array when $concatArrays has no childrenMihai Andrei2022-01-272-4/+3
* SERVER-63012 Initialize '$add' with no operands to zero when translating to SBEEric Cox2022-01-261-0/+12
* SERVER-62887 Reset memory limit parameter for HashAgg after the tests that us...Irina Yatsenko2022-01-252-60/+76
* SERVER-62322 Allow an empty object to be projected in $setWindowFieldsNicholas Zolnierz2022-01-211-2/+10
* Revert "SERVER-62322 Allow an empty object to be projected in $setWindowFields"auto-revert-processor2022-01-211-10/+2
* SERVER-60311 Adaptive memory usage check and exec stats for spillingIrina Yatsenko2022-01-202-3/+3
* SERVER-62322 Allow an empty object to be projected in $setWindowFieldsNicholas Zolnierz2022-01-201-2/+10
* Revert "SERVER-60311 Make memory usage check adaptive and add exec stats for ...auto-revert-processor2022-01-202-3/+3
* SERVER-57383 Include merge sort in sharded aggregation explain outputDavis Haupt2022-01-192-3/+4
* SERVER-59951 Support document _id expressionYoonsoo Kim2022-01-191-7/+1
* SERVER-60311 Make memory usage check adaptive and add exec stats for spillingIrina Yatsenko2022-01-192-3/+3
* SERVER-59682 Recover SBE plans from the new plan cacheRuoxin Xu2022-01-172-6/+2
* SERVER-62436: Add additional tests of sort/densify/sort optimizationsMaddie Zechar2022-01-142-1/+158
* SERVER-62242 fixed $indexOfArray handling of duplicate vals in const arraysSteve Tarzia2022-01-071-0/+32
* SERVER-60254 Enable group pushdown $unionWith explain testsAnna Wawrzyniak2022-01-052-58/+79
* SERVER-62364 Fix $fill arbitrary value filling bugTed Tuckman2022-01-052-10/+95
* SERVER-60598 Optimize multiple sorts in pipeline with $densifyTed Tuckman2022-01-052-5/+308
* SERVER-62019: Remove flag guard from linearFillMaddie Zechar2022-01-041-0/+5
* 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-153-5/+118
* SERVER-59772 Enable setWindowFields in transactions and with read concern sna...Ted Tuckman2021-12-151-9/+22
* SERVER-61941 Make $sortArray comparator satisfy "Compare" requirement with -1...Andrii Dobroshynski2021-12-081-0/+9
* SERVER-58436 Implement spilling HashAggEric Cox2021-12-071-1/+11
* SERVER-60500: Implement linear interpolation window functionMaddie Zechar2021-12-074-34/+636
* 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