summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/window_function
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-1/+1
* SERVER-76284: Fix memory leak in percentile benchmark testGil Alon2023-04-211-4/+4
* SERVER-75191 Improve $percentile bounded window function performance and add ...Gil Alon2023-04-123-6/+207
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-1/+2
* SERVER-74356: Finalize syntax of $percentileNaama Bareket2023-03-313-13/+15
* SERVER-75115 allow $percentile and $median window functions to spillGil Alon2023-03-301-12/+1
* SERVER-74559 add $percentile and $median as window functionsGil Alon2023-03-297-65/+320
* SERVER-74782: $setWindowFields redactionWill Buerger2023-03-216-38/+40
* SERVER-74843 Remove overloaded document source serializers and change signatu...Will Buerger2023-03-163-7/+7
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-115-193/+197
* SERVER-69822: Use MemoryUsageTracker::withinMemoryLimit() consistentlyProjjal Chanda2023-01-311-5/+2
* SERVER-71691 handle paused execution in setWindowFieldsAlyssa Wagenmaker2023-01-062-4/+18
* SERVER-71387 Add missing typecheck for range-based windowDavid Percy2023-01-061-2/+7
* SERVER-69926 errorcodes.py doesn't detect duplicate errors in MONGO_UNREACHAB...Reo Kimura2022-10-131-7/+7
* SERVER-69871 Move feature_flag unit into server_baseSara Golemon2022-09-221-1/+1
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-205-5/+5
* SERVER-69675 Simplify window_function_exec_linear_fill interpolateBilly Donahue2022-09-151-21/+26
* SERVER-68910 Recieve -> ReceiveMatt Kneiser2022-08-301-3/+3
* SERVER-63845 Separate variable reference tracking from pipeline field depende...Nicholas Zolnierz2022-08-181-3/+30
* SERVER-61281 Use memoization for Document::getApproximateSizeNikita Lapkov2022-08-102-9/+13
* Revert "SERVER-61281 Use memoization for Document::getApproximateSize"Kyle Suarez2022-08-031-5/+5
* SERVER-67260 replaced _WITH_MIN_VERSION macros with _WITH_FEATURE_FLAG macrosLuxi Liu2022-08-032-29/+33
* Revert "SERVER-67260 removed _WITH_MIN_VERSION functions, replaced parameters...auto-revert-processor2022-07-292-33/+29
* SERVER-67260 removed _WITH_MIN_VERSION functions, replaced parameters that us...Luxi Liu2022-07-282-29/+33
* SERVER-61281 Use memoization for Document::getApproximateSizeNikita Lapkov2022-07-281-5/+5
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-2/+2
* SERVER-67585: first changesZahra Poonevala2022-07-131-5/+1
* SERVER-67709 rename visit_helperBilly Donahue2022-07-065-12/+12
* SERVER-67579 Remove featureFlagExactTopNAccumulatorMickey. J Winters2022-07-011-44/+13
* 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