summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/database.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19128 Clean up interaction of background index builds and cursor killingr3.0.9-rc0Mathias Stearn2016-01-181-0/+2
* Revert "SERVER-19128 Clean up interaction of background index builds and curs...Spencer Jackson2016-01-131-2/+0
* SERVER-19128 Clean up interaction of background index builds and cursor killingMathias Stearn2016-01-121-0/+2
* SERVER-20858 Reject creation of non-capped oplog collections.Max Hirschhorn2016-01-121-0/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-07-281-465/+437
* SERVER-17689: handle wce better in initial syncScott Hernandez2015-07-061-4/+12
* Revert "SERVER-17689: handle wce better in initial sync"Scott Hernandez2015-06-011-12/+4
* SERVER-17689: handle wce better in initial syncScott Hernandez2015-06-011-4/+12
* 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-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