summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/database.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-17/+11
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-7/+7
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-15/+8
* Revert "SERVER-17356 Rename 'storageEngine' to 'storage' in collection and in...Dan Pasette2015-02-251-1/+1
* SERVER-17356 Rename 'storageEngine' to 'storage' in collection and index optionsMathias Stearn2015-02-241-1/+1
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-13/+13
* SERVER-17053 Let WriteConflictException (and others) bubble up out of Databas...Andy Schwerin2015-01-261-15/+6
* SERVER-17005 skip clearing tmp collection if it fails with WriteConflictExcep...Eric Milkie2015-01-231-12/+19
* Better repair for WTMathias Stearn2015-01-151-1/+1
* SERVER-16431 Simplify DB profile codeKaloian Manassiev2015-01-151-12/+15
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+8
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-11/+11
* SERVER-16502: create CollectionInfoCache on Collection constructionScott Hernandez2015-01-021-11/+8
* SERVER-16502: don't init Collections lazilyScott Hernandez2015-01-021-21/+32
* SERVER-16520 Rename CollectionCursorCache to CursorManagerJason Rassi2014-12-231-1/+1
* Revert "SERVER-16431 Simplify DB profile code"Kaloian Manassiev2014-12-171-15/+12
* SERVER-16431 Simplify DB profile codeKaloian Manassiev2014-12-171-12/+15
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-121-4/+4
* Revert "SERVER-16429 Get rid of assertWriteLocked which was doing incomplete ...Kaloian Manassiev2014-12-101-4/+4
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-101-4/+4
* SERVER-16233 common function to validate both collection and index storage op...Benety Goh2014-12-031-40/+2
* SERVER-16137 validate collection storage options for all storage enginesEric Milkie2014-12-011-4/+46
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+1
* SERVER-16028: Remote stacktrace in logs after creating collection with invali...Mark Benvenuto2014-11-131-1/+1
* SERVER-16069 Input validation on the arguments to createCollectionBenety Goh2014-11-121-1/+1
* SERVER-13951 pass false to invalidateAll() when dropping collectionMathias Stearn2014-10-311-1/+1
* SERVER-13951 Fix rollback of CollectionMapMathias Stearn2014-10-301-18/+54
* SERVER-15262 Remove syncDataAndTruncateJournal from the public interfaceKaloian Manassiev2014-10-281-9/+0
* SERVER-15262 Do not reuse write units of workKaloian Manassiev2014-10-281-2/+0
* query comment cleanupEric Milkie2014-10-271-1/+1
* SERVER-13635: abstract storagesize per db for listDatabasesEliot Horowitz2014-10-111-1/+0
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-6/+7
* SERVER-14668 Move WriteUnitOfWork around DatabaseCatalogEntry creation outsid...Kaloian Manassiev2014-10-011-3/+1
* SERVER-14668 Move getIndexSizeForCollection to be a method on CollectionKaloian Manassiev2014-09-251-29/+1
* Revert two commitsKaloian Manassiev2014-09-251-2/+30
* 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-29/+1
* SERVER-14668 Remove commitIfNeeded from the public RecoveryUnit APIKaloian Manassiev2014-09-051-5/+0
* SERVER-14668 Remove unused includes in client.h and curop.hKaloian Manassiev2014-08-281-0/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-6/+6
* SERVER-13951 Better scoping for many WUOWsMathias Stearn2014-08-201-7/+9
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-1/+1
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-1/+3
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-13635: move dropDatabase real work to StorageEngineEliot Horowitz2014-08-051-1/+1
* SERVER-13635: change ownership of DatabaseCatalogEntry, now StorageEngine ownsEliot Horowitz2014-08-051-1/+1
* SERVER-13635: clean database close pathEliot Horowitz2014-08-051-1/+17
* SERVER-13635: make Database index size method not assume a RecordStore and as...Eliot Horowitz2014-07-291-13/+10
* SERVER-13635 Use StringData and StringMap in DBHolderMathias Stearn2014-07-281-2/+2
* SERVER-13951: Add rollback of collection metadataGeert Bosch2014-07-281-6/+21