summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/collection_bulk_loader_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-25/+25
* SERVER-27677 CollectionBulkLoaderImpl::_releaseResources ensures that a Clien...Benety Goh2017-01-181-0/+4
* SERVER-26448 moved progress meter from CollectionBulkLoaderImpl to the Collec...Benety Goh2016-10-061-21/+1
* SERVER-26448 added a progress meter to the CollectionBulkLoaderBenety Goh2016-10-051-1/+21
* SERVER-26335 CollectionBulkLoader should not build secondary indexes if build...Benety Goh2016-09-271-2/+5
* SERVER-26179: Have CollectionBulkLoader::init use runner to execute work, not...Scott Hernandez2016-09-261-23/+25
* SERVER-25131: release resource in destructorScott Hernandez2016-09-191-0/+1
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-2/+2
* SERVER-25131: release collection/db locks on collection clone failure.Scott Hernandez2016-09-061-40/+70
* SERVER-25084 collection bulk loader takes ownership of thread pool for task r...Benety Goh2016-07-281-2/+8
* SERVER-23476: move ownership of TaskRunner out of StorageInterfaceImplScott Hernandez2016-07-231-3/+3
* SERVER-25152 add logging and stats to CollectionBulkLoaderImplJudah Schvimer2016-07-201-0/+24
* SERVER-25016: CollectionCloner should not create _id_ index when there is no ...Scott Hernandez2016-07-131-35/+38
* SERVER-24938: pass all MultiIndexBlocks when inserting documentsScott Hernandez2016-07-071-8/+17
* SERVER-23059: storage interface improvementsScott Hernandez2016-06-171-0/+207