summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/router_stage_merge.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34204 Always pass non-null opCtx when scheduling getMores in ARMCharlie Swanson2018-04-301-0/+12
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-8/+13
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-13/+8
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-8/+13
* SERVER-24978 Use AsyncResultsMerger in $mergeCursorsCharlie Swanson2018-03-061-32/+2
* SERVER-33282 listen for interrupt while waiting on next event from the ARMIan Boros2018-02-261-1/+10
* SERVER-31484 separate the operation deadline from awaitData deadline in shard...Martin Neupauer2018-01-311-8/+8
* SERVER-30834 Make mongos reload the shard registry and re-establish changeStr...Matthew Russotto2017-11-141-0/+6
* SERVER-29141 Refactor the way mongos handles tailable awaitData cursorsBernard Gorman2017-09-261-2/+56
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-011-1/+1
* SERVER-30799 Avoid misleading empty batches with tailable cursors.Charlie Swanson2017-08-301-3/+4
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple unio...Bernard Gorman2017-08-081-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-4/+4
* SERVER-27973 make ClusterClientCursor own ClusterClientCursorParams and pass ...Esha Maharishi2017-02-161-2/+2
* SERVER-27965 thread OperationContext* down through ClusterClientCursor's next...Esha Maharishi2017-02-091-8/+4
* SERVER-27460 fix RouterStageMerge::kill() crash during mongos shutdownDavid Storch2017-01-181-0/+4
* SERVER-24762 Support for views on sharded collectionsJames Wahlin2016-07-291-1/+1
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-0/+4
* SERVER-21218 make mongos forward maxTimeMS on getMore command to mongodDavid Storch2015-11-051-0/+4
* SERVER-20949 thread params object to AsyncResultsMerger by rvalue referenceDavid Storch2015-10-301-1/+1
* SERVER-20720 mongos now returns dead tailable cursor over an empty capped col...Yunhe (John) Wang2015-10-081-0/+4
* SERVER-20537 fix leak of remote cursor in AsyncResultsMergerDavid Storch2015-09-241-8/+1
* SERVER-19797 hook up find command in mongos to ClusterCursorManagerDavid Storch2015-08-111-2/+2
* SERVER-18767 make find command shard version awareDavid Storch2015-08-061-4/+3
* SERVER-19355 add limit support to the new find/getMore path in mongosDavid Storch2015-07-211-0/+71