summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/killcursors_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32640 migrate cursor kill audit into authorization checkSergey Galtsev2021-03-051-1/+1
* SERVER-53161 Convert killCursors to TypedCommandSara Golemon2021-01-131-29/+6
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-0/+4
* SERVER-46661 Use the IDL to parse a killCursors commandMindaugas Malinauskas2020-07-081-1/+1
* SERVER-47803 Move the database level profile setting from Database into Colle...Dianna Hohensee2020-05-141-2/+1
* SERVER-45137 Remove namespaces from Top when collections are renamedGregory Wlodarek2020-01-311-1/+1
* SERVER-41359 Stop upconverting readConcern to snapshot internally for transac...Samyukta Lanka2019-09-031-8/+0
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* 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/+2
* SERVER-39065 Delete withCursorManager() and visitAllCursorManagers().David Storch2019-01-311-9/+3
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-11/+7
* SERVER-31098 Wrong ns in system.profile for aggregation queryDevin Hilly2018-11-201-2/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36557 Compute atClusterTime when killCursors is the first command in a...Jack Mulrow2018-09-071-0/+7
* SERVER-34903 Allow killCursors within a transactionTess Avitabile2018-05-151-0/+8
* SERVER-34328 Remove unused lambda captures.A. Jesse Jiryu Davis2018-04-091-1/+1
* SERVER-34101 Revert change to free transaction resources on snapshot read kil...James Wahlin2018-03-281-22/+3
* SERVER-33672 Make killSessionsLocal() kill any matching SessionsTess Avitabile2018-03-141-1/+1
* SERVER-33689 killCursors on snapshot read cursor should free stashed transact...Tess Avitabile2018-03-131-3/+22
* SERVER-21710 Add ability to kill pinned cursors on mongodIan Boros2018-01-101-9/+2
* SERVER-32169 Allow killCursors to kill across lsidsSara Golemon2017-12-121-1/+1
* SERVER-28260 Check coauth for killCursors and add killAnyCursorsSara Golemon2017-11-301-45/+23
* SERVER-29253 Migrate cursor manager to the client cursor lib.ADAM David Alan Martin2017-06-051-1/+1
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-1/+1
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-151-24/+43
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-7/+9
* SERVER-27920 Fix incorrect locking of Client contextGeert Bosch2017-02-061-1/+1
* SERVER-24771 Support killCursors & mongos getMore on view namespaceJames Wahlin2016-08-261-2/+20
* SERVER-5811 ClusterKillCursorsCmdQingyang Chen2015-08-141-113/+11
* SERVER-5811 update killCursors command response to conform to changes in the ...David Storch2015-07-161-1/+3
* SERVER-5811 implement the killCursors command for mongodDavid Storch2015-06-231-0/+171