summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/database_catalog_entry.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-114/+0
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-071-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-36302 Remove IndexCatalogImpl::_upgradeDatabaseMinorVersionIfNeeded an...Dianna Hohensee2018-08-221-4/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-3/+3
* SERVER-23116 Change currentFilesCompatible() to return a Status.Max Hirschhorn2016-05-171-3/+11
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-52/+51
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-7/+7
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-4/+2
* SERVER-16502: do not lazy init mmapv1 db catalogScott Hernandez2015-01-021-0/+1
* SERVER-13635: abstract storagesize per db for listDatabasesEliot Horowitz2014-10-111-0/+2
* SERVER-2442 SERVER-14378: add listCollections commandEliot Horowitz2014-06-301-1/+1
* SERVER-13635: clean up ownership semantics of objects inside of StorageEngineEliot Horowitz2014-06-201-0/+3
* SERVER-13635: remove some includesEliot Horowitz2014-06-131-0/+1
* SERVER-13635: remove Database::getExtentManagerEliot Horowitz2014-06-111-0/+34
* SERVER-13635: remove Database::getFileFormatEliot Horowitz2014-06-101-0/+3
* SERVER-13635: ExtentManager no longer needed for stats in DatabaseEliot Horowitz2014-06-101-2/+5
* SERVER-13635: hide NamespaceIndex and NamespaceDetailsEliot Horowitz2014-06-091-0/+7
* SERVER-13635: add DatabaseCatalogEntry as an interfaceEliot Horowitz2014-05-201-0/+59