summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-59785 [SBE] Change $concatArrays to not short-circuit on nullMihai Andrei2021-09-301-6/+17
* SERVER-52324 Enable featureFlagShardedLookupKatherine Wu2021-09-302-6/+2
* SERVER-58376: Perform local reads when on the primary reading from an unshard...Hana Pearlman2021-09-301-4/+22
* SERVER-60101 Eliminate intermediate mkobj stage from $group plansEric Cox2021-09-291-8/+45
* SERVER-51592 Added support for anyElementTrue in SBEBobby Morck2021-09-281-2/+28
* SERVER-58892 Pass through documents with a null densification valueDavis Haupt2021-09-283-9/+87
* SERVER-57337 densification for date values without partitionsDavis Haupt2021-09-285-42/+479
* SERVER-60216 Enable $group pushdown with $sumEric Cox2021-09-242-10/+53
* SERVER-60072 Track memory usage in $densifyTed Tuckman2021-09-241-0/+64
* SERVER-60177 Handle empty collection in unionWith when pushing downEric Cox2021-09-231-28/+9
* SERVER-60146 Check memory usage more frequently in HashAggEric Cox2021-09-231-1/+2
* Revert "SERVER-51592 Added support for anyElementTrue in SBE"auto-revert-processor2021-09-231-28/+2
* SERVER-58680 Let $ifNull not remove the last null constantEthan Zhang2021-09-221-0/+6
* SERVER-51592 Added support for anyElementTrue in SBEBobby Morck2021-09-221-2/+29
* SERVER-60139 Support group pushdown in pipeline optimization testsEric Cox2021-09-221-9/+41
* SERVER-58979 Add limit to number of documents generated by $densifyTed Tuckman2021-09-221-0/+72
* SERVER-60140 Disable explain tests for $group sub-pipeline with $unionWithYoonsoo Kim2021-09-221-0/+14
* SERVER-60038 Ban $setWindowFields in transactionsTed Tuckman2021-09-221-0/+4
* Revert "SERVER-51592 Added support for anyElementTrue in SBE"Drew Paroski2021-09-211-28/+2
* SERVER-51592 Added support for anyElementTrue in SBEBobby Morck2021-09-211-2/+28
* SERVER-57344 Enable partitioning in $densifyTed Tuckman2021-09-202-9/+399
* SERVER-59308 Ensure empty $lookup subpipeline optimizes correctly with subseq...Katherine Wu2021-09-151-0/+10
* SERVER-58379 Extend REGISTER macros to support API version, FCV, and conditio...Mihai Andrei2021-09-154-4/+4
* Revert "SERVER-58379 Extend REGISTER macros to support API version, FCV, and ...Uladzimir Makouski2021-09-144-4/+4
* SERVER-58379 Extend REGISTER macros to support API version, FCV, and conditio...Mihai Andrei2021-09-134-4/+4
* SERVER-59420 Allow querying time-series collection as part of API V1 when API...Rui Liu2021-09-131-0/+25
* SERVER-59765 Improved 'amount' parameter validation for $dateAdd/$dateSubtractMindaugas Malinauskas2021-09-091-3/+7
* Revert "SERVER-59765 Improved 'amount' parameter validation for $dateAdd/$dat...Nikita Lapkov2021-09-091-7/+3
* SERVER-59765 Improved 'amount' parameter validation for $dateAdd/$dateSubtractMindaugas Malinauskas2021-09-091-3/+7
* SERVER-58604 Allow $geoNear 'near' argument to be a let variableMilena Ivanova2021-09-061-0/+85
* SERVER-59435 Make sure pipeline pointers are in place before disposing of pip...Charlie Swanson2021-08-301-0/+54