summaryrefslogtreecommitdiff
path: root/src/mongo/db/cursor_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76427 Rename $telemetry to $queryStatsWill Buerger2023-05-171-4/+4
* Revert "SERVER-76427: Rename $telemetry to $queryStats"liubov.molchanova2023-05-171-4/+4
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-171-4/+4
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-151-0/+2
* Revert "SERVER-75512 key telemetry store on hash rather than BSONObj"auto-revert-processor2023-05-101-2/+0
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-091-0/+2
* SERVER-73017: Aggregate telemetry metrics in client cursorWill Buerger2023-02-211-36/+22
* SERVER-71792 Log list of cursors a range deletion is going to wait onPierlauro Sciarelli2023-02-091-0/+18
* SERVER-71484 Store telemetry key on OpDebugMaddie Zechar2023-01-231-0/+4
* SERVER-72798 Only auto-cleanup cursors that have been killedAlyssa Wagenmaker2023-01-171-5/+6
* SERVER-67722 Add special handling for MaxTimeMSExpired in shard cursor lifecycleRomans Kasperovics2022-12-221-1/+4
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-151-6/+0
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-2/+2
* SERVER-68205 Pull capped collection maintenance out of CollectionImplKaloian Manassiev2022-08-071-1/+0
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-65987 ServerStatusMetric API refreshDaniel Morilha2022-06-301-24/+8
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* 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