summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/router_stage_merge.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43996 Return a cursor flag to the client if only a partial subset of r...Bernard Gorman2019-11-061-0/+4
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-091-2/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-33683 Prevent deadlock in aggregate with transactionsIan Boros2018-12-171-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-151-41/+23
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-1/+3
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-3/+1
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-1/+3
* SERVER-24978 Use AsyncResultsMerger in $mergeCursorsCharlie Swanson2018-03-061-6/+0
* SERVER-30834 Make mongos reload the shard registry and re-establish changeStr...Matthew Russotto2017-11-141-0/+5
* SERVER-29141 Refactor the way mongos handles tailable awaitData cursorsBernard Gorman2017-09-261-5/+30
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-011-1/+2
* SERVER-30799 Avoid misleading empty batches with tailable cursors.Charlie Swanson2017-08-301-1/+12
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple unio...Bernard Gorman2017-08-081-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-27973 make ClusterClientCursor own ClusterClientCursorParams and pass ...Esha Maharishi2017-02-161-1/+1
* SERVER-27965 thread OperationContext* down through ClusterClientCursor's next...Esha Maharishi2017-02-091-4/+2
* 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/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-21218 make mongos forward maxTimeMS on getMore command to mongodDavid Storch2015-11-051-0/+2
* 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/+2
* SERVER-19797 hook up find command in mongos to ClusterCursorManagerDavid Storch2015-08-111-1/+1
* SERVER-18767 make find command shard version awareDavid Storch2015-08-061-3/+1
* SERVER-19355 add skip support to the new find/getMore path in mongosDavid Storch2015-07-301-3/+1
* SERVER-19355 add limit support to the new find/getMore path in mongosDavid Storch2015-07-211-0/+64