summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55556 add new totalUnitsWritten metric; add new localTime field to ope...r4.9.0-rc1Eric Milkie2021-05-031-0/+3
* SERVER-54390 Implement $dateTrunc in DocumentSource executionMindaugas Malinauskas2021-03-225-130/+636
* SERVER-55180 Convert SBE from std::string_view to StringDataBilly Donahue2021-03-211-10/+3
* SERVER-53977 Allow rewrite to produce only empty documents in $unpackBucket i...Svilen Mihaylov2021-03-193-1/+93
* Revert "SERVER-55180 Convert SBE from std::string_view to StringData"XueruiFa2021-03-191-3/+10
* SERVER-55180 Convert SBE from std::string_view to StringDataBilly Donahue2021-03-191-10/+3
* SERVER-54221 Implement $sample pushdown into $_internalUnpackBucketEric Cox2021-03-195-60/+696
* SERVER-55061 Handle missing meta and null meta differentlyYoonsoo Kim2021-03-182-24/+71
* SERVER-55290 Add memory tracking to sum and avg window functionsNick Zolnierz2021-03-182-2/+10
* SERVER-55217 Treat partitionBy constant as equivalent to no partitioningNick Zolnierz2021-03-181-3/+6
* SERVER-54240 Implement $covariance accumulator-onlyRuoxin Xu2021-03-174-0/+288
* Add limited $collStats invocations to API Version 1Charlie Swanson2021-03-174-1/+30
* SERVER-54470 Use IDL to parse $collStatsCharlie Swanson2021-03-1712-75/+246
* SERVER-53716 Enable rank accumulator window function translationTed Tuckman2021-03-172-10/+75
* SERVER-53713 Implement removable $sum and $avg window functionHartek Sabharwal2021-03-179-7/+654
* SERVER-52778 Cleanup the legacy shardCollection code pathKaloian Manassiev2021-03-172-2/+0
* Revert "SERVER-54221 Implement $sample pushdown into $_internalUnpackBucket"Eric Cox2021-03-175-696/+60
* SERVER-54221 Implement $sample pushdown into $_internalUnpackBucketEric Cox2021-03-175-60/+696
* SERVER-54142 Add memory tracking to DocumentSourceSetWindowFieldsTed Tuckman2021-03-1616-33/+118
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-4/+4
* SERVER-54821 Update a couple stale uses of window function syntaxNick Zolnierz2021-03-161-4/+4
* SERVER-55063 Window function StdDev can take the sqrt of a negative number an...Hartek Sabharwal2021-03-153-1/+60
* SERVER-53484: Allow rewrite to push meta predicates past $unpackBucketHana Pearlman2021-03-158-21/+396
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ...Jordi Serra Torrens2021-03-152-80/+69
* SERVER-54978 Unit test helper functions that convert index specs between unde...Dianna Hohensee2021-03-122-8/+14
* SERVER-54296 Fix incorrect cache size estimate logic in lookup_set_cache.hArun Banala2021-03-112-25/+65
* SERVER-54081 Defaulted to an empty exclude list if neither include nor exclud...Yoonsoo Kim2021-03-112-19/+71
* SERVER-54603 Improve AggregationRequest validation unit testsMihai Andrei2021-03-111-156/+308
* SERVER-54913 Create a LiteParse class for change stream internal stagesArun Banala2021-03-117-87/+151
* SERVER-53485 Allow rewrite to push meta $sort past $unpackBucketSvilen Mihaylov2021-03-103-0/+146
* SERVER-54237 Implement removable $first/$last window functionsHartek Sabharwal2021-03-103-0/+397
* SERVER-54849 Enhance window function testing helpers to also test removable w...Ted Tuckman2021-03-105-8/+14
* SERVER-53534 Support including postBatchResumeToken in cursor response for no...Mindaugas Malinauskas2021-03-109-40/+193
* SERVER-55054 Handle zero input documents in $setWindowFields stageNick Zolnierz2021-03-092-2/+21
* Revert "SERVER-54874: Ensure reading consistent config.collections and config...Jordi Serra Torrens2021-03-092-69/+80
* SERVER-55037 Fix stack-use-after-scope in $derivativeDavid Percy2021-03-081-2/+2
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ...Jordi Serra Torrens2021-03-082-80/+69
* SERVER-55031 Move window function classes to their own filesNick Zolnierz2021-03-0813-243/+671
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-052-2/+2
* SERVER-54234 Implement removable $stddev window functionHartek Sabharwal2021-03-053-0/+290
* SERVER-54233 Implement $derivative window-function executorDavid Percy2021-03-0410-69/+744
* SERVER-54607 Add support for right unbounded windows in removable document ex...Ted Tuckman2021-03-042-9/+31
* SERVER-54821 Change window function syntaxTed Tuckman2021-03-046-70/+139
* SERVER-54424 Support for window functions over [unbounded, unbounded] window ...Nick Zolnierz2021-03-032-42/+44
* SERVER-53758 Map predicates on min time to a portion of _idKatherine Wu2021-03-034-44/+291
* SERVER-54864: Peform dependancy analysis and include/exclude internalization ...Hana Pearlman2021-03-036-592/+486
* SERVER-53402 Enable and test accumulators over non-removable position based w...Nick Zolnierz2021-03-031-2/+0
* SERVER-54238 Implement removable $push and $addToSet window functionsRuoxin Xu2021-03-034-1/+384
* SERVER-54875 remove redeclaration of make_intrusive a client's friendBilly Donahue2021-03-031-3/+2
* SERVER-54615 Add window function translation to removable executorTed Tuckman2021-03-0213-98/+164