summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/window_function/window_function_expression.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74356: Finalize syntax of $percentileNaama Bareket2023-03-311-7/+7
* SERVER-74559 add $percentile and $median as window functionsGil Alon2023-03-291-8/+82
* SERVER-74782: $setWindowFields redactionWill Buerger2023-03-211-4/+3
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-1/+1
* SERVER-69871 Move feature_flag unit into server_baseSara Golemon2022-09-221-1/+1
* SERVER-68910 Recieve -> ReceiveMatt Kneiser2022-08-301-3/+3
* SERVER-67260 replaced _WITH_MIN_VERSION macros with _WITH_FEATURE_FLAG macrosLuxi Liu2022-08-031-9/+9
* Revert "SERVER-67260 removed _WITH_MIN_VERSION functions, replaced parameters...auto-revert-processor2022-07-291-9/+9
* SERVER-67260 removed _WITH_MIN_VERSION functions, replaced parameters that us...Luxi Liu2022-07-281-9/+9
* SERVER-67585: first changesZahra Poonevala2022-07-131-5/+1
* SERVER-67579 Remove featureFlagExactTopNAccumulatorMickey. J Winters2022-07-011-44/+13
* 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-281-7/+33
* Revert "SERVER-60899 Add new time expressions and original window functions t...auto-revert-processor2022-03-221-33/+7
* SERVER-60899 Add new time expressions and original window functions to V1Joel Redman2022-03-211-7/+33
* 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-071-6/+6
* SERVER-57886 add top/bottom/topN/bottomN operators as window functionsMickey. J Winters2021-12-031-36/+95
* SERVER-52247 Enable feature flag for Exact top-n accumulatorMihai Andrei2021-12-021-6/+7
* SERVER-57884 Implement $firstN/$lastN as window functionsMihai Andrei2021-10-071-57/+68
* SERVER-58379 Extend REGISTER macros to support API version, FCV, and conditio...Mihai Andrei2021-09-151-16/+34
* Revert "SERVER-58379 Extend REGISTER macros to support API version, FCV, and ...Uladzimir Makouski2021-09-141-34/+16
* SERVER-58379 Extend REGISTER macros to support API version, FCV, and conditio...Mihai Andrei2021-09-131-16/+34
* 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-231-0/+97
* SERVER-56849: Improve error reporting for $setWindowFieldsMaddie Zechar2021-06-071-8/+34
* SERVER-54192 Each query parser initializer set should be grouped by a single ...Anton Korshunov2021-05-251-5/+4
* SERVER-54243 Desugar \$shift window function to \$first with a one doc windowJoel Redman2021-05-141-1/+4
* SERVER-56685 Stricter parsing for $expMovingAvg, require an explicit 'sortBy'...Nick Zolnierz2021-05-131-5/+8
* SERVER-55064 Add translation logic for $first/$last executorsamontea2021-05-041-0/+59
* SERVER-54907 Parse and translate $derivative window functionDavid Percy2021-04-071-2/+3
* SERVER-54336 Implement expMovingAvg window functionTed Tuckman2021-03-311-0/+56
* SERVER-54821 Change window function syntaxTed Tuckman2021-03-041-9/+11
* SERVER-54615 Add window function translation to removable executorTed Tuckman2021-03-021-1/+2
* SERVER-53741 Add WindowFunctionExec for accumulator-only windowsNick Zolnierz2021-02-101-0/+72