summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_aggregation_planner.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70799 Remove ShardVersion::IGNORED()Allison Easton2023-03-131-3/+3
* SERVER-69801 Support sampling aggregate queries on sharded clustersCheahuychou Mao2022-11-111-5/+16
* SERVER-63811 Add check to allow documents stage to run without a database exi...galon12022-09-201-1/+3
* SERVER-63774 Pass optional dbVersion to runPipelineOnSpecificShardJennifer Peshansky2022-03-031-1/+1
* SERVER-62738 implement aggregate $_passthroughToShard optionMickey. J Winters2022-02-251-1/+18
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-1/+1
* SERVER-50027 Make CollectionType use IDL (Part 3)Kaloian Manassiev2020-11-021-1/+1
* SERVER-50246 Fix $unionWith explain with mode 'executionStats' to account for...Nick Zolnierz2020-09-081-1/+0
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-4/+5
* SERVER-45538 Add shard version retry logic for $unionWith sub-pipelineCharlie Swanson2020-02-261-0/+1
* SERVER-45528 Split/consolidate sharded_agg_helpers andNicholas Zolnierz2020-01-271-59/+70
* SERVER-42942 M/R Agg: Implement translation for cluster mapReduce commandNicholas Zolnierz2019-10-081-3/+3
* SERVER-31138 ensure releaseCursor returns a RAII safe typeGeorge Wangensteen2019-08-091-0/+2
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-091-1/+3
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* 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-1/+2
* SERVER-35899 Have mongos produce an aggregation plan that correctly uses an $...Martin Neupauer2018-09-191-16/+6
* SERVER-35905 Add logic to detect when $out is eligible for an exchangeCharlie Swanson2018-08-241-0/+28
* SERVER-33323 New cluster_aggregate libraryCharlie Swanson2018-08-201-0/+93