summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/bson_collection_catalog_entry.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44428 Remove unused durable catalog fields for simultaneous indexesLouis Williams2019-12-031-24/+0
* SERVER-44247 Rename index 'ns' fields when renaming collections in FCV 4.2Louis Williams2019-12-031-0/+23
* SERVER-44408 Persist index build UUID to the durable catalogLouis Williams2019-11-071-0/+6
* SERVER-43074: Make appendMultikeyPathsAsBytes threadsafe.Daniel Gottlieb2019-08-291-1/+2
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-14/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-4/+0
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-281-2/+2
* Revert "SERVER-38796 Refactor CollectionOptions::parse to be static"Daniel Solnik2019-06-261-2/+2
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-261-2/+2
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-108/+0
* SERVER-41422 Allow the absence of the 'ns' field from index specsGregory Wlodarek2019-06-111-1/+10
* SERVER-41158 Remove MMAPv1 index head remnantGeert Bosch2019-05-151-15/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37645 fix macOS compileBenety Goh2019-01-311-1/+1
* SERVER-37645 Add parsing for new index build fields in catalogLouis Williams2019-01-311-0/+29
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36005 Prevent unsafe IndexCatalogEntryImpl::_catalogIsReady callDewal Gupta2018-07-271-0/+7
* SERVER-32825 Add upgrade/downgrade infrastructure for timestamp safe unique i...nehakhatri52018-05-181-0/+12
* SERVER-33359: Allow RTT storage engines to manage indexes on rollback.Daniel Gottlieb2018-02-211-0/+4
* SERVER-25175 listIndexes command only includes ready indexesXiangyu Yao2017-11-291-0/+10
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+2
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-151-0/+23
* Revert "SERVER-28742: Assign prefixes to collections/indexes when --groupColl...Daniel Gottlieb2017-05-051-23/+0
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-051-0/+23
* SERVER-27987 Create and persist UUIDs for newly created collectionsGeert Bosch2017-03-081-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-16/+16
* SERVER-23073 Reliably detect concurrent changes to $out collection.Charlie Swanson2016-07-181-2/+8
* SERVER-22726 Store path-level multikey information in the KVCatalog.Max Hirschhorn2016-05-081-3/+90
* SERVER-20327 Don't copy indexes catalog entry to array before parsingJames Wahlin2015-09-181-5/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-126/+122
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-8/+8
* SERVER-13679 Make RecordId and DiskLoc separate typesMathias Stearn2014-12-081-4/+8
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-2/+2
* SERVER-13635: add a key/value -> storage engine interface to simplify other workEliot Horowitz2014-10-061-1/+12
* SERVER-13635: BSONCollectionCatalogEntry supports optionsEliot Horowitz2014-09-091-2/+25
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-0/+162