summaryrefslogtreecommitdiff
path: root/src/mongo/db/clientcursor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37007 Add planSummary to idleCursorTed Tuckman2018-10-091-0/+11
* SERVER-37005 Add fields to GenericCursorTed Tuckman2018-10-041-7/+34
* SERVER-37003 Add activeCursor field to curOp for getMoreTed Tuckman2018-09-281-0/+6
* SERVER-37001 Add idleCursor to $currentOpTed Tuckman2018-09-141-1/+1
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+0
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+0
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-20/+0
* SERVER-33609 Pass readConcernLevel to WiredTigerRecoveryUnitXiangyu Yao2018-03-091-6/+7
* SERVER-33367 Enforce a cursor is iterated in a transaction/session iff it was...Tess Avitabile2018-03-061-0/+7
* SERVER-32912 Ensure that killCursors always invalidates a pinned cursorBernard Gorman2018-02-131-3/+3
* SERVER-21710 Add ability to kill pinned cursors on mongodIan Boros2018-01-101-19/+36
* SERVER-32570 Clean up stale TODO comments in the query system.David Storch2018-01-091-3/+0
* SERVER-29128 Fix performance regression on awaitData with lastKnownCommittedO...Matthew Russotto2017-07-171-0/+27
* Revert "SERVER-29128 Make $changeNotification stage return a tailable, awaitD...Matthew Russotto2017-07-141-27/+0
* SERVER-29128 Make $changeNotification stage return a tailable, awaitData curs...Matthew Russotto2017-07-111-0/+27
* SERVER-29417 Attach logical session ids to cursorssamantharitter2017-06-151-1/+12
* Revert "SERVER-29417 Attach logical session ids to cursors"Max Hirschhorn2017-06-151-12/+1
* SERVER-29417 Attach logical session ids to cursorssamantharitter2017-06-141-1/+12
* SERVER-21754 Partition CursorManager's structuresCharlie Swanson2017-05-261-0/+4
* SERVER-28327 Revamp cursor timeout logic.Charlie Swanson2017-05-031-38/+29
* SERVER-28309 remove RangePreserver classDavid Storch2017-04-211-9/+5
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-13/+25
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-221-1/+15
* Revert "SERVER-9609 Ensure users can only call getMore on cursors they created"Tess Avitabile2017-03-211-15/+1
* SERVER-9609 Ensure users can only call getMore on cursors they createdTess Avitabile2017-03-171-1/+15
* SERVER-22541 Manage aggregation cursors on global cursor manager.Charlie Swanson2017-03-151-45/+32
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-27065 cleanup ClientCursor, ClientCursorPin, and CursorManagerDavid Storch2016-12-021-129/+183
* SERVER-18277 Track elapsed time on cursors using microsecond resolution on Op...Andy Schwerin2016-05-231-4/+17
* SERVER-18766 Pull definition of CursorId out into its own headerJason Rassi2015-08-051-3/+1
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-51/+9
* SERVER-18084 Move mongod metadata management to be under mongo/dbKaloian Manassiev2015-07-111-9/+0
* SERVER-18936 skip, limit, and batchsize use 64-bit variablesQingyang Chen2015-07-091-4/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-293/+331
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-3/+2
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-18798 Move FindAndModifyRequest to the request/response libraryKaloian Manassiev2015-06-031-8/+0
* SERVER-16265 add query predicate and aggregation command to the getMore slow ...David Storch2015-05-201-1/+4
* SERVER-18217 Change Timestamp to OpTime where appropriate.Siyuan Zhou2015-05-121-1/+3
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-3/+3
* SERVER-17817 Make CurOp a decoration of ClientBasic, not a member of Client.Andy Schwerin2015-04-071-1/+1
* SERVER-15176 remove CollectionMetadataPtr from ClientCursorDavid Storch2015-03-231-7/+0
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-051-1/+1
* SERVER-16607 Agg cursor's pin needs to be cleaned up under coll lockJason Rassi2015-01-151-3/+12
* SERVER-16659 Fix CursorManager/ClientCursorPin cosmetic issuesJason Rassi2015-01-121-8/+40
* SERVER-16657 ClientCursor namespace set explicitly on constructionJason Rassi2015-01-121-1/+5
* SERVER-16657 Remove CursorManager::ns()Jason Rassi2015-01-121-2/+2
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+1