summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55786 Update PartitionIterator memory usage when documents are releasedNick Zolnierz2021-05-2427-339/+542
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-242-5/+2
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-2110-21/+32
* SERVER-57024 Fix SpillableCache writes to disk across getMore requestsTed Tuckman2021-05-201-0/+15
* SERVER-56724 change tassert to uassert in $integral window functionRuslan Abdulkhalikov2021-05-202-1/+27
* SERVER-52307 Enable dots and dollars feature flagAlya Berciu2021-05-182-16/+22
* SERVER-56422 Collect and expose usage statistics for aggregate expressionsMilena Ivanova2021-05-182-0/+7
* SERVER-57005 Fix unpackbucket rewrite after optimizeEndOfPipelineSvilen Mihaylov2021-05-171-0/+4
* SERVER-56124 Provide an alias to $_internalUnpackBucket for Atlas Online ArchiveEthan Zhang2021-05-178-342/+496
* SERVER-55464 Optimize pipelines with $sort after $setWindowFieldsDavid Percy2021-05-172-0/+115
* SERVER-54243 Desugar \$shift window function to \$first with a one doc windowJoel Redman2021-05-149-42/+264
* SERVER-53637 Add internal $lookup sub-pipeline collationJames Wahlin2021-05-143-20/+135
* SERVER-55964 Replace "blacklist" in all code and commentsShreyas Kalyan2021-05-145-8/+8
* SERVER-56453 move LocalOplogInfo header from repl/ to catalog/Benety Goh2021-05-141-1/+0
* SERVER-56685 Stricter parsing for $expMovingAvg, require an explicit 'sortBy'...Nick Zolnierz2021-05-131-5/+8
* SERVER-49118 Update error messages for operations that reject fieldnames with...Alya Berciu2021-05-132-3/+16
* SERVER-55961: Replace 'whitelist' in variable names, types, and commentsVarun Ravichandran2021-05-125-9/+9
* SERVER-56430 Spill to disk in partition iteratorTed Tuckman2021-05-1221-142/+1066
* SERVER-56548 Add $unsetField aliasAlya Berciu2021-05-121-14/+20
* SERVER-54676 Serialization and deserialization for shard-side change streams ...Arun Banala2021-05-1225-629/+1389
* SERVER-41611 Add $setField aggregation expressionAlya Berciu2021-05-104-0/+175
* SERVER-55491: Make DocumentSourceUpdateOnAddShards as the first class member ...Rishab Joshi2021-05-0910-144/+371
* SERVER-54507 Can't execute merge if sharding catalog cache is emptyEric Cox2021-05-071-3/+19
* SERVER-50523 Support opening single-collection change stream on a system coll...Mindaugas Malinauskas2021-05-063-3/+46
* SERVER-56546 Update $getField expression syntaxAnton Korshunov2021-05-053-41/+70
* SERVER-56249 $derivative throws an error when sortBy value is an unexpected typeDavid Percy2021-05-052-39/+41
* SERVER-54246 $integral over time-based windowRuoxin Xu2021-05-041-2/+4
* SERVER-55058 More move optimizations for Document/ValueDenis Grebennicov2021-05-046-10/+11
* SERVER-54573 Dependency analysis for $setWindowFields stagesamontea2021-05-044-15/+137
* SERVER-55064 Add translation logic for $first/$last executorsamontea2021-05-043-0/+135
* SERVER-55556 add new totalUnitsWritten metric; add new localTime field to ope...Eric Milkie2021-05-031-0/+3
* SERVER-55789 Add explain metric for peak memory usage of $setWindowFields stageNick Zolnierz2021-05-032-5/+22
* SERVER-55588 Add translation logic for $integral executorRuoxin Xu2021-05-0113-107/+354
* SERVER-55790 Ensure query rewrites for time-series collections are correct in...Katherine Wu2021-04-303-12/+38
* SERVER-56083 [SBE] Expressions unsupported in SBE for agg operations prevent ...Eric Cox2021-04-301-0/+5
* SERVER-54664 Add per-function execution stats to $setWindowFields stageNick Zolnierz2021-04-307-85/+226
* SERVER-54235 Desugar $count window function as {$sum : 1}Joel Redman2021-04-305-4/+124
* SERVER-54937 Removes DocumentSourceChangeStreamCloseCursor dependencies on in...Rishab Joshi2021-04-3010-27/+270
* SERVER-56494: Fix handling of groupby min/max rewrite if unpackbucket is the ...Svilen Mihaylov2021-04-291-1/+8
* SERVER-51072 $skip and $limit stages silently round large doubles to MAX_LONGDenis Grebennicov2021-04-282-10/+12
* SERVER-56353 Cleanup incomplete chunks from a failed pre-5.0 shard/dropCollec...Kaloian Manassiev2021-04-281-1/+1
* SERVER-55575 Optimize $group on meta $min/$max on measurements for time-serie...Svilen Mihaylov2021-04-275-0/+172
* SERVER-55270 Change stdDev window functions to default to nullTed Tuckman2021-04-262-6/+6
* SERVER-54239 Implement $integral function over position-based windows onlyRuoxin Xu2021-04-269-4/+619
* SERVER-55059 Move fast-path of ExpressionContext::checkForInterrupt inlineRushan Chen2021-04-232-7/+13
* SERVER-54295 Support time-based window bounds in $setWindowFieldsDavid Percy2021-04-215-47/+67
* SERVER-53491: Finalize optimization tests for $_internalUnpackBucketHana Pearlman2021-04-212-30/+68
* SERVER-30417: Implement $getField expressionAlya Berciu2021-04-214-0/+169
* SERVER-55099 Update $_internalUnpackBucket serialization and parsingJacob Evans2021-04-217-61/+169
* SERVER-52328 Enable feature flag for Window FunctionsKatherine Wu2021-04-201-4/+4