summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_aggregate.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33323 New cluster_aggregate libraryCharlie Swanson2018-08-201-1097/+0
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-151-141/+131
* SERVER-35895: Add ability for $out to write to remote hostsNick Zolnierz2018-08-081-8/+9
* SERVER-35896: Support 'replaceDocuments' mode in $outNick Zolnierz2018-08-021-2/+2
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-4/+10
* SERVER-35255: whole-cluster $changeStreams send listCollections to the config...Nick Zolnierz2018-06-121-3/+12
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-32088: ChangeStream resumeAfter does not work on sharded collections i...Nick Zolnierz2018-05-291-61/+124
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-1/+1
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-34695: Move aggregation retry logic to command processing layerNick Zolnierz2018-05-011-141/+93
* SERVER-34138 Allow change stream to be opened against non-existent DB and col...Bernard Gorman2018-04-291-227/+287
* SERVER-33991 Pass txnNumber in getMore requests through mongosJack Mulrow2018-04-231-0/+2
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-39/+37
* Fix merge conflict errorsWilliam Schultz2018-04-051-1/+0
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-37/+40
* SERVER-33767 verify targeted shard for global snapshot reads with multi-versi...Misha Tyulenev2018-04-041-50/+21
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-29/+37
* Revert "SERVER-33767 verify targeted shard for global snapshot reads with mul...William Schultz2018-04-041-21/+50
* SERVER-33767 verify targeted shard for global snapshot reads with multi-versi...Misha Tyulenev2018-04-041-50/+21
* SERVER-34271 Rename ErrorCodes::isStaleShardingError to ErrorCodes::isStaleSh...Esha Maharishi2018-04-031-3/+3
* SERVER-34270 Rename CatalogCache::onStaleConfigError() to CatalogCache::onSta...Esha Maharishi2018-04-031-1/+1
* SERVER-34269 Make CachedCollectionRoutingInfo an explicit 'package' of the da...Esha Maharishi2018-04-031-9/+9
* SERVER-33797: Reload ShardRegistry on shard collection commandMatthew Saltz2018-03-291-2/+2
* SERVER-34016 Add number of contacted shards to the mongos slow query logBernard Gorman2018-03-281-0/+9
* SERVER-33029 support global snapshot aggregate commandMisha Tyulenev2018-03-271-11/+73
* SERVER-14900 Record post-execution CurOp metrics on mongoSBernard Gorman2018-03-241-1/+9
* SERVER-33718 Explain does not produce a plan for mongoS-only aggregation pipe...Bernard Gorman2018-03-241-0/+8
* SERVER-14900 Log operations that exceed slowMs on mongoSBernard Gorman2018-03-221-0/+2
* SERVER-33028 Support readConcern snapshot in cluster find commandJack Mulrow2018-03-211-10/+1
* SERVER-30375 Make 'renameCollection' attach databaseVersion and shardVersion=...Kaloian Manassiev2018-03-211-0/+1
* SERVER-32615 Make most outgoing mongos user commands that can write set impli...Randolph Tan2018-03-071-2/+4
* SERVER-33660 Only check out session for operations with a txnNumberCharlie Swanson2018-03-061-0/+6
* SERVER-24978 Use AsyncResultsMerger in $mergeCursorsCharlie Swanson2018-03-061-41/+30
* SERVER-27664 Use scatterGatherVersionedTargetByRoutingTable instead of passth...Kaloian Manassiev2018-03-051-3/+2
* SERVER-29908 Consolidate some sharding libraries to help break dependency cyclesKaloian Manassiev2018-02-121-1/+0
* SERVER-32395 Make killCursors work against pinned cursors on mongos when auth...Ian Boros2018-02-071-5/+4
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-4/+4
* SERVER-32587 Convert StaleConfigException to use ErrorExtraInfoMathias Stearn2018-01-171-12/+7
* SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-171-88/+84
* Revert "SERVER-32308: Add the ability for a $lookup stage to execute on mongo...Nick Zolnierz2018-01-161-38/+474
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-5/+5
* SERVER-32308: Add the ability for a $lookup stage to execute on mongos agains...Nick Zolnierz2018-01-121-474/+38
* SERVER-32190 Shorten MongoDProcessInterface to MongoDInterface.Charlie Swanson2017-12-191-1/+1
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-20/+20
* SERVER-31885 Prohibit $changeStream from running on a non-existent databaseBernard Gorman2017-12-051-1/+9
* SERVER-32029 Only target primary shard for unsharded change stream.Charlie Swanson2017-11-271-7/+12
* SERVER-31028 Reload shard registry and ensure set of shards hasn't changed wh...Matthew Russotto2017-11-141-0/+11
* SERVER-30834 Look up collation for unsharded collection when running aggregat...Matthew Russotto2017-11-141-0/+36
* SERVER-30834 Make mongos reload the shard registry and re-establish changeStr...Matthew Russotto2017-11-141-8/+35