summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_aggregation_planner.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-48128 ShardServerProcessInterface should only version internal command...Bernard Gorman2020-07-271-1/+7
* SERVER-48557: Omit cursor.atClusterTime field from read replies in transactionsLingzhi Deng2020-06-151-1/+3
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-121-1/+1
* Revert "SERVER-46716: Add tests for let parameters for sharded update"Katherine Wu2020-06-121-1/+1
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-111-1/+1
* SERVER-48353 logv2 cleanup for db/query, s/query, db/views, db/matcherMindaugas Malinauskas2020-06-081-4/+5
* SERVER-47690 Snapshot reads via mongosA. Jesse Jiryu Davis2020-05-071-2/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-2/+8
* SERVER-45535 Have $unionWith support explainTed Tuckman2020-03-021-72/+2
* Revert "SERVER-45535 Support explain in $unionWith"Charlie Swanson2020-02-281-2/+72
* SERVER-45535 Support explain in $unionWithTed Tuckman2020-02-281-72/+2
* Revert "SERVER-45535 Have $unionWith support explain"Ted Tuckman2020-02-281-2/+72
* SERVER-45535 Have $unionWith support explainTed Tuckman2020-02-271-72/+2
* SERVER-45538 Add shard version retry logic for $unionWith sub-pipelineCharlie Swanson2020-02-261-2/+1
* SERVER-44202 Remove unnecessary TODO comment pertaining to explain of exchang...David Storch2020-02-251-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-46015 Cleanup Pipeline parsing for aggregation stages with child pipel...Nicholas Zolnierz2020-02-191-3/+3
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-3/+7
* SERVER-45528 Split/consolidate sharded_agg_helpers andNicholas Zolnierz2020-01-271-411/+693
* SERVER-12335 indexKey $meta projection not populating fieldsAnton Korshunov2019-11-281-2/+2
* SERVER-36723 Push $limit beneath DocumentSourceCursor into the PlanStage layer.David Storch2019-10-101-5/+2
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-7/+4
* SERVER-42942 M/R Agg: Implement translation for cluster mapReduce commandNicholas Zolnierz2019-10-081-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-091-2/+2
* SERVER-41750 refactor renamed paths API.George Wangensteen2019-06-281-6/+5
* SERVER-40432 Undo 4.2 changes to $outAnton Korshunov2019-05-301-1/+1
* SERVER-41180 Rename 'MergingLogic' to 'DistributedPlanLogic' to avoid confusi...Arun Banala2019-05-241-9/+9
* SERVER-40429 Add merge stage to write output to existing collectionAnton Korshunov2019-05-021-13/+10
* SERVER-39740 Migrate set parameters in cluster_query_knobs to IDLSara Golemon2019-02-281-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38311 Change out merging strategyCharlie Swanson2019-02-131-20/+13
* SERVER-38688 Abandon $lookup cache when not localJames Wahlin2019-01-221-0/+17
* Revert " SERVER-38311 Adjust $out merging strategy"Charlie Swanson2019-01-161-13/+20
* SERVER-38311 Adjust $out merging strategyCharlie Swanson2019-01-161-20/+13
* SERVER-36881 Push merge-pipeline $limit stage to shards.Justin Seyster2018-11-091-0/+97
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-37349 Later statements in a transaction should target shards using the...Jack Mulrow2018-10-191-2/+3
* SERVER-36911: Ensure that cluster aggregations that fail clean up cursorsNick Zolnierz2018-10-041-2/+14
* SERVER-37297 Move aggregation pipeline stages that require sharding out of th...Henrik Edin2018-10-031-2/+2
* SERVER-36113 Add ability to perform $exchange when shard key is hashedMartin Neupauer2018-10-011-2/+1
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-1/+1
* SERVER-36047: Enforce existence of unique index containing fields of $out uni...Nick Zolnierz2018-09-211-1/+1
* SERVER-37016 Don't stash TransactionRouter inside ShardingTaskExecutorRandolph Tan2018-09-211-2/+16
* SERVER-35899 Have mongos produce an aggregation plan that correctly uses an $...Martin Neupauer2018-09-191-14/+49
* SERVER-35905 Add logic to detect when $out is eligible for an exchangeCharlie Swanson2018-08-241-0/+165
* SERVER-33323 New cluster_aggregate libraryCharlie Swanson2018-08-201-0/+258