summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/pipeline.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45538 Add shard version retry logic for $unionWith sub-pipelineCharlie Swanson2020-02-261-0/+18
* SERVER-46015 Cleanup Pipeline parsing for aggregation stages with child pipel...Nicholas Zolnierz2020-02-191-124/+86
* SERVER-45465 Add support for storing $unionWith in a view (unsharded)Charlie Swanson2020-02-131-0/+17
* SERVER-44438 Have queryableBackupMode open WT in read/write modeGregory Wlodarek2019-12-201-1/+2
* SERVER-31072 reorder $limit before $lookup in pipeline if no $unwind is presentKatherine Wu2019-12-171-5/+0
* SERVER-44897 remove MongoProcessInterface::setOperationContext()Benety Goh2019-12-161-2/+0
* SERVER-21784 Track 'nReturned' and 'executionTimeMillis' execution stats for ...Mihai Andrei2019-12-021-2/+26
* SERVER-12335 indexKey $meta projection not populating fieldsAnton Korshunov2019-11-281-4/+4
* SERVER-42137 Allow aggregation stage to write to a collection that the query...Mihai Andrei2019-11-201-14/+0
* SERVER-44018 Fix MR agg output mode 'reduce' and move JsExecution to decorato...Nicholas Zolnierz2019-10-171-1/+0
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-7/+5
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-42507 Add internal javascript emit aggregation expressionNick Zolnierz2019-08-071-0/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+3
* SERVER-41750 refactor renamed paths API.George Wangensteen2019-06-281-42/+0
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-41180 Rename 'MergingLogic' to 'DistributedPlanLogic' to avoid confusi...Arun Banala2019-05-241-1/+1
* SERVER-33727 Do not wait for write concern if opTime didn't change during writeJames Wahlin2019-05-231-1/+1
* SERVER-40429 Add merge stage to write output to existing collectionAnton Korshunov2019-05-021-10/+10
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-38360 Prevent $out writing to ns read from in the same pipelineCharlie Swanson2019-02-141-5/+23
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38311 Change out merging strategyCharlie Swanson2019-02-131-2/+1
* Revert " SERVER-38311 Adjust $out merging strategy"Charlie Swanson2019-01-161-1/+2
* SERVER-38311 Adjust $out merging strategyCharlie Swanson2019-01-161-2/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36911: Ensure that cluster aggregations that fail clean up cursorsNick Zolnierz2018-10-041-0/+4
* SERVER-37297 Move aggregation pipeline stages that require sharding out of th...Henrik Edin2018-10-031-1/+0
* SERVER-37100 add context to agg pre-evaluation errorsRobert Guo2018-10-021-9/+14
* SERVER-35419 $lookup and $facet must inherit constraints from childrenKyle Suarez2018-09-141-6/+6
* SERVER-35905 Add logic to detect when $out is eligible for an exchangeCharlie Swanson2018-08-241-0/+42
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-151-22/+3
* SERVER-19260 Log whether allowDiskUse:true aggregations used diskMinji2018-08-011-0/+5
* SERVER-35891 add failpoints to disable aggregation optimizationsVarun Arora2018-07-251-0/+13
* SERVER-35388 Improve misleading error messages for operations banned in trans...Samy Lanka2018-06-251-1/+1
* SERVER-35329 Package agg projection code for use outside of agg executionBernard Gorman2018-06-221-4/+4
* SERVER-34113 Remove all support for snapshot reads outside multi-document tra...Xiangyu Yao2018-06-191-3/+2
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-9/+10
* SERVER-25596 Rename SplittableDocumentSource to NeedsMergerDocumentSourceKevinCybura2018-05-111-1/+1
* SERVER-34695: Move aggregation retry logic to command processing layerNick Zolnierz2018-05-011-26/+0
* SERVER-33323 Fix pushBack, remove const from size_t, and fix s390xCharlie Swanson2018-04-051-1/+3
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-94/+34
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-34/+94
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-94/+34
* SERVER-33551 Switch Pipeline to use session interface to determine if in a tr...Matthew Russotto2018-03-191-4/+1
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-091-15/+24
* SERVER-24978 Use AsyncResultsMerger in $mergeCursorsCharlie Swanson2018-03-061-1/+1
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-4/+3