summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/window_function
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-63049 Implemented counters for aggregate accumulator expressionsTimour Katchaounov2022-04-211-0/+3
* SERVER-61855 Add 5.2 language features to the stable APIMihai Andrei2022-03-301-8/+8
* SERVER-60899 Add time expressions and window functions to V1Joel Redman2022-03-283-29/+67
* Revert "SERVER-60899 Add new time expressions and original window functions t...auto-revert-processor2022-03-223-67/+29
* SERVER-60899 Add new time expressions and original window functions to V1Joel Redman2022-03-213-29/+67
* SERVER-62361 Delete TODO leftover from SERVER-52247Mihai Andrei2022-01-061-2/+0
* SERVER-62019: Remove flag guard from linearFillMaddie Zechar2022-01-041-3/+5
* SERVER-61951 Delete TODO referencing SERVER-52247Mihai Andrei2021-12-151-2/+0
* SERVER-60500: Implement linear interpolation window functionMaddie Zechar2021-12-077-7/+370
* SERVER-57886 add top/bottom/topN/bottomN operators as window functionsMickey. J Winters2021-12-035-41/+253
* SERVER-52247 Enable feature flag for Exact top-n accumulatorMihai Andrei2021-12-021-6/+7
* SERVER-61661 Upconvert missing values to null for $firstN/$lastN/$top/$bottom...Mihai Andrei2021-11-232-11/+13
* SERVER-60502 Add $fill stageTed Tuckman2021-11-151-10/+14
* SERVER-60501 Add $locf accumulatorTed Tuckman2021-11-031-0/+63
* SERVER-60639 Defer TemporaryRecordStore dropping to the storage engineLouis Williams2021-10-222-8/+0
* SERVER-59159 Update $min/max window functions to ignore null values to match ...Mihai Andrei2021-10-212-16/+40
* SERVER-59075 Create temporary RecordStore in HashAgg stageEric Cox2021-10-142-3/+4
* SERVER-57884 Implement $firstN/$lastN as window functionsMihai Andrei2021-10-075-71/+415
* SERVER-58379 Extend REGISTER macros to support API version, FCV, and conditio...Mihai Andrei2021-09-152-31/+66
* Revert "SERVER-58379 Extend REGISTER macros to support API version, FCV, and ...Uladzimir Makouski2021-09-142-66/+31
* SERVER-58379 Extend REGISTER macros to support API version, FCV, and conditio...Mihai Andrei2021-09-132-31/+66
* SERVER-58072 Changed unnecessary uses of isEnabledAndIgnoreFCV() to isEnabled...Jennifer Peshansky2021-09-031-1/+2
* SERVER-57885 Implement $minN and $maxN as window functionsMihai Andrei2021-08-234-24/+444
* SERVER-57878 Implement $firstN and $lastN accumulatorsRaunak Chowdhury2021-08-191-4/+2
* SERVER-57633 SERVER-59098 fix implicit long long to double conversion in wind...Benety Goh2021-08-191-3/+3
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-1/+1
* SERVER-58877 Ban spilling to disk in SpillableCache without a storage engineTed Tuckman2021-07-281-0/+8
* SERVER-57629 Change $integral&$derivative argsJacob Evans2021-06-258-102/+95
* SERVER-57143 fix uninitialized scalar fieldRidhwaan Anayetullah2021-06-151-1/+1
* SERVER-56849: Improve error reporting for $setWindowFieldsMaddie Zechar2021-06-071-8/+34
* SERVER-57338 Separate partition checking code from PartitionIteratorTed Tuckman2021-06-072-31/+17
* SERVER-57386 Clear values vector in WindowFunctionExec on resetTed Tuckman2021-06-043-13/+19
* SERVER-56449 Allow $derivative and $integral to use descending sortBy (docume...samontea2021-06-032-9/+4
* SERVER-57130 Traverse arrays while filling the Document cachesamontea2021-05-251-4/+29
* SERVER-54192 Each query parser initializer set should be grouped by a single ...Anton Korshunov2021-05-252-12/+13
* SERVER-57148 Pass variables states to input evaluation in removable range exe...Nick Zolnierz2021-05-241-1/+1
* SERVER-56724 change tassert to uassert in $integral window functionRuslan Abdulkhalikov2021-05-192-1/+27
* SERVER-55786 Update PartitionIterator memory usage when documents are releasedNick Zolnierz2021-05-1921-271/+356
* SERVER-54243 Desugar \$shift window function to \$first with a one doc windowJoel Redman2021-05-148-42/+263
* SERVER-56685 Stricter parsing for $expMovingAvg, require an explicit 'sortBy'...Nick Zolnierz2021-05-131-5/+8
* SERVER-56430 Spill to disk in partition iteratorTed Tuckman2021-05-1211-123/+731
* SERVER-56249 $derivative throws an error when sortBy value is an unexpected typeDavid Percy2021-05-052-39/+41
* SERVER-54246 $integral over time-based windowRuoxin Xu2021-05-041-2/+4
* SERVER-54573 Dependency analysis for $setWindowFields stagesamontea2021-05-041-0/+6
* SERVER-55064 Add translation logic for $first/$last executorsamontea2021-05-043-0/+135
* SERVER-55588 Add translation logic for $integral executorRuoxin Xu2021-05-0110-107/+259
* SERVER-54664 Add per-function execution stats to $setWindowFields stageNick Zolnierz2021-04-302-0/+3
* SERVER-54235 Desugar $count window function as {$sum : 1}Joel Redman2021-04-303-4/+120
* SERVER-55270 Change stdDev window functions to default to nullTed Tuckman2021-04-262-6/+6