summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/collection_bulk_loader_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-2/+2
* SERVER-68634 Move insertDocumentForBulkLoader out of CollectionImplKaloian Manassiev2022-08-111-9/+4
* SERVER-62370 Remove the _opCtx from the CollectionWriter and instead use the ...Shin Yee Tan2022-06-101-1/+2
* 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-65024 Fix the uniqueness constraint handling for foreground index buildsYuhong Zhang2022-04-011-2/+2
* SERVER-57432 Forbid yielding MODE_X/MODE_S locksJordi Olivares Provencio2022-02-221-14/+7
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-12/+13
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-57737 Index builds must save and restore the collection scanning curso...Dianna Hohensee2021-08-091-2/+14
* SERVER-57127 MultiIndexBlock::insertSingleDocumentForInitialSyncOrRecovery() ...Benety Goh2021-06-041-3/+3
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-2/+2
* SERVER-51656 Make CollectionBulkLoader::init retry on write conflictsGeorge Wangensteen2020-11-201-33/+42
* SERVER-50928 Remove IndexCatalog* stored in IndexBuildBlockHenrik Edin2020-09-151-5/+7
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-26/+29
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-1/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-2/+1
* SERVER-49507 Reduce memory consumption in startup repair when rebuilding uniq...Faustoleyva542020-08-051-22/+21
* SERVER-49282 rename MultiIndexBlock::insert()Bynn Lee2020-07-211-2/+4
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-101-3/+7
* SERVER-46389 Improve replication log line styleTess Avitabile2020-03-171-3/+8
* SERVER-46074 Improve log attributes for repl directory and bridge.cppTess Avitabile2020-02-261-3/+3
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+7
* Revert "SERVER-39596 While a node is not in primary/secondary state, dbStats/...Gregory Wlodarek2020-01-281-23/+0
* SERVER-39596 While a node is not in primary/secondary state, dbStats/collStat...Gregory Wlodarek2019-12-201-0/+23
* SERVER-44121 MultiIndexBlock::drainBackgroundWrites() accepts drain yield policyBenety Goh2019-10-221-1/+5
* SERVER-39002 MultiIndexBlock::cleanUpAfterBuild() accepts a post-catalog upda...Benety Goh2019-10-081-2/+4
* SERVER-42484 Ensure we are inside a WriteUnitOfWork when writing index keys d...William Schultz2019-09-251-6/+16
* SERVER-42628 Fix docomunts typoAllison Easton2019-08-051-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-33/+32
* SERVER-41530 For uncapped collections, CollectionBulkLoaderImpl::insertDocumentsAllison Easton2019-07-121-42/+74
* SERVER-41529 Prevent dangling index records by callingAllison Easton2019-06-251-7/+15
* SERVER-41140 All usages of MultiIndexBlock should ensure callers check for du...Gregory Wlodarek2019-06-191-0/+4
* SERVER-39323 refactor index spec validation code to make it more modularized ...Dianna2019-04-221-1/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39647 Delete duplicate documents before committing the _id index durin...Gregory Wlodarek2019-02-211-26/+34
* SERVER-38097 Pull opCtx and collection ptrs out of MultiIndexBlock and pass i...Dianna Hohensee2019-02-191-15/+29
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entriresLouis Williams2019-02-121-4/+8
* SERVER-38986 Timestamp writes while drainingLouis Williams2019-02-061-23/+19
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-171-1/+8
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-10/+6
* SERVER-37643 move MultiIndexBlock::removeExistingIndexes() to IndexCatalogBenety Goh2018-12-131-2/+3
* SERVER-38330 merge MultiIndexBlock and MultiIndexBlockImplBenety Goh2018-12-101-5/+2
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-291-3/+3
* SERVER-37763 MultiIndexBlock::commit() returns StatusBenety Goh2018-11-201-10/+26
* SERVER-37893 Remove Client::initThreadIfNotAlready in favor of using the Clie...Gregory Wlodarek2018-11-161-8/+2
* SERVER-37589 add library for MultiIndexBlockBenety Goh2018-10-261-2/+5