summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_catalog_entry.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69877 Remove untimestamped writes to the catalog when restarting unfin...Gregory Wlodarek2022-09-281-0/+1
* SERVER-68571 Update reaper when instantiating collection/index on expired identGregory Wlodarek2022-09-161-0/+1
* 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/+5
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-111-1/+2
* 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-7/+6
* 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-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-6/+4
* SERVER-53675 Allow validate to fix up multikey metadataLouis Williams2021-01-291-0/+13
* SERVER-53982 Delete prefixed RecordStore codeLouis Williams2021-01-271-3/+1
* 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-1/+17
* 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-17/+1
* SERVER-51228 dbHash should return SnapshotUnavailable if the _id index is not...Louis Williams2020-10-011-1/+17
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+2
* SERVER-50928 Remove IndexCatalog* stored in IndexBuildBlockHenrik Edin2020-09-151-3/+1
* SERVER-47812 Secondaries persist wildcard multikeypaths out of orderBernard Gorman2020-09-121-0/+2
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-17/+10
* SERVER-37637 Standalone nodes should not restart in-progress two-phase index ...Louis Williams2020-01-311-0/+6
* SERVER-43757 background validate must skip indexes whose persisted and in-mem...Dianna Hohensee2019-10-041-0/+2
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-42357 Add additional state to the IndexCatalogEntry to track when it i...Gregory Wlodarek2019-09-131-0/+3
* 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-1/+0
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-2/+0
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-6/+0
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-41158 Remove MMAPv1 index head remnantGeert Bosch2019-05-151-7/+0
* SERVER-40444 IndexCatalogEntry to use NamespaceString instead of plain string...Henrik Edin2019-04-031-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38986 Timestamp writes while drainingLouis Williams2019-02-061-0/+2
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-171-1/+1
* SERVER-37449 Add RequiresAllIndicesStage and use for subplanning and multipla...David Storch2018-12-101-0/+4
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-271-10/+12
* SERVER-37263: Write updates to background building indexes into a temp table.Daniel Gottlieb2018-11-121-0/+7
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-0/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-36889 unshim IndexCatalogEntryBenety Goh2018-10-121-161/+27
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-241-0/+8
* Revert "SERVER-36280 Create a feature tracker bit indicating the existence of...Eric Milkie2018-08-231-8/+0
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-221-0/+8
* SERVER-34774: Maintain multikey state during multi-statement transaction.Daniel Gottlieb2018-05-161-3/+3
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-11/+9
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-9/+11
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-11/+9
* SERVER-32206 timestamp catalog change to declare index multikeyJudah Schvimer2018-02-021-0/+5
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-5/+5