summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-58807 Allow collectionless $lookup with $documentsRuslan Abdulkhalikov2021-08-271-14/+90
* SERVER-57881 Add $firstN and $lastN as expressionsRaunak Chowdhury2021-08-261-1/+10
* SERVER-59103 Wrap 'stage' in a stageOrLimitCoScan call to prevent a null stag...Jennifer Peshansky2021-08-251-0/+5
* SERVER-58955 Remove assumes_unsharded_collection tag for $lookup jstestsAlya Berciu2021-08-2419-79/+208
* SERVER-57885 Implement $minN and $maxN as window functionsMihai Andrei2021-08-233-19/+108
* SERVER-57878 Implement $firstN and $lastN accumulatorsRaunak Chowdhury2021-08-191-0/+118
* SERVER-59415 Ensure subpipeline accumulators return correct results when look...Katherine Wu2021-08-191-0/+11
* SERVER-57334 Create desugaring namespace for DocumentSourceDensifysamontea2021-08-184-0/+407
* SERVER-55297 Optimize ExpressionCond in case of constant conditionAlexander Ignatyev2021-08-101-0/+119
* SERVER-57882 Add $minN and $maxN as expressionsMihai Andrei2021-08-061-0/+64
* SERVER-58582 Create $documents stage and implement collectionless unionWithRuslan Abdulkhalikov2021-08-051-0/+112
* SERVER-58587 Improve performance of $setIsSubset by replacing std::set with a...Rui Liu2021-08-041-0/+96
* SERVER-58886 Ban SEARCH_META on sharded collections on variable accessTed Tuckman2021-08-031-1/+5
* Revert "SERVER-54129 Simplify generated SBE expressions for $mod, $add, and $...Mihai Andrei2021-08-022-77/+0
* SERVER-54129 Simplify generated SBE expressions for $mod, $add, and $split wh...Mihai Andrei2021-07-302-0/+77
* SERVER-58888 Account for pushed down stages in union explain with mode 'execu...Nick Zolnierz2021-07-301-2/+13
* SERVER-55239 Support 2dsphere index on time-series collection metadata fieldsDan Larkin-York2021-07-271-1/+1
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-2313-21/+15
* SERVER-58581 Add SEARCH_META variableTed Tuckman2021-07-231-0/+31