summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67611 Remove storage usages of `ErrorCategory::Interruption`Gregory Noma2022-09-021-3/+2
* SERVER-67138 Change column index key generation to only insert keys for field...Justin Zhang2022-08-191-2/+3
* SERVER-63123 Add support for creating columnar indexes with a subset of field...Justin Zhang2022-07-301-13/+33
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-6/+5
* SERVER-65971: Have _restoreTxnsTableEntryFromRetryableWrites declare its inte...Daniel Gottlieb2022-07-261-0/+19
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-1/+4
* SERVER-67471 Improve RecordId usage performanceJordi Olivares Provencio2022-07-151-1/+1
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-2/+1
* SERVER-67767 Check DbVersion using AutoGetDb instead of DSS's functionAntonio Fuschetto2022-07-051-9/+1
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-10/+38
* SERVER-65796: convert activeIndexBuilds gauge metrics to indexBuilds counter ...Yu Jin Kang Park2022-06-211-9/+12
* SERVER-65634 Added "clustered" to field name strings in index descriptorDamian Wasilewicz2022-06-161-1/+2
* SERVER-62370 Remove the _opCtx from the CollectionWriter and instead use the ...Shin Yee Tan2022-06-101-9/+9
* SERVER-63612 Execute second phase of two-phase index drop immediately for sta...Dianna Hohensee2022-06-031-1/+8
* SERVER-66520 add index build UUID to BackgroundOperationInProgress messageBenety Goh2022-06-021-10/+30
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-8/+11
* SERVER-60791 add appendBuildInfo() method to IndexBuildsCoordinator and index...Benety Goh2022-05-161-0/+5
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65399 Restart index build if recover in standalone and 'commitIndexBui...Shin Yee Tan2022-04-281-4/+42
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-65116 Abort active index builds when write blocking is enabledGabriel Marks2022-04-111-0/+44
* SERVER-51236 Merge UncommittedCollections with UncommittedCatalogUpdatesFaustoleyva542022-04-071-6/+3
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-4/+5
* SERVER-64554 the abortIndexBuild oplog entry drops unfinished indexes when ru...Gregory Wlodarek2022-03-181-8/+39
* SERVER-63397 Abort all index builds during shard mergeA. Jesse Jiryu Davis2022-03-101-3/+5
* SERVER-64304 Prevent a server crash due to index builds started when using th...Gregory Wlodarek2022-03-091-0/+4
* SERVER-63908 Allow stopping of index builds during initial syncMatthew Russotto2022-03-011-2/+8
* SERVER-57432 Forbid yielding MODE_X/MODE_S locksJordi Olivares Provencio2022-02-221-11/+3
* SERVER-63266 Allow server to be started without setname in serverless modeDidier Nadeau2022-02-201-7/+4
* SERVER-62216 When abortTenantIndexBuilds failed to abort during a tenant migr...mathisbessamdb2022-01-221-1/+20
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-4/+6
* SERVER-62437 Disallow createIndex implicit clustered collection creationHaley Connelly2022-01-111-19/+3
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-4/+4
* SERVER-61009 Make createIndex a no-op on a cluster key and allow 'clustered' ...Haley Connelly2021-12-141-0/+22
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-3/+3
* SERVER-60577 Add logic to check time-series buckets for mixed-schema data at ...Gregory Wlodarek2021-10-301-1/+2
* SERVER-60343 Single-phase index builds perform timestamped catalog writes on ...Gregory Wlodarek2021-10-041-2/+4
* SERVER-60271 remove unused function IndexBuildsCoordinator::supportsResumable...Benety Goh2021-09-281-9/+0
* SERVER-57625 Add serverStatus metrics for in-progress index buildsJosef Ahmad2021-09-281-14/+37
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-3/+3
* SERVER-53001 Perform fatal assertion if index build fails to be removed from ...Gregory Noma2021-08-051-9/+8
* SERVER-47828 Add getConfig* methods to avoid copying ReplSetConfigCarolyn Duan2021-06-221-2/+1
* SERVER-48524 indexbuildentryhelpers::removeIndexBuildEntry() requires callers...Benety Goh2021-06-171-12/+17
* SERVER-48524 indexbuildentryhelpers::removeIndexBuildEntry() accepts Collecti...Benety Goh2021-06-151-8/+15
* SERVER-56424 index build fasserts when system runs out of disk spaceBenety Goh2021-05-261-0/+6
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-21/+17
* SERVER-56733 Index builds must set the PrepareConflictBehavior::kIgnoreConfli...Gregory Wlodarek2021-05-121-5/+5
* SERVER-56585 replace MONGO_COMPILER_VARIABLE_UNUSED with c++17 attribute mayb...Benety Goh2021-05-041-9/+8
* SERVER-47659 Added 'wildcardProjection' index option to index signatureYoonsoo Kim2021-04-191-0/+3