summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/bson_collection_catalog_entry.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71006 Fix race where a reader does not observe a concurrent multikey w...Henrik Edin2022-11-081-0/+1
* SERVER-68133 Ensure tenantId included in namespace in durable catalogjannaerin2022-07-291-1/+1
* SERVER-64444 Extend `collMod` command to fix invalid boolean index optionsYuhong Zhang2022-04-151-0/+1
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-2/+1
* SERVER-63578 Convert a unique index to a non-unique index via the collMod com...Yuhong Zhang2022-03-041-1/+1
* SERVER-63664 Rename disallowNewDuplicateKeys option to prepareUniquePavi Vetriselvan2022-02-241-1/+1
* SERVER-63443 Make `disallowNewDuplicateKeys` persisted in catalogYuhong Zhang2022-02-111-0/+2
* SERVER-62010 Change DurableCatalog to store TenantNamespacejannaerin2022-01-261-1/+2
* SERVER-61158 add method to Collection to set unique property in index catalog...Benety Goh2021-11-041-0/+2
* SERVER-60574 Add a new catalog flag to indicate whether a time-series bucket ...Gregory Wlodarek2021-10-141-0/+9
* SERVER-57385 remove BSONCollectionCatalogEntry::IndexMetaData::name()Benety Goh2021-06-201-4/+0
* SERVER-57385 add BSONCollectionCatalogEntry::IndexMetaData::isPresent()Benety Goh2021-06-171-0/+14
* SERVER-57385 add IndexMetaData::insertIndex()Benety Goh2021-06-151-0/+5
* SERVER-57385 add BSONCollectionCatalogEntry::IndexMetaData::nameStringData()Benety Goh2021-06-151-3/+4
* SERVER-57144 Add checking for self assignment in BSON objectlukebhan2021-06-031-9/+11
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-3/+34
* SERVER-53982 Delete prefixed RecordStore codeLouis Williams2021-01-271-5/+0
* SERVER-9306 Ability to temporarily forbid query optimizer from using index ("...Zhihui Fan2020-04-221-0/+2
* SERVER-46781 Remove v4.4 FCV handling for the index catalog entry 'ns' fieldGregory Wlodarek2020-03-241-2/+0
* Revert "SERVER-46781 Remove v4.4 FCV handling for collection and index catalo...Gregory Wlodarek2020-03-241-0/+2
* SERVER-46781 Remove v4.4 FCV handling for collection and index catalog entry ...Gregory Wlodarek2020-03-201-2/+0
* SERVER-44428 Remove unused durable catalog fields for simultaneous indexesLouis Williams2019-12-031-7/+2
* SERVER-44408 Persist index build UUID to the durable catalogLouis Williams2019-11-071-0/+1
* 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-3/+9
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-28/+0
* SERVER-41158 Remove MMAPv1 index head remnantGeert Bosch2019-05-151-3/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37645 Add parsing for new index build fields in catalogLouis Williams2019-01-311-11/+13
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36005 Prevent unsafe IndexCatalogEntryImpl::_catalogIsReady callDewal Gupta2018-07-271-0/+2
* SERVER-32825 Add upgrade/downgrade infrastructure for timestamp safe unique i...nehakhatri52018-05-181-0/+3
* SERVER-33359: Allow RTT storage engines to manage indexes on rollback.Daniel Gottlieb2018-02-211-2/+9
* SERVER-25175 listIndexes command only includes ready indexesXiangyu Yao2017-11-291-0/+2
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-151-2/+9
* Revert "SERVER-28742: Assign prefixes to collections/indexes when --groupColl...Daniel Gottlieb2017-05-051-9/+2
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-051-2/+9
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-9/+9
* SERVER-22726 Store path-level multikey information in the KVCatalog.Max Hirschhorn2016-05-081-1/+10
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-51/+46
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-8/+8
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-3/+3
* SERVER-13635: add a key/value -> storage engine interface to simplify other workEliot Horowitz2014-10-061-0/+4
* SERVER-13635: BSONCollectionCatalogEntry supports optionsEliot Horowitz2014-09-091-0/+3
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-0/+105