summaryrefslogtreecommitdiff
path: root/src/mongo/db/clientcursor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-171-7/+7
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-151-1/+2
* Revert "SERVER-75512 key telemetry store on hash rather than BSONObj"auto-revert-processor2023-05-101-2/+1
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-091-1/+2
* SERVER-76557: Keep RequestShapifiers in telemetry storeWill Buerger2023-05-051-2/+5
* SERVER-76781: Decouple opdebug metric collection from telemetryWill Buerger2023-05-031-4/+7
* SERVER-75265 Improve queryable encryption handling in curopMark Benvenuto2023-04-041-0/+11
* SERVER-73933: Consolidate telemetry metrics from clientcursor into OpDebug::A...Will Buerger2023-03-271-31/+13
* SERVER-73494 Hook new shapification up to telemetry store for find commandDavis Haupt2023-03-201-1/+1
* SERVER-73727: Aggregate mongos metrics in ClusterClientCursorWill Buerger2023-03-011-12/+5
* SERVER-73017: Aggregate telemetry metrics in client cursorWill Buerger2023-02-211-3/+36
* SERVER-71484 Store telemetry key on OpDebugMaddie Zechar2023-01-231-1/+3
* SERVER-72798 Only auto-cleanup cursors that have been killedAlyssa Wagenmaker2023-01-171-17/+10
* SERVER-67722 Add special handling for MaxTimeMSExpired in shard cursor lifecycleRomans Kasperovics2022-12-221-0/+20
* SERVER-69687 Add $_externalDataSources aggregate command optionYoonsoo Kim2022-10-291-1/+1
* SERVER-69059 Create an InterruptibleLockGuard to place in ClientCursorPin to ...Dianna Hohensee2022-09-021-0/+14
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-11/+8
* Revert "SERVER-60742 Maintain RecoveryUnit and storage resources across getMo...Ian Boros2022-01-211-29/+5
* SERVER-60742 Maintain RecoveryUnit and storage resources across getMores for ...Ian Boros2022-01-191-5/+29
* SERVER-58530 Remove unused code related to nReturnedSoFar()David Storch2022-01-191-8/+2
* SERVER-60741 Change eligible find operations to not reposition cursors across...Ian Boros2021-11-181-0/+31
* SERVER-15301 Remove query options bit vector from CanonicalQuery/ClientCursorDavid Storch2021-10-191-28/+27
* SERVER-58586: Improve ClientCursor on mongoD to store and restore theā€¦Hana Pearlman2021-08-201-0/+9
* SERVER-54571 Add queryHash and planCacheKey fields to getMore request slow qu...Mickey. J Winters2021-08-191-0/+5
* SERVER-55015 Replace GetMoreRequest with IDL-generated GetMoreCommandAlya Berciu2021-05-241-1/+1
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-3/+1
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+0
* SERVER-50375 Ensure mongos forwards API params to shardsA. Jesse Jiryu Davis2020-09-101-1/+1
* SERVER-49376: Ensure cursors inherit API settings of the initiating commandXueruiFa2020-07-291-2/+11
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-091-16/+2
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-29/+0
* SERVER-46648 Make _killOperations command kill cursorsCheahuychou Mao2020-03-251-6/+0
* SERVER-46767 Provide a mapping from OperationKey to CursorID in the CursorMan...Nick Zolnierz2020-03-241-0/+7
* SERVER-44707: Store lastKnownCommittedOpTime in ClientCursor for exhaust getMoreLingzhi Deng2020-01-061-4/+18
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-2/+16
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-23923 Track writeConcern through getMoresCharlie Swanson2019-06-031-1/+9
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+4
* 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-2/+21
* SERVER-38288 Delete CursorManager::invalidateAll().David Storch2019-01-311-1/+3
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-231-33/+11
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-2/+35
* SERVER-37449 Remove CursorManager's PlanExecutor registry.David Storch2018-12-181-2/+2
* SERVER-37560 Store ReadConcernArgs on cursor object instead of ReadConcernLevelWilliam Schultz2018-11-151-6/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37007 Add planSummary to idleCursorTed Tuckman2018-10-091-0/+11
* SERVER-37005 Add fields to GenericCursorTed Tuckman2018-10-041-7/+34
* SERVER-37003 Add activeCursor field to curOp for getMoreTed Tuckman2018-09-281-0/+6