summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_catalog_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67289 Remove feature flag for PM-2218Gregory Wlodarek2023-04-211-7/+7
* SERVER-65974 Replace HistoricalIdentTracker with checkpoint cursorsGregory Wlodarek2023-04-181-7/+1
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-8/+9
* SERVER-68269 Remove minimum visible snapshot for indexesGregory Wlodarek2023-04-181-16/+0
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-3/+3
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-2/+2
* SERVER-74823 IndexCatalog initialization should not assume all non-ready inde...Gregory Wlodarek2023-03-141-4/+12
* SERVER-72069 Rebuild CollectionQueryInfo for point-in-time readsGregory Wlodarek2023-03-041-24/+13
* SERVER-73873 Remove opCtx captures from onCommit/onRollback handlersLouis Williams2023-02-221-9/+12
* SERVER-73780 Make CollectionPtr constructor explicitHenrik Edin2023-02-131-8/+11
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-10/+11
* SERVER-73754 Make fassert when invalid index spec is found print backtraceHenrik Edin2023-02-081-5/+5
* SERVER-73105 Partial indexes should not check FCV during startupMatt Boros2023-01-261-4/+5
* SERVER-73243 Remove IndexCatalogEntry weak_ptr in AllIndicesRequiredCheckerGregory Wlodarek2023-01-261-1/+0
* SERVER-72811 Add warnings when creating CSI and when starting up with CSI pre...Ian Boros2023-01-251-0/+11
* SERVER-72707 Change how classic query engine RequiresIndexStage looks up Inde...Gregory Wlodarek2023-01-241-0/+14
* SERVER-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer2023-01-191-2/+2
* SERVER-65364 Allow fine-grained selection of indexes to updateAlberto Massari2022-12-211-19/+31
* SERVER-71955 Only re-use the shared_ptr<Ident> for index entries in Collectio...Matthew Saltz2022-12-141-40/+10
* SERVER-70981: Handle index build ready transition when instantiating collecti...Will Buerger2022-11-171-7/+6
* SERVER-70424: Provide way to create collection instance from untimestamped st...Will Buerger2022-11-071-5/+7
* Revert "SERVER-70424: Provide way to create collection instance from untimest...Will Buerger2022-11-031-7/+5
* SERVER-70424: Provide way to create collection instance from untimestamped st...Will Buerger2022-11-021-5/+7
* SERVER-67240: Fix TTL Monitor Race with Shard MergeChristopher Caplinger2022-10-211-4/+16
* SERVER-70556 Clean up index catalog counter methodsShin Yee Tan2022-10-181-13/+12
* SERVER-69091 Handle invalid TTL expireAfterSeconds values uniformlyMatthew Saltz2022-10-171-21/+26
* SERVER-53594 Add frozen indexes to total index counts and subtract from in pr...Shin Yee Tan2022-10-141-1/+1
* SERVER-69877 Remove untimestamped writes to the catalog when restarting unfin...Gregory Wlodarek2022-09-281-1/+65
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-1/+1
* SERVER-43076 Pass OperationContext through commit and rollback handlersHenrik Edin2022-09-201-11/+7
* SERVER-68254 Create a function to instantiate collections and index entries f...Gregory Wlodarek2022-08-311-14/+72
* SERVER-68477 add startup warning for TTL indexes with NaN 'expireAfterSeconds'Benety Goh2022-08-261-0/+14
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-261-3/+0
* SERVER-68477 include 'expireAfterSeconds' type information when registering T...Benety Goh2022-08-261-1/+4
* SERVER-68666 Remove redundant check in IndexCatalogImpl::_deleteIndexFromDisk()Gregory Wlodarek2022-08-101-1/+1
* SERVER-68253 Maintain collections and indexes in pending-drop state in the Co...Gregory Wlodarek2022-08-041-9/+17
* SERVER-63123 Add support for creating columnar indexes with a subset of field...Justin Zhang2022-07-301-6/+2
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-4/+3
* SERVER-61545 Remove feature compatibility version casing around TTL indexes o...Faustoleyva542022-07-121-5/+0
* SERVER-64255 Column Store Index aggregation passthrough suiteCharlie Swanson2022-06-161-2/+5
* SERVER-65634 Added "clustered" to field name strings in index descriptorDamian Wasilewicz2022-06-161-2/+2
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-56/+97
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-3/+3
* SERVER-66021 Support C(r)UD for columnstore indexesCharlie Swanson2022-05-051-2/+10
* SERVER-65006 Delay unsetting the index build Interceptor until we commitFaustoleyva542022-05-041-1/+5
* SERVER-65933 Enable creation of columnstore indexCharlie Swanson2022-05-031-20/+62
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+0
* SERVER-65487 Add skeleton column index access methodIan Boros2022-04-281-2/+2
* SERVER-65439: Conditionally set multikey paths when indexing recordsChristopher Caplinger2022-04-211-0/+9
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-071-2/+2