summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_set_window_fields.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76850 Add failpoint to test spilling in set window fieldsGil Alon2023-05-081-1/+8
* SERVER-74725 Avoid duplicate keydefs for sortPeter Volk2023-04-281-1/+8
* SERVER-75343: Fix and centralize identifier redaction in SerializationOptionsWill Buerger2023-04-041-2/+2
* SERVER-75133: Redaction for $_internalApplyOplogUpdate, $sample, $group, $_in...Will Buerger2023-03-311-4/+4
* SERVER-74782: $setWindowFields redactionWill Buerger2023-03-211-13/+8
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-161-2/+6
* SERVER-69822: Use MemoryUsageTracker::withinMemoryLimit() consistentlyProjjal Chanda2023-01-311-5/+2
* SERVER-71691 handle paused execution in setWindowFieldsAlyssa Wagenmaker2023-01-061-1/+5
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-4/+2
* SERVER-67709 rename visit_helperBilly Donahue2022-07-061-1/+1
* SERVER-66923 Removed kFullyDowngradedTo_5_0 constants in the codebaseLuxi Liu2022-06-301-13/+9
* 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