summaryrefslogtreecommitdiff
path: root/src/mongo/db/clientcursor.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-1/+2
* SERVER-16520 Rename CollectionCursorCache to CursorManagerJason Rassi2014-12-231-7/+7
* SERVER-16520 ClientCursor keeps ptr to owning CollectionCursorCacheJason Rassi2014-12-231-5/+6
* SERVER-15778 Clean up ClientCursorJason Rassi2014-12-051-23/+41
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-13635 lift tailable out of StorageEngine API and handle in query layer.Mathias Stearn2014-10-171-0/+2
* SERVER-15187 Fix lifetime problem with stashed RecoveryUnitDavid Percy2014-09-221-4/+7
* SERVER-14668 stash recovery unit with ClientCursorHari Khalsa2014-09-181-0/+44
* SERVER-14668 remove no-OpCtx DBDirectClient and update all former usersHari Khalsa2014-09-091-2/+10
* SERVER-14668 Remove d_globals.h/.cppKaloian Manassiev2014-08-271-6/+1
* SERVER-13961 Pass more OperationContext down in replKaloian Manassiev2014-07-241-1/+1
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-7/+7
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-1/+2