summaryrefslogtreecommitdiff
path: root/src/mongo/db/clientcursor.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-37001 Add idleCursor to $currentOpTed Tuckman2018-09-141-1/+1
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+0
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+0
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-20/+0
* SERVER-33609 Pass readConcernLevel to WiredTigerRecoveryUnitXiangyu Yao2018-03-091-6/+7
* SERVER-33367 Enforce a cursor is iterated in a transaction/session iff it was...Tess Avitabile2018-03-061-0/+7
* SERVER-32912 Ensure that killCursors always invalidates a pinned cursorBernard Gorman2018-02-131-3/+3
* SERVER-21710 Add ability to kill pinned cursors on mongodIan Boros2018-01-101-19/+36
* SERVER-32570 Clean up stale TODO comments in the query system.David Storch2018-01-091-3/+0
* SERVER-29128 Fix performance regression on awaitData with lastKnownCommittedO...Matthew Russotto2017-07-171-0/+27
* Revert "SERVER-29128 Make $changeNotification stage return a tailable, awaitD...Matthew Russotto2017-07-141-27/+0
* SERVER-29128 Make $changeNotification stage return a tailable, awaitData curs...Matthew Russotto2017-07-111-0/+27
* SERVER-29417 Attach logical session ids to cursorssamantharitter2017-06-151-1/+12
* Revert "SERVER-29417 Attach logical session ids to cursors"Max Hirschhorn2017-06-151-12/+1
* SERVER-29417 Attach logical session ids to cursorssamantharitter2017-06-141-1/+12
* SERVER-21754 Partition CursorManager's structuresCharlie Swanson2017-05-261-0/+4
* SERVER-28327 Revamp cursor timeout logic.Charlie Swanson2017-05-031-38/+29
* SERVER-28309 remove RangePreserver classDavid Storch2017-04-211-9/+5
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-13/+25
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-221-1/+15
* Revert "SERVER-9609 Ensure users can only call getMore on cursors they created"Tess Avitabile2017-03-211-15/+1
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-171-1/+15
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-151-45/+32
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-27065 cleanup ClientCursor, ClientCursorPin, and CursorManagerDavid Storch2016-12-021-129/+183
* SERVER-18277 Track elapsed time on cursors using microsecond resolution on Op...Andy Schwerin2016-05-231-4/+17