summaryrefslogtreecommitdiff
path: root/src/mongo/db/cursor_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60741 Change eligible find operations to not reposition cursors across...Ian Boros2021-11-181-4/+12
* SERVER-59680 Partition the plan cachejoshua2021-10-281-2/+3
* SERVER-58352: Remove ClusterCursorManager::getNamespaceForCursorId(), and rel...Neil Shweky2021-10-271-33/+10
* SERVER-60787 Force alignment with std::aligned_storage not inheritanceBilly Donahue2021-10-221-4/+4
* SERVER-59573 Add setParameter which can be used to restore inactive cursor ti...James Wahlin2021-08-261-1/+3
* SERVER-54571 Add queryHash and planCacheKey fields to getMore request slow qu...Mickey. J Winters2021-08-191-0/+5
* SERVER-32640 migrate cursor kill audit into authorization checkSergey Galtsev2021-03-051-13/+2
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-091-1/+2
* SERVER-51730 Report histogram data on how long it takes cursors to drainVishnu Kaushik2021-01-211-5/+52
* SERVER-6036 Disable cursor timeout for cursors that belong to a sessionGeorge Wangensteen2020-11-091-1/+1
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-021-2/+2
* SERVER-39140 Remove BackgroundOperationLouis Williams2020-05-261-1/+0
* SERVER-48148 Cleanup of execution logs in db/Henrik Edin2020-05-151-7/+12
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47117 clear maxTimeMSForHedgedReads delay from the getMore on hedge readsMisha Tyulenev2020-04-161-0/+5
* SERVER-46767 Provide a mapping from OperationKey to CursorID in the CursorMan...Nick Zolnierz2020-03-241-3/+25
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-5/+10
* SERVER-43246 Add a log line for when a cursor is reaped due to logical sessio...Kevin Pulo2019-12-041-0/+1
* SERVER-43641 upgrade random.hBilly Donahue2019-10-091-1/+1
* Revert "SERVER-43641 upgrade random.h"James Wahlin2019-10-021-1/+1
* SERVER-43641 upgrade random.hBilly Donahue2019-10-021-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+5
* SERVER-18463 Remove StartupTest infrastructure, place StartupTests intoNathan Brown2019-06-071-1/+0
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* 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-7/+21
* SERVER-37454 Delete GlobalCursorIdCache.David Storch2019-02-051-133/+3
* SERVER-39065 Delete withCursorManager() and visitAllCursorManagers().David Storch2019-01-311-92/+23
* SERVER-37452 Remove concept of globally managed cursor IDs.David Storch2019-01-311-37/+26
* SERVER-38288 Delete CursorManager::invalidateAll().David Storch2019-01-311-48/+9
* SERVER-36663 Prevent killOperation from running without lockJonathan Ma2019-01-241-1/+1
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-231-93/+6
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-39/+22
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-201-3/+3
* SERVER-37449 Remove CursorManager's PlanExecutor registry.David Storch2018-12-181-39/+1
* SERVER-27881 Upgrade boost to 1.68.0Mathew Robinson2018-12-051-1/+1
* SERVER-37838 prevent crash with getMore and simultaneous stepdownIan Boros2018-11-291-5/+3
* SERVER-37245 Do not access the SessionCatalog directly if not necessaryKaloian Manassiev2018-11-191-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-28604 Log when a cursor is reaped for timeoutTed Tuckman2018-10-111-0/+2
* SERVER-37005 Add fields to GenericCursorTed Tuckman2018-10-041-1/+1
* SERVER-37003 Minor change to test for cursor field of curOp for getMoreTed Tuckman2018-09-281-1/+1
* SERVER-37003 Add activeCursor field to curOp for getMoreTed Tuckman2018-09-281-13/+0
* SERVER-37001 Add idleCursor to $currentOpTed Tuckman2018-09-141-8/+32
* SERVER-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-27/+0
* SERVER-33697 Provide sanity check on the number of cached sessionsCheahuychou Mao2018-07-091-1/+5
* SERVER-34113 Remove all support for snapshot reads outside multi-document tra...Xiangyu Yao2018-06-191-81/+0
* SERVER-35217 Do not kill associated client cursors when transaction endsTess Avitabile2018-06-081-66/+2
* SERVER-34995 Remove dead code in query system.Charlie Swanson2018-05-161-9/+0