summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_client_cursor_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76427 Rename $telemetry to $queryStatsWill Buerger2023-05-171-13/+14
* Revert "SERVER-76427: Rename $telemetry to $queryStats"liubov.molchanova2023-05-171-14/+13
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-171-13/+14
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-151-1/+3
* Revert "SERVER-75512 key telemetry store on hash rather than BSONObj"auto-revert-processor2023-05-101-3/+1
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-091-1/+3
* SERVER-76557: Keep RequestShapifiers in telemetry storeWill Buerger2023-05-051-2/+7
* SERVER-74482 Add conditional to avoid unnecessary calls to ClusterClientCurso...Gil Alon2023-04-281-7/+7
* SERVER-75265 Improve queryable encryption handling in curopMark Benvenuto2023-04-041-1/+7
* SERVER-73933: Consolidate telemetry metrics from clientcursor into OpDebug::A...Will Buerger2023-03-271-11/+6
* SERVER-73494 Hook new shapification up to telemetry store for find commandDavis Haupt2023-03-201-1/+2
* SERVER-73727: Aggregate mongos metrics in ClusterClientCursorWill Buerger2023-03-011-1/+19
* SERVER-71372 fix getMore of partial results from find on sharded clusterSteve Tarzia2022-11-151-1/+2
* SERVER-57469 return partial results when a shard times outSteve Tarzia2022-10-271-1/+3
* SERVER-65987 ServerStatusMetric API refreshDaniel Morilha2022-06-301-8/+2
* SERVER-63331 Remove useless methods from BatchCommandResponseKaloian Manassiev2022-02-071-1/+1
* SERVER-54571 Add queryHash and planCacheKey fields to getMore request slow qu...Mickey. J Winters2021-08-191-2/+9
* SERVER-57985 Remove RouterExecStage::ExecContextDenis Grebennicov2021-07-121-3/+2
* SERVER-53639 Add MongoS server status metrics to track how often a cursor has...Vishnu Kaushik2021-01-221-0/+14
* SERVER-49376: Ensure cursors inherit API settings of the initiating commandXueruiFa2020-07-291-0/+4
* SERVER-47690 Snapshot reads via mongosA. Jesse Jiryu Davis2020-05-071-0/+4
* SERVER-36290 find command on unsharded collection through mongos returns too ...Eric Cox2020-01-031-6/+6
* SERVER-43996 Return a cursor flag to the client if only a partial subset of r...Bernard Gorman2019-11-061-0/+4
* SERVER-31138 ensure releaseCursor returns a RAII safe typeGeorge Wangensteen2019-08-091-18/+0
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-091-7/+10
* SERVER-40968 Core DocumentStorage changes for Document/Value optimizationMartin Neupauer2019-07-021-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-0/+4
* SERVER-38411 Propagate postBatchResumeToken through mongoS to clientBernard Gorman2019-01-091-0/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37005 Add fields to GenericCursorTed Tuckman2018-10-041-2/+29
* SERVER-33323 Refactor agg cursor merging on mongosCharlie Swanson2018-08-151-77/+11
* SERVER-33991 Pass txnNumber in getMore requests through mongosJack Mulrow2018-04-231-0/+4
* SERVER-33323 Fix pushBack, remove const from size_t, and fix s390xCharlie Swanson2018-04-051-1/+1
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-32/+9
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-9/+32
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-32/+9
* SERVER-34016 Add number of contacted shards to the mongos slow query logBernard Gorman2018-03-281-0/+5
* SERVER-18094 Add 'localOps' parameter to $currentOp to show local mongoS oper...Bernard Gorman2018-03-151-0/+4
* SERVER-24978 Use AsyncResultsMerger in $mergeCursorsCharlie Swanson2018-03-061-5/+3
* SERVER-32957 part 1: mongos will now destroy kill pending cursors on checkinIan Boros2018-02-201-0/+4
* SERVER-28090 add ability to interrupt pinned cursors on mongosIan Boros2018-02-131-3/+16
* SERVER-32395 Make killCursors work against pinned cursors on mongos when auth...Ian Boros2018-02-071-5/+0
* SERVER-1981 Support near and nearSphere predicates on sharded collectionsTess Avitabile2017-12-281-2/+10
* SERVER-32282 $textScore metadata is not removed in cases where RouterStagePip...Bernard Gorman2017-12-161-9/+4
* SERVER-31665 Use correct read concern/preference during update lookupCharlie Swanson2017-11-171-0/+4
* SERVER-30834 Make mongos reload the shard registry and re-establish changeStr...Matthew Russotto2017-11-141-4/+16
* SERVER-30871 Permit blocking aggregation stages to run on mongoS if allowDisk...Bernard Gorman2017-09-271-3/+9
* SERVER-29141 Refactor the way mongos handles tailable awaitData cursorsBernard Gorman2017-09-261-2/+7