summaryrefslogtreecommitdiff
path: root/src/mongo/db/cursor_manager.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73017: Aggregate telemetry metrics in client cursorWill Buerger2023-02-211-9/+9
* SERVER-71792 Log list of cursors a range deletion is going to wait onPierlauro Sciarelli2023-02-091-0/+11
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-2/+2
* SERVER-58352 cleanup some dead codeNeil Shweky2021-11-191-2/+0
* SERVER-60741 Change eligible find operations to not reposition cursors across...Ian Boros2021-11-181-3/+10
* SERVER-59680 Partition the plan cachejoshua2021-10-281-3/+2
* SERVER-32640 migrate cursor kill audit into authorization checkSergey Galtsev2021-03-051-1/+1
* SERVER-51730 Report histogram data on how long it takes cursors to drainVishnu Kaushik2021-01-211-1/+11
* SERVER-46767 Provide a mapping from OperationKey to CursorID in the CursorMan...Nick Zolnierz2020-03-241-0/+23
* SERVER-31252 Update comments for pinCursor and checkOutCursor.George Wangensteen2019-07-031-0/+7
* 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-2/+13
* SERVER-37454 Delete GlobalCursorIdCache.David Storch2019-02-051-15/+0
* SERVER-39065 Delete withCursorManager() and visitAllCursorManagers().David Storch2019-01-311-39/+13
* SERVER-37452 Remove concept of globally managed cursor IDs.David Storch2019-01-311-22/+0
* SERVER-38288 Delete CursorManager::invalidateAll().David Storch2019-01-311-8/+3
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-231-69/+61
* SERVER-37449 Remove CursorManager's PlanExecutor registry.David Storch2018-12-181-53/+22
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37003 Minor change to test for cursor field of curOp for getMoreTed Tuckman2018-09-281-9/+0
* SERVER-37003 Add activeCursor field to curOp for getMoreTed Tuckman2018-09-281-1/+3
* SERVER-37001 Add idleCursor to $currentOpTed Tuckman2018-09-141-5/+20
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-12/+5
* SERVER-34113 Remove all support for snapshot reads outside multi-document tra...Xiangyu Yao2018-06-191-15/+0
* SERVER-35217 Do not kill associated client cursors when transaction endsTess Avitabile2018-06-081-15/+2
* SERVER-34995 Remove dead code in query system.Charlie Swanson2018-05-161-2/+0
* SERVER-33959 Avoid deadlock during global cursor registrationCharlie Swanson2018-05-151-1/+6
* SERVER-33690 Transaction abort and commit should kill any associated client c...James Wahlin2018-04-161-4/+34
* SERVER-34101 Revert change to free transaction resources on snapshot read kil...James Wahlin2018-03-281-9/+4
* SERVER-33689 killCursors on snapshot read cursor should free stashed transact...Tess Avitabile2018-03-131-4/+9
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-6/+7
* SERVER-21710 Add ability to kill pinned cursors on mongodIan Boros2018-01-101-5/+15
* SERVER-32169 Allow killCursors to kill across lsidsSara Golemon2017-12-121-1/+4
* SERVER-28260 Check coauth for killCursors and add killAnyCursorsSara Golemon2017-11-301-0/+9
* SERVER-31565 Add stats about logical sessions background jobs to serverStatusJason Carey2017-11-071-3/+6
* Revert "SERVER-31565 Add stats about logical sessions background jobs to serv...Ian Whalen2017-11-021-6/+3
* SERVER-31565 Add stats about logical sessions background jobs to serverStatussamantharitter2017-11-011-3/+6
* SERVER-31289 Add test only $listLocalCursorsJason Carey2017-10-031-0/+12
* SERVER-30805 add LSC::findRemovedSessions()Jason Carey2017-08-311-2/+0
* SERVER-28338 KillSessions SupportJason Carey2017-08-171-0/+8
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-3/+3
* SERVER-29417 Attach logical session ids to cursorssamantharitter2017-06-151-0/+17
* Revert "SERVER-29417 Attach logical session ids to cursors"Max Hirschhorn2017-06-151-17/+0
* SERVER-29417 Attach logical session ids to cursorssamantharitter2017-06-141-0/+17
* SERVER-29253 Migrate cursor manager to the client cursor lib.ADAM David Alan Martin2017-06-051-0/+243