summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28022 Invalidate old IDs for moved system.namespaces recordsMaria van Keulen2017-03-301-0/+6
* SERVER-21646 limit concurrency of writes to replicated capped collectionsMathias Stearn2015-12-021-4/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-07-281-267/+284
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-041-12/+5
* SERVER-16919 Improve WT capped collection age-outMathias Stearn2015-01-221-1/+1
* SERVER-16959 send INVALIDATION_MUTATION message prior to an in-place updateDavid Storch2015-01-211-1/+4
* Better repair for WTMathias Stearn2015-01-151-3/+3
* SERVER-16659 Collection: rename cursorManager() to getCursorManager()Jason Rassi2015-01-121-1/+1
* SERVER-16772 Only examine indexes on update when necessaryAndrew Morrow2015-01-081-0/+1
* SERVER-16772 Don't re-acquire object in updateAndrew Morrow2015-01-081-4/+5
* SERVER-16520 Rename CollectionCursorCache to CursorManagerJason Rassi2014-12-231-3/+3
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-15/+15
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-041-0/+13
* SERVER-14860 Handle duplicate key/value in btree, for background indexingEric Milkie2014-11-031-1/+1
* SERVER-13635 lift tailable out of StorageEngine API and handle in query layer.Mathias Stearn2014-10-171-3/+1
* SERVER-15701 Pass the old object down to updateWithDamages in the formJohn Esmet2014-10-171-0/+1
* SERVER-13635: add a method to RecordStore and Collection to lookup by DiskLoc...Eliot Horowitz2014-10-131-0/+6
* SERVER-14668 Move getIndexSizeForCollection to be a method on CollectionKaloian Manassiev2014-09-251-0/+4
* Revert two commitsKaloian Manassiev2014-09-251-4/+0
* SERVER-14668 Fix compile break on 32-bit and ClangKaloian Manassiev2014-09-251-1/+1
* SERVER-14668 Move getIndexSizeForCollection to be a method on CollectionKaloian Manassiev2014-09-251-0/+4
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-6/+6
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-1/+4
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-7/+3
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-4/+5
* SERVER-13989: clean up quota apiEliot Horowitz2014-07-011-2/+1
* SERVER-13635: clean up ownership semantics of objects inside of StorageEngineEliot Horowitz2014-06-201-8/+8
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-40/+15
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-21/+21
* SERVER-13640 SERVER-13637: Finish threading TransactionExperiment and fix Rec...Eliot Horowitz2014-05-121-1/+1
* SERVER-13637: make Collection::details detailsDeprecated to further hideEliot Horowitz2014-05-091-1/+1
* SERVER-13635: pull out interface for deleting records in capped collection du...Eliot Horowitz2014-05-091-4/+5
* SERVER-13635 Move DocWriter to record_store.hMathias Stearn2014-05-091-8/+0
* SERVER-13638: add Collection::appendCustomStatsEliot Horowitz2014-05-011-0/+6
* SERVER-13638: move touch into appropriate layersEliot Horowitz2014-05-011-0/+7
* SERVER-13641: add methods to transaction to check if an op is killedEliot Horowitz2014-04-291-1/+2
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-19/+34
* SERVER-13680 Fix lint errorSpencer T Brody2014-04-281-1/+1
* SERVER-13680: bring some user flags under Collection for nowEliot Horowitz2014-04-281-0/+11
* SERVER-13643: move update damage vector application into CollectionEliot Horowitz2014-04-281-0/+9
* SERVER-13632 Get rid of DiskLoc::obj (Part 1)Kaloian Manassiev2014-04-261-1/+1
* SERVER-13630 OplogStart and ParallelCollectionScan no longer rely on storage ...Mathias Stearn2014-04-231-0/+7
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-2/+3
* SERVER-13084: move validate down a levelEliot Horowitz2014-04-141-0/+10
* SERVER-13084: move iterator into record layerEliot Horowitz2014-04-101-3/+3
* SERVER-13084: hide cappedTruncateAfter inside CollectionEliot Horowitz2014-04-101-0/+10
* SERVER-13084: const work for NamespaceDetails to make it clear where more wor...Eliot Horowitz2014-04-031-1/+1
* SERVER-13084: remove NamespaceDetails::emptyCappedCollection and replace with...Eliot Horowitz2014-04-031-0/+6
* SERVER-13084: move non-capped alloc into its own classEliot Horowitz2014-04-031-0/+2