summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/pipeline_d.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43669 Serialize "sortKey" as BSONArrayJustin Seyster2020-01-271-6/+0
* SERVER-12335 indexKey $meta projection not populating fieldsAnton Korshunov2019-11-281-19/+20
* SERVER-43291 Consolidate projection execution interfacesAnton Korshunov2019-11-151-1/+0
* SERVER-44321 treat $meta-only projections depending on contextIan Boros2019-11-121-3/+6
* SERVER-44203 Complete TODO listed in SERVER-37453Anton Korshunov2019-11-061-2/+0
* SERVER-43294 Add new aggregation suite to be run with pipeline optimization t...Anton Korshunov2019-11-051-4/+0
* SERVER-44013 MR Agg: Report plan stats and summary for currentOp/profiler/slo...James Wahlin2019-10-311-7/+3
* Revert "SERVER-44013 MR Agg: Report plan stats and summary for currentOp/prof...James Wahlin2019-10-311-3/+7
* SERVER-42905 Push down user-specified projections to PlanStage layer if possibleAnton Korshunov2019-10-311-92/+47
* SERVER-44013 MR Agg: Report plan stats and summary for currentOp/profiler/slo...James Wahlin2019-10-311-7/+3
* SERVER-42713 Consistent sort key format for change streams pipelinesJustin Seyster2019-10-291-4/+5
* SERVER-7568 Push $sort into PlanStage layer even for blocking SORT plans.David Storch2019-10-221-188/+124
* SERVER-43844: Remove redundant collation BSONObj on ExpressionContextNicholas Zolnierz2019-10-211-9/+4
* SERVER-36723 Push $limit beneath DocumentSourceCursor into the PlanStage layer.David Storch2019-10-101-6/+49
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-42/+33
* SERVER-43202 propagate errors from interrupts during yieldingIan Boros2019-10-011-30/+45
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-0/+5
* SERVER-43013 Translate Map Reduce to Agg PipelineJacob Evans2019-09-101-14/+0
* SERVER-42852 Make PlanStage consistently hold children by unique_ptr.David Storch2019-09-041-2/+2
* SERVER-42903 Build ExpressionContext for translation of mapReduce to AggNicholas Zolnierz2019-08-211-0/+14
* SERVER-42600 Implement the FCV 4.4 checkShardVersion protocolEsha Maharishi2019-08-081-1/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-12/+11
* SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang2019-07-241-12/+0
* SERVER-41960 Refactor DocumentSourceSort logic into SortExecutorMisha Ivkov2019-07-231-4/+5
* SERVER-40969 No-op Document/Value to BSON conversion when Document has not be...Martin Neupauer2019-07-221-2/+2
* SERVER-42083 refactor SortPattern into its own classMisha Ivkov2019-07-121-3/+2
* SERVER-40258 Relax locking requirements for sharding metadata refresh on shardsRandolph Tan2019-06-271-7/+4
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+3
* SERVER-41222 TransactionHistoryIterator should not yield PBWM lockJustin Seyster2019-05-241-1/+2
* SERVER-40934 Add accessor for _sortPattern to DocumentSourceSortPawel Terlecki2019-05-231-1/+1
* SERVER-40465 $group will not distinct scan multikey indexIan Boros2019-05-031-0/+7
* SERVER-24860 Optimize away entire pipeline if it can be answered using a queryAnton Korshunov2019-04-031-35/+79
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-071-2/+2
* SERVER-39495 Only return versioned filtering metadata for cases that actually...Kaloian Manassiev2019-02-281-1/+1
* SERVER-39495 Move ShardingState::needCollectionMetadata under OperationShardi...Kaloian Manassiev2019-02-271-4/+5
* SERVER-39410 Re-enable batching in DSCursor for change stream cursorsBernard Gorman2019-02-211-1/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39109 fix case where agg uses illegal field pathIan Boros2019-01-231-5/+16
* SERVER-38408 Return postBatchResumeToken with each mongoD change stream batchBernard Gorman2018-12-221-1/+2
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-1/+1
* SERVER-36871 $sample can loop infinitely on orphaned dataBernard Gorman2018-12-111-27/+60
* SERVER-37750 Optimized $sample stage does not yieldBernard Gorman2018-11-151-17/+16
* SERVER-32198 Split CollectionShardingState::getMetadata into three methodsKaloian Manassiev2018-11-141-1/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-37297 Move aggregation pipeline stages that require sharding out of th...Henrik Edin2018-10-031-1/+1
* SERVER-9507 Optimize $sort+$group+$first pipeline to use DISTINCT_SCANJustin Seyster2018-09-261-31/+154
* SERVER-35900 Refactor transaction machinery out from Session classRandolph Tan2018-08-081-0/+1
* SERVER-35895: Add ability for $out to write to remote hostsNick Zolnierz2018-08-081-0/+4
* SERVER-35896: Support 'replaceDocuments' mode in $outNick Zolnierz2018-08-021-335/+0
* SERVER-19260 Log whether allowDiskUse:true aggregations used diskMinji2018-08-011-8/+12