summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_set_window_fields.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76850 Add failpoint to test spilling in set window fieldsGil Alon2023-05-081-0/+2
* SERVER-74782: $setWindowFields redactionWill Buerger2023-03-211-2/+1
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-5/+1
* SERVER-74712 Add unimplemented document source serializersjoshua2023-03-131-0/+4
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-1/+18
* SERVER-67416 SERVER-23229 Always sort fieldpath string sets using custom comp...Steve Tarzia2022-07-061-1/+1
* SERVER-59772 Enable setWindowFields in transactions and with read concern sna...Ted Tuckman2021-12-151-35/+1
* SERVER-60038 Ban $setWindowFields in transactionsTed Tuckman2021-09-221-1/+36
* SERVER-55786 Update PartitionIterator memory usage when documents are releasedNick Zolnierz2021-05-191-3/+3
* SERVER-55464 Optimize pipelines with $sort after $setWindowFieldsDavid Percy2021-05-171-0/+3
* SERVER-56430 Spill to disk in partition iteratorTed Tuckman2021-05-121-11/+14
* SERVER-54573 Dependency analysis for $setWindowFields stagesamontea2021-05-041-8/+51
* SERVER-54664 Add per-function execution stats to $setWindowFields stageNick Zolnierz2021-04-301-5/+6
* SERVER-55874 Optimize any child expressions in $setWindowFieldsYuhong Zhang2021-04-201-0/+2
* SERVER-54294 Support range-based bounds for window functionsDavid Percy2021-04-191-1/+1
* SERVER-55339 Coverity analysis defect 117876: Uninitialized scalar fieldYuhong Zhang2021-03-301-1/+1
* SERVER-55185 Change SetWindowFields DiskUseRequirementTed Tuckman2021-03-221-1/+1
* SERVER-54142 Add memory tracking to DocumentSourceSetWindowFieldsTed Tuckman2021-03-161-0/+1
* SERVER-54049 Add translation phase for accumulator-style window functionsNick Zolnierz2021-02-231-18/+14
* Revert "SERVER-54049 Add translation phase for accumulator-style window funct...Nick Zolnierz2021-02-231-14/+18
* SERVER-54049 Add translation phase for accumulator-style window functionsNick Zolnierz2021-02-221-18/+14
* SERVER-53741 Add WindowFunctionExec for accumulator-only windowsNick Zolnierz2021-02-101-2/+2
* SERVER-53979 Add sum accumulator to window function stageTed Tuckman2021-02-091-0/+21
* SERVER-53399 Parse individual window functionsDavid Percy2021-02-041-7/+24
* SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy2021-01-271-6/+26
* Revert "SERVER-53397 Desugar $setWindowFields partitionBy using $sort"David Percy2021-01-261-26/+6
* SERVER-53397 Desugar $setWindowFields partitionBy using $sortDavid Percy2021-01-261-6/+26
* SERVER-53396 Create skeleton window function stage and IDL specNick Zolnierz2021-01-111-0/+88