summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_catalog_entry_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76391 Remove *InMySnapshot functions on the index catalog interfaceHenrik Edin2023-04-281-4/+0
* SERVER-67289 Remove feature flag for PM-2218Gregory Wlodarek2023-04-211-1/+3
* SERVER-68269 Remove minimum visible snapshot for indexesGregory Wlodarek2023-04-181-17/+0
* SERVER-73733 Format Ordering in SortedDataInterface for compound wildcard ind...Ruoxin Xu2023-02-131-4/+1
* SERVER-65364 Allow fine-grained selection of indexes to updateAlberto Massari2022-12-211-0/+8
* SERVER-69877 Remove untimestamped writes to the catalog when restarting unfin...Gregory Wlodarek2022-09-281-0/+2
* SERVER-68571 Update reaper when instantiating collection/index on expired identGregory Wlodarek2022-09-161-0/+2
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-2/+2
* SERVER-65576 Improve time-series index build performance on non-measurement i...Gregory Wlodarek2022-04-141-0/+3
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-111-1/+1
* SERVER-29262 Retire usage of `OwnedPointerVector` in `write_ops`.Faustoleyva542021-12-011-1/+0
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-2/+2
* SERVER-57385 IndexCatalogEntryImpl stores index offset at constructionBenety Goh2021-06-201-0/+5
* SERVER-57127 IndexCatalogEntryImpl no longer maintains own copy of multikey s...Benety Goh2021-06-061-7/+0
* SERVER-57127 IndexCatalogEntryImpl no longer maintains own copy of multikey p...Benety Goh2021-06-061-19/+3
* SERVER-57127 remove IndexCatalogEntryImpl::_isMultikeyForWrite and _indexTrac...Benety Goh2021-06-051-8/+0
* SERVER-57127 IndexCatalogEntry::isMultikey() accepts OperationContext and Col...Benety Goh2021-06-041-1/+1
* SERVER-57127 IndexCatalogEntry::getMultikeyPaths() accepts CollectionPtrBenety Goh2021-06-041-1/+2
* SERVER-56877 IndexCatalogEntryImpl::setIndexIsMultikey() uses multikey paths ...Benety Goh2021-06-021-13/+1
* SERVER-56877 track uncommitted changes to multikey paths with a counterBenety Goh2021-06-021-1/+13
* Revert "SERVER-56877 IndexCatalogEntryImpl maintains separate copies of multi...Benety Goh2021-05-211-3/+1
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-16/+21
* SERVER-56877 IndexCatalogEntryImpl maintains separate copies of multikey path...Benety Goh2021-05-191-2/+3
* SERVER-56877 rename IndexCatalogEntryImpl::_indexMultikeyPaths to _indexMulti...Benety Goh2021-05-181-5/+6
* SERVER-53675 Allow validate to fix up multikey metadataLouis Williams2021-01-291-0/+5
* SERVER-53982 Delete prefixed RecordStore codeLouis Williams2021-01-271-11/+0
* SERVER-51895 Fix so drop index is registering a valid ident with the reaper w...Henrik Edin2020-11-101-0/+2
* SERVER-51133 should consider index visibility in relation to its snapshotLouis Williams2020-10-081-4/+4
* SERVER-51228 emptycapped should set the collection minimumVisibleSnapshot to ...Louis Williams2020-10-031-1/+1
* Revert "SERVER-51228 dbHash should return SnapshotUnavailable if the _id inde...Louis Williams2020-10-021-4/+4
* SERVER-51228 dbHash should return SnapshotUnavailable if the _id index is not...Louis Williams2020-10-011-4/+4
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-3/+3
* SERVER-50927 Remove CollectionQueryInfo pointer stored in IndexCatalogEntryImpl.Henrik Edin2020-09-151-4/+0
* SERVER-50928 Remove IndexCatalog* stored in IndexBuildBlockHenrik Edin2020-09-151-5/+1
* SERVER-47812 Secondaries persist wildcard multikeypaths out of orderBernard Gorman2020-09-121-4/+4
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-8/+14
* SERVER-47694: fix multikey. againDaniel Gottlieb2020-04-241-3/+6
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-0/+3
* SERVER-46229 add IndexCatalogEntryImpl::_setMultikeyInMultiDocumentTransaction()Benety Goh2020-02-221-0/+7
* SERVER-46229 add IndexCatalogEntryImpl::_catalogSetMultikey()Benety Goh2020-02-221-2/+5
* SERVER-37637 Standalone nodes should not restart in-progress two-phase index ...Louis Williams2020-01-311-3/+7
* SERVER-43757 background validate must skip indexes whose persisted and in-mem...Dianna Hohensee2019-10-041-0/+7
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+3
* SERVER-42357 Add additional state to the IndexCatalogEntry to track when it i...Gregory Wlodarek2019-09-131-2/+11
* SERVER-41766 Remove obsolete code for tracking multikey writes inside multi-d...William Schultz2019-08-121-1/+1
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-071-6/+5
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-8/+1
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-5/+1
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-5/+1
* SERVER-41158 Remove MMAPv1 index head remnantGeert Bosch2019-05-151-14/+0