summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/cursor_manager_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-091-114/+81
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-12/+1
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-131-1/+1
* SERVER-47151 Separate WriteOpTest(s) and ChunkManagerTest into separate .cpp ...Kaloian Manassiev2020-03-311-1/+0
* SERVER-46767 Provide a mapping from OperationKey to CursorID in the CursorMan...Nick Zolnierz2020-03-241-0/+111
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-1/+4
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-101-91/+127
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-261-2/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+4
* SERVER-23923 Track writeConcern through getMoresCharlie Swanson2019-06-031-0/+11
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37456 Make the global CursorManager a decoration on ServiceContextAnton Korshunov2019-02-111-0/+24
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-081-11/+22
* SERVER-37452 Remove concept of globally managed cursor IDs.David Storch2019-01-311-39/+0
* SERVER-38288 Delete CursorManager::invalidateAll().David Storch2019-01-311-121/+31
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-231-5/+6
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-57/+31
* SERVER-37560 Store ReadConcernArgs on cursor object instead of ReadConcernLevelWilliam Schultz2018-11-151-77/+89
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35217 Do not kill associated client cursors when transaction endsTess Avitabile2018-06-081-137/+5
* SERVER-33690 Transaction abort and commit should kill any associated client c...James Wahlin2018-04-161-5/+137
* SERVER-34101 Revert change to free transaction resources on snapshot read kil...James Wahlin2018-03-281-35/+15
* SERVER-33689 killCursors on snapshot read cursor should free stashed transact...Tess Avitabile2018-03-131-15/+35
* SERVER-33609 Pass readConcernLevel to WiredTigerRecoveryUnitXiangyu Yao2018-03-091-36/+100
* SERVER-21710 Add ability to kill pinned cursors on mongodIan Boros2018-01-101-7/+41
* SERVER-30805 add LSC::findRemovedSessions()Jason Carey2017-08-311-7/+8
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-6/+6
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-29417 Attach logical session ids to cursorssamantharitter2017-06-151-2/+187
* Revert "SERVER-29417 Attach logical session ids to cursors"Max Hirschhorn2017-06-151-184/+2
* SERVER-29417 Attach logical session ids to cursorssamantharitter2017-06-141-2/+184
* SERVER-29253 Migrate cursor manager to the client cursor lib.ADAM David Alan Martin2017-06-051-1/+1
* SERVER-28327 Revamp cursor timeout logic.Charlie Swanson2017-05-031-0/+401