summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/kv/kv_catalog.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41865 Change naming and location of KVCatalog and StorageEngineImplXiangyu Yao2019-07-021-288/+0
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-281-10/+111
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-211-5/+5
* SERVER-41583 Refactor the registration and de-registration of collection and ...Xiangyu Yao2019-06-201-5/+6
* SERVER-40716 Refactor catalog initialization logic on startupXiangyu Yao2019-06-191-3/+3
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-17/+22
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-20/+40
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-071-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-39003 Do not drop index build interceptor and constraint violations ta...Louis Williams2019-02-061-2/+4
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-35732 Fix dbStats.fsUsedSize behavior for database with hyphenated namesXiangyu Yao2018-11-301-0/+2
* SERVER-38187 Ability to create temporary RecordStore without a collectionLouis Williams2018-11-201-0/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36768 Use namespace orphan for the recovered orphaned collectionsXiangyu Yao2018-08-231-0/+2
* SERVER-35696 Provide a way to recover data files when lacking _mdb_catalog da...Xiangyu Yao2018-08-081-0/+8
* SERVER-29213: Have WiredTiger support recoverToStableTimestamp.Daniel Gottlieb2018-03-241-0/+4
* SERVER-33359: Allow RTT storage engines to manage indexes on rollback.Daniel Gottlieb2018-02-211-1/+1
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-151-1/+5
* Revert "SERVER-28742: Assign prefixes to collections/indexes when --groupColl...Daniel Gottlieb2017-05-051-5/+1
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-051-1/+5
* SERVER-27831: Push threadsafety responsibility inside of KVCatalog's RecordStoreDaniel Gottlieb2017-03-291-3/+5
* SERVER-23116 Add versioning scheme to the KVCatalog.Max Hirschhorn2016-05-171-0/+12
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-88/+76
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-3/+2
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+0
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-13/+13
* ERVER-965: Store the indexes of a collection on another partition/drive than ...Eliot Horowitz2014-12-011-2/+7
* SERVER-16132: implement directoryperdb under WiredTigerEliot Horowitz2014-12-011-2/+7
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-3/+3
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-16183: drop queued kv idents at startupEliot Horowitz2014-11-171-0/+2
* SERVER-13635: allow kv engines to get index size and repairEliot Horowitz2014-10-311-0/+3
* SERVER-13635 Clean up KVCatalog ident generationMathias Stearn2014-10-281-1/+9
* SERVER-13635 KVStorageEngine metadata rollbackMathias Stearn2014-10-271-0/+2
* SERVER-13635 Have KVCatalog do locking if the storageEngine doesn't support d...Mathias Stearn2014-10-271-2/+3
* SERVER-13635: add a key/value -> storage engine interface to simplify other workEliot Horowitz2014-10-061-0/+109