summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_set_window_fields.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60899 Add time expressions and window functions to V1Joel Redman2022-03-281-2/+2
* Revert "SERVER-60899 Add new time expressions and original window functions t...auto-revert-processor2022-03-221-2/+2
* SERVER-60899 Add new time expressions and original window functions to V1Joel Redman2022-03-211-2/+2
* SERVER-63079 Avoid using projection parser in $setWindowFields executionNicholas Zolnierz2022-02-011-11/+24
* SERVER-62322 Allow an empty object to be projected in $setWindowFieldsNicholas Zolnierz2022-01-211-3/+8
* Revert "SERVER-62322 Allow an empty object to be projected in $setWindowFields"auto-revert-processor2022-01-211-6/+3
* SERVER-62322 Allow an empty object to be projected in $setWindowFieldsNicholas Zolnierz2022-01-201-3/+6
* SERVER-59772 Enable setWindowFields in transactions and with read concern sna...Ted Tuckman2021-12-151-2/+2
* SERVER-61307 Add context to 'partitionBy' optimization errorsNicholas Zolnierz2021-11-081-1/+9
* SERVER-60762 Error when partitionBy is a constant arrayDavid Percy2021-10-221-2/+6
* SERVER-60038 Ban $setWindowFields in transactionsTed Tuckman2021-09-221-2/+2
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-2/+2
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-2/+2
* SERVER-58076 Exclude new 5.0 language features from stable APICharlie Swanson2021-06-291-2/+2
* SERVER-56197 Remove feature flag for window functionsNick Zolnierz2021-06-011-9/+4
* SERVER-56757 Add query knob to ensure that setWindowFields is in deterministi...samontea2021-05-251-13/+22
* SERVER-55786 Update PartitionIterator memory usage when documents are releasedNick Zolnierz2021-05-191-12/+13
* SERVER-55464 Optimize pipelines with $sort after $setWindowFieldsDavid Percy2021-05-171-0/+112
* SERVER-56430 Spill to disk in partition iteratorTed Tuckman2021-05-121-8/+23
* SERVER-55789 Add explain metric for peak memory usage of $setWindowFields stageNick Zolnierz2021-05-031-1/+3
* SERVER-54664 Add per-function execution stats to $setWindowFields stageNick Zolnierz2021-04-301-9/+39
* SERVER-56160 Exclude $setWindowFields from API Version 1Charlie Swanson2021-04-201-2/+2
* SERVER-55874 Optimize any child expressions in $setWindowFieldsYuhong Zhang2021-04-201-0/+11
* SERVER-54294 Support range-based bounds for window functionsDavid Percy2021-04-191-1/+2
* SERVER-54694 Register $setWindowFields with min FCVTed Tuckman2021-04-091-2/+2
* SERVER-53638 Enable pushdown of config.cache.chunks $lookup through $sortCharlie Swanson2021-04-091-1/+1
* SERVER-54907 Parse and translate $derivative window functionDavid Percy2021-04-071-1/+1
* SERVER-53712 Track and release documents from PartitionIterator when possibleNick Zolnierz2021-03-231-1/+1
* SERVER-55217 Treat partitionBy constant as equivalent to no partitioningNick Zolnierz2021-03-181-3/+6
* SERVER-54142 Add memory tracking to DocumentSourceSetWindowFieldsTed Tuckman2021-03-161-0/+7
* SERVER-54821 Update a couple stale uses of window function syntaxNick Zolnierz2021-03-161-4/+4
* SERVER-54913 Create a LiteParse class for change stream internal stagesArun Banala2021-03-111-0/+2
* SERVER-55054 Handle zero input documents in $setWindowFields stageNick Zolnierz2021-03-091-2/+8
* SERVER-54821 Change window function syntaxTed Tuckman2021-03-041-4/+3
* SERVER-53402 Enable and test accumulators over non-removable position based w...Nick Zolnierz2021-03-031-2/+0
* SERVER-54340 Allow setting to dotted paths in window functionsRuoxin Xu2021-02-261-3/+8
* SERVER-54049 Add translation phase for accumulator-style window functionsNick Zolnierz2021-02-231-49/+22
* Revert "SERVER-54049 Add translation phase for accumulator-style window funct...Nick Zolnierz2021-02-231-22/+49
* SERVER-54049 Add translation phase for accumulator-style window functionsNick Zolnierz2021-02-221-49/+22
* SERVER-54236 Implement $count accumulatorHartek Sabharwal2021-02-191-0/+5
* SERVER-54072 Added internal-client checks for aggregation command.Rishab Joshi2021-02-191-0/+2
* SERVER-53974 Generate unique field name for partitionBy expressionHartek Sabharwal2021-02-181-3/+5
* SERVER-54388 Fix variable shadowing in document_source_set_window_fields.cppNick Zolnierz2021-02-121-2/+2
* SERVER-53979 Add sum accumulator to window function stageTed Tuckman2021-02-091-2/+60
* SERVER-53399 Parse individual window functionsDavid Percy2021-02-041-15/+68
* SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy2021-01-271-6/+139
* Revert "SERVER-53397 Desugar $setWindowFields partitionBy using $sort"David Percy2021-01-261-139/+6
* SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy2021-01-261-6/+139
* SERVER-53396 Create skeleton window function stage and IDL specNick Zolnierz2021-01-111-0/+81