summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-57879 Implement $minN and $maxN accumulatorsMihai Andrei2021-07-211-0/+159
* SERVER-56874 Implement $tsSeconds and $tsIncrement aggregation in SBERishab Joshi2021-07-121-0/+2
* SERVER-58073 Allow graphLookup against a sharded collection to execute on mongosMilitsa Sotirova2021-07-127-176/+263
* SERVER-58365 Add SBE error codes for $range expr testDenis Grebennicov2021-07-121-1/+2
* SERVER-57983 Fix Integer overflow for $rangeSajed Nahian2021-07-081-20/+18
* SERVER-56907 Remove feature flag for Mitigate pain of using field names with ...Milena Ivanova2021-07-056-88/+59
* SERVER-26991: Inconsistent handling of RegEx optionsMickey. J Winters2021-07-021-0/+3
* SERVER-52021: Create feature flag for support lookup and graphLookup into a s...Militsa Sotirova2021-07-013-32/+32
* SERVER-51543 Support expression $range in SBESajed Nahian2021-06-301-0/+302
* SERVER-55295 Short circuit $ifNull expression if the condition always evaluat...Alice Doherty2021-06-301-0/+10
* SERVER-57914 make getField return missing valuesRuslan Abdulkhalikov2021-06-281-2/+7
* SERVER-57629 Change $integral&$derivative argsJacob Evans2021-06-254-37/+35
* SERVER-54128 Don't push down expressions past sort+limitDavid Percy2021-06-233-38/+152
* SERVER-56873: Add new operators '$tsSecond' and '$tsIncrement' for the aggreg...Rishab Joshi2021-06-171-0/+70
* SERVER-32309 Allow lookup_subpipeline.js to run with sharded suitesAlya Berciu2021-06-151-41/+8
* SERVER-21929 Make $in with null always match undefinedDavid Storch2021-06-141-0/+111
* SERVER-56950: Test all reasonable combinations of window function, window typ...Joel Redman2021-06-111-0/+238
* SERVER-56497 Add assert.throwsCode shell helper for testingSebastien Mendez2021-06-114-28/+22
* SERVER-57599 DocumentSourceBucketAuto returning eof when disposedSvilen Mihaylov2021-06-101-0/+10
* SERVER-56849: Improve error reporting for $setWindowFieldsMaddie Zechar2021-06-071-6/+40
* SERVER-56265 Cleanly fail unsupported queries on timeseries collectionsEric Cox2021-06-071-3/+3
* SERVER-57386 Clear values vector in WindowFunctionExec on resetTed Tuckman2021-06-041-0/+24
* Revert "SERVER-56265 Cleanly fail unsupported queries on timeseries collections"Eric Cox2021-06-041-3/+3
* SERVER-56265 Cleanly fail unsupported queries on timeseries collectionsEric Cox2021-06-031-3/+3
* SERVER-56449 Allow $derivative and $integral to use descending sortBy (docume...samontea2021-06-032-0/+37
* SERVER-56197 Remove feature flag for window functionsNick Zolnierz2021-06-0128-221/+3
* SERVER-56819 Make indexOfCP's classic engine impl always return -1 when end i...David Storch2021-05-281-1/+13
* SERVER-57164 isVariableReference includes system variablesDavid Percy2021-05-261-0/+27
* SERVER-57148 Pass variables states to input evaluation in removable range exe...Nick Zolnierz2021-05-241-0/+27
* SERVER-57091 Fix infinite loop in GranularityRounderPreferredNumbers::roundDownAlya Berciu2021-05-241-0/+22