summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_catalog_entry_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-1/+1
* SERVER-76391 Remove *InMySnapshot functions on the index catalog interfaceHenrik Edin2023-04-281-9/+1
* SERVER-67289 Remove feature flag for PM-2218Gregory Wlodarek2023-04-211-21/+0
* SERVER-68269 Remove minimum visible snapshot for indexesGregory Wlodarek2023-04-181-6/+0
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-1/+2
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-2/+2
* SERVER-73677 Eliminate extra read from durable catalog to determine if index ...Gregory Wlodarek2023-02-221-2/+4
* SERVER-73733 Format Ordering in SortedDataInterface for compound wildcard ind...Ruoxin Xu2023-02-131-1/+4
* SERVER-65364 Allow fine-grained selection of indexes to updateAlberto Massari2022-12-211-0/+1
* SERVER-71102: openCollection for historical lookups should not lookup from th...Will Buerger2022-11-081-3/+2
* SERVER-69877 Remove untimestamped writes to the catalog when restarting unfin...Gregory Wlodarek2022-09-281-0/+4
* SERVER-68571 Update reaper when instantiating collection/index on expired identGregory Wlodarek2022-09-161-2/+7
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-1/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-2/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-65576 Improve time-series index build performance on non-measurement i...Gregory Wlodarek2022-04-141-0/+13
* SERVER-64125 Avoid committing at the stable timestampJordi Olivares Provencio2022-04-011-2/+14
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-2/+2
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-111-5/+4
* SERVER-62010 Change DurableCatalog to store TenantNamespacejannaerin2022-01-261-2/+2
* SERVER-61509 Avoid repairing read-only databasesDaniel Gómez Ferro2021-11-301-0/+5
* SERVER-58385 add collection UUID to MultikeyPathInfoBenety Goh2021-07-191-2/+5
* SERVER-57385 IndexCatalogEntryImpl looks up multikey info by offsetBenety Goh2021-06-221-1/+2
* SERVER-57385 IndexCatalogEntryImpl updates multikey info by offsetBenety Goh2021-06-211-2/+2
* SERVER-57385 IndexCatalogEntryImpl stores index offset at constructionBenety Goh2021-06-201-1/+3
* SERVER-57127 IndexCatalogEntryImpl no longer maintains own copy of multikey s...Benety Goh2021-06-061-17/+1
* SERVER-57127 IndexCatalogEntryImpl no longer maintains own copy of multikey p...Benety Goh2021-06-061-20/+7
* SERVER-57127 remove IndexCatalogEntryImpl::_isMultikeyForWrite and _indexTrac...Benety Goh2021-06-051-28/+16
* SERVER-57127 IndexCatalogEntry::isMultikey() accepts OperationContext and Col...Benety Goh2021-06-041-1/+2
* SERVER-57127 IndexCatalogEntry::getMultikeyPaths() accepts CollectionPtrBenety Goh2021-06-041-1/+2
* SERVER-56877 IndexCatalogEntryImpl::setIndexIsMultikey() uses multikey paths ...Benety Goh2021-06-021-31/+12
* SERVER-56877 track uncommitted changes to multikey paths with a counterBenety Goh2021-06-021-7/+30
* Revert "SERVER-56877 IndexCatalogEntryImpl maintains separate copies of multi...Benety Goh2021-05-211-12/+7
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-18/+21
* SERVER-56877 IndexCatalogEntryImpl maintains separate copies of multikey path...Benety Goh2021-05-191-7/+12
* SERVER-56877 rename IndexCatalogEntryImpl::_indexMultikeyPaths to _indexMulti...Benety Goh2021-05-181-10/+10
* SERVER-53675 Allow validate to fix up multikey metadataLouis Williams2021-01-291-0/+30
* SERVER-53982 Delete prefixed RecordStore codeLouis Williams2021-01-271-7/+1
* SERVER-53932: Round up multi-key write during recovery of prepared transactio...Lingzhi Deng2021-01-251-11/+10
* SERVER-51895 Fix so drop index is registering a valid ident with the reaper w...Henrik Edin2020-11-101-0/+4
* SERVER-51133 should consider index visibility in relation to its snapshotLouis Williams2020-10-081-6/+6
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-1/+1
* Revert "SERVER-51228 dbHash should return SnapshotUnavailable if the _id inde...Louis Williams2020-10-021-6/+6
* SERVER-51228 dbHash should return SnapshotUnavailable if the _id index is not...Louis Williams2020-10-011-6/+6
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-3/+3
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-1/+0
* SERVER-50927 Remove CollectionQueryInfo pointer stored in IndexCatalogEntryImpl.Henrik Edin2020-09-151-4/+2