summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-57024 Fix SpillableCache writes to disk across getMore requestsTed Tuckman2021-05-191-12/+28
* SERVER-55786 Update PartitionIterator memory usage when documents are releasedNick Zolnierz2021-05-194-65/+109
* SERVER-57000 Fix handling of correlated pipeline with facetSvilen Mihaylov2021-05-181-0/+18
* SERVER-56775 Remove temporary flag for disabling window functions that aren't...Ruoxin Xu2021-05-171-11/+1
* SERVER-56124 Provide an alias to $_internalUnpackBucket for Atlas Online ArchiveEthan Zhang2021-05-171-0/+26
* SERVER-56963 Prevent secondaries from waiting for write concern when they've ...Samy Lanka2021-05-173-21/+0
* SERVER-55464 Optimize pipelines with $sort after $setWindowFieldsDavid Percy2021-05-171-0/+237
* SERVER-56962 Disable mode_merge_insert.js and mode_keep_existing_insert.js if...Samy Lanka2021-05-142-0/+14
* SERVER-54243 Desugar \$shift window function to \$first with a one doc windowJoel Redman2021-05-141-0/+345
* SERVER-53637 Add internal $lookup sub-pipeline collationJames Wahlin2021-05-141-0/+231
* SERVER-56221 $dateAdd ignores startDate millisecondsDenis Grebennicov2021-05-141-17/+5
* SERVER-56685 Stricter parsing for $expMovingAvg, require an explicit 'sortBy'...Nick Zolnierz2021-05-131-6/+82
* SERVER-56885 [SBE][aggregation_disabled_optimization] Fix tests where error c...Anton Korshunov2021-05-136-2/+6
* SERVER-49118 Update error messages for operations that reject fieldnames with...Alya Berciu2021-05-131-1/+9
* SERVER-56430 Spill to disk in partition iteratorTed Tuckman2021-05-124-42/+280
* SERVER-55820 Add testing for intersection of timeseries collections with wind...Katherine Wu2021-05-121-0/+346
* SERVER-56548 Add $unsetField aliasAlya Berciu2021-05-121-8/+69
* SERVER-55868 Update $getField and $setField integration tests when $-prefixed...Anton Korshunov2021-05-112-20/+91
* SERVER-41611 Add $setField aggregation expressionAlya Berciu2021-05-101-0/+258
* SERVER-49473 Test '.' and '$' fieldname storage validation for aggregate commandAlya Berciu2021-05-102-0/+73