summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/router_exec_stage.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63773 Add getPostBatchResumeToken override to router_stage_mergeJennifer Peshansky2022-03-101-1/+1
* SERVER-57985 Remove RouterExecStage::ExecContextDenis Grebennicov2021-07-121-7/+1
* SERVER-43996 Return a cursor flag to the client if only a partial subset of r...Bernard Gorman2019-11-061-0/+8
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38411 Propagate postBatchResumeToken through mongoS to clientBernard Gorman2019-01-091-1/+9
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-0/+8
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-8/+0
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-0/+8
* SERVER-28090 add ability to interrupt pinned cursors on mongosIan Boros2018-02-131-7/+7
* SERVER-29141 Refactor the way mongos handles tailable awaitData cursorsBernard Gorman2017-09-261-1/+7
* SERVER-30704 Use ARM to merge agg cursors on mongos.Charlie Swanson2017-09-011-3/+24
* SERVER-30799 Avoid misleading empty batches with tailable cursors.Charlie Swanson2017-08-301-3/+8
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple unio...Bernard Gorman2017-08-081-1/+49
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-27965 thread OperationContext* down through ClusterClientCursor's next...Esha Maharishi2017-02-091-9/+2
* SERVER-24762 Support for views on sharded collectionsJames Wahlin2016-07-291-2/+3
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-0/+9
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-221-0/+4
* SERVER-21218 make mongos forward maxTimeMS on getMore command to mongodDavid Storch2015-11-051-0/+10
* SERVER-20720 mongos now returns dead tailable cursor over an empty capped col...Yunhe (John) Wang2015-10-081-0/+5
* SERVER-19355 add limit support to the new find/getMore path in mongosDavid Storch2015-07-211-0/+81