summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_cursor_cache.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16520 Rename CollectionCursorCache to CursorManagerJason Rassi2014-12-231-144/+0
* SERVER-16520 ClientCursor keeps ptr to owning CollectionCursorCacheJason Rassi2014-12-231-0/+2
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-2/+2
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-15675 PlanStage::invalidate() needs OperationContextJason Rassi2014-11-201-1/+2
* SERVER-13951 Fix rollback of CollectionMapMathias Stearn2014-10-301-2/+2
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-1/+1
* SERVER-14853 Port networking library to AAEJason Carey2014-08-121-1/+1
* SERVER-14268: Improve server message parsingMark Benvenuto2014-07-301-1/+2
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-12/+12
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-0/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-4/+4
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-4/+4
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-4/+4
* SERVER-4740 Don't use unsigned for time deltasMathias Stearn2014-05-271-2/+2
* SERVER-13495: fix ClientCursor::_pinValue concurrencyEliot Horowitz2014-04-071-2/+12
* SERVER-12392: use std::map instead of unordered_map because of gcc 4.1Eliot Horowitz2014-01-241-1/+1
* SERVER-12392: Move cursor/runner cache into Collection lifecycle via Collecti...Eliot Horowitz2014-01-241-0/+129