summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/bson_collection_catalog_entry.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74489 Make NamespaceString::toStringWithTenantId privateSophia Tan2023-05-051-1/+2
* SERVER-69205 Access elem by reference to prevent unnecessary copiesAdrian Gonzalez2022-09-061-1/+1
* SERVER-68133 Ensure tenantId included in namespace in durable catalogjannaerin2022-07-291-2/+4
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-2/+2
* SERVER-63578 Convert a unique index to a non-unique index via the collMod com...Yuhong Zhang2022-03-041-3/+13
* SERVER-63664 Rename disallowNewDuplicateKeys option to prepareUniquePavi Vetriselvan2022-02-241-6/+5
* SERVER-63443 Make `disallowNewDuplicateKeys` persisted in catalogYuhong Zhang2022-02-111-0/+17
* SERVER-62010 Change DurableCatalog to store TenantNamespacejannaerin2022-01-261-2/+2
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-1/+1
* SERVER-61158 add method to Collection to set unique property in index catalog...Benety Goh2021-11-041-0/+7
* SERVER-60574 Add a new catalog flag to indicate whether a time-series bucket ...Gregory Wlodarek2021-10-141-0/+14
* SERVER-57385 keep index offsets stable in collection metadataBenety Goh2021-06-191-1/+4
* SERVER-57385 BSONCollectionCatalogEntry::MetaData reclaims invalidated elemen...Benety Goh2021-06-181-1/+10
* SERVER-57385 handle invalid index metadata entries when reading and writing c...Benety Goh2021-06-171-0/+12
* SERVER-57385 add BSONCollectionCatalogEntry::IndexMetaData::isPresent()Benety Goh2021-06-171-0/+5
* SERVER-57385 add IndexMetaData::insertIndex()Benety Goh2021-06-151-0/+4
* SERVER-57385 add BSONCollectionCatalogEntry::IndexMetaData::nameStringData()Benety Goh2021-06-151-4/+1
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-9/+15
* SERVER-53982 Delete prefixed RecordStore codeLouis Williams2021-01-271-14/+0
* SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue2020-09-251-1/+1
* SERVER-9306 Ability to temporarily forbid query optimizer from using index ("...Zhihui Fan2020-04-221-0/+20
* SERVER-47349 Use flat_set instead of set for KeyStringSet and MultikeyPathsHenrik Edin2020-04-081-1/+1
* SERVER-46781 Remove v4.4 FCV handling for the index catalog entry 'ns' fieldGregory Wlodarek2020-03-241-26/+0
* Revert "SERVER-46781 Remove v4.4 FCV handling for collection and index catalo...Gregory Wlodarek2020-03-241-0/+26
* SERVER-46781 Remove v4.4 FCV handling for collection and index catalog entry ...Gregory Wlodarek2020-03-201-26/+0
* 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