summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/collection_bulk_loader_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-37589 rename Collection::insertDocument() overload for bulk loader and...Benety Goh2018-10-251-12/+27
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-4/+3
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-2/+2
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-34/+0
* SERVER-28912 Thread stmtId from update and delete requests to oplogRandolph Tan2017-07-211-0/+1
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-1/+1
* Fix comment formatting.Ian Kuehne2017-07-031-2/+1
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-40/+42
* SERVER-29492 Remove task runner from collection bulk loader.Andy Schwerin2017-06-081-117/+134
* SERVER-29197 initial sync now builds capped indexes correctlyEric Milkie2017-05-311-20/+32
* SERVER-26965 Use RAII type for turning off replicated writesMatthew Russotto2017-03-131-0/+5