summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62322 Allow an empty object to be projected in $setWindowFieldsserver-62322-setWindowFields-empty-objNicholas Zolnierz2022-01-191-2/+5
* SERVER-62094 fix memory tracking in $top/$bottom/$topN/$bottomN window functi...Mickey. J Winters2021-12-182-10/+58
* SERVER-62056 Improve `Sorter` code structureGregory Noma2021-12-165-67/+27
* SERVER-59772 Enable setWindowFields in transactions and with read concern sna...Ted Tuckman2021-12-152-37/+3
* SERVER-62003 Fix change stream rewrite for 'fullDocument' null-equality on 'd...Bernard Gorman2021-12-152-7/+58
* SERVER-61951 Delete TODO referencing SERVER-52247Mihai Andrei2021-12-151-2/+0
* SERVER-60672 Simpler pushdown when timeseries collection has no mixed-schema ...samontea2021-12-142-13/+58
* SERVER-58436 Implement spilling HashAggEric Cox2021-12-071-1/+1
* SERVER-60500: Implement linear interpolation window functionMaddie Zechar2021-12-079-8/+374
* SERVER-60207 Enable feature flag for $sortArrayAndrii Dobroshynski2021-12-062-14/+2
* SERVER-60967 Implement $sortArray in SBENeil Shweky2021-12-041-4/+5
* SERVER-61807 Remove flag guard from $locfTed Tuckman2021-12-031-1/+1
* SERVER-61842 Mixed mode writes to `config.system.preimages`Denis Grebennicov2021-12-032-17/+2
* SERVER-57886 add top/bottom/topN/bottomN operators as window functionsMickey. J Winters2021-12-039-66/+738
* SERVER-59084 Add includeIndexBuildInfo flag to listIndexesGabriel Marks2021-12-031-1/+2
* SERVER-61569 Enable all accumulators for pushdownEric Cox2021-12-025-8/+6
* SERVER-52247 Enable feature flag for Exact top-n accumulatorMihai Andrei2021-12-022-20/+23
* SERVER-58476 Add `numericOnly' option to collStats, use it for FTDCDaniel Gómez Ferro2021-11-301-0/+3
* SERVER-61787 Block pushdown of subplanned $match stageYoonsoo Kim2021-11-301-1/+2
* SERVER-61661 Upconvert missing values to null for $firstN/$lastN/$top/$bottom...Mihai Andrei2021-11-234-26/+37
* SERVER-60238 Implement pre-image propagation to secondaries for non-transacti...Mindaugas Malinauskas2021-11-234-2/+118
* SERVER-61548 Handle dotted partitionByFields in $densifyDavid Percy2021-11-222-7/+16
* SERVER-60814 Require 'unstable' field to avoid accidental additions to the st...Huayu Ouyang2021-11-224-0/+25
* SERVER-61651 Always check HashAgg memory limit in UnionWith.js testEric Cox2021-11-221-2/+2
* SERVER-59132: Improve error message for $merge with whenMatched: failHana Pearlman2021-11-222-0/+19
* SERVER-61493 Support sharded $stddev accumulators for SBE group pushdownYoonsoo Kim2021-11-191-4/+2
* SERVER-58602 Implement $geoNear on time-series measurementsDavid Percy2021-11-198-64/+360
* SERVER-61492 Support sharded $avg accumulator for SBE $group pushdownYoonsoo Kim2021-11-191-1/+1
* SERVER-60741 Change eligible find operations to not reposition cursors across...Ian Boros2021-11-182-0/+6
* SERVER-58429 enable group lowering into SBE for cached and multi- plansIrina Yatsenko2021-11-181-12/+3
* SERVER-61506 mark $reverseArray SBE compatibleMickey. J Winters2021-11-171-3/+1
* SERVER-29425 move pattern_cmp into a .cpp fileBilly Donahue2021-11-161-0/+1
* SERVER-59678 Avoid reconstructing PlanStageStats tree for replanningjoshua2021-11-152-3/+6
* SERVER-29425 implement $sortArray in classic engineNeil Shweky2021-11-155-0/+227
* SERVER-60502 Add $fill stageTed Tuckman2021-11-156-12/+274
* SERVER-60339 Add support for $planCacheStatsRuoxin Xu2021-11-101-3/+24
* SERVER-58691 Implement deletion of pre-images which corresponding oplog entry...Denis Grebennicov2021-11-104-0/+416
* SERVER-60044 Pushdown _internalBucketGeoWithin predicate for $geoIntersects q...Matt Boros2021-11-092-1/+60
* SERVER-61307 Add context to 'partitionBy' optimization errorsNicholas Zolnierz2021-11-081-1/+9
* SERVER-61042 Preserve limit when swapping $sort and $_internalUnpackBucketKatherine Wu2021-11-082-8/+37
* SERVER-57680 Use namespace instead of nss for naming log attributesSanika Phanse2021-11-084-14/+15
* SERVER-58726 Test spilling behavior for exact top-n accumulators and fix seri...Mihai Andrei2021-11-082-44/+79
* SERVER-60492 Support clustered capped collections with TTL expirationJosef Ahmad2021-11-081-1/+1
* SERVER-32739: Allow limit in $filter expressionMaddie Zechar2021-11-052-13/+85
* SERVER-60830 Added more predicates for $eq $lt $lte in internal unpack bucketMatt Boros2021-11-052-12/+30
* SERVER-59133 Change 'output' parameter to 'input' in syntax for $firstN/$last...Mihai Andrei2021-11-053-34/+39
* SERVER-53771 Facet summary stats addedBikash Chandra2021-11-049-31/+36
* SERVER-60501 Add $locf accumulatorTed Tuckman2021-11-034-0/+157
* SERVER-59505 Fix TS pushdown predicate to capture variable type measurementssamontea2021-11-026-60/+194
* SERVER-60957 Support change stream pre and post images in a sharded cluster.Rishab Joshi2021-10-292-15/+10