summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/create_indexes.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39925 change ignoreUnknownSpecFieldNames to ignoreUnknownIndexOptionsGregory Wlodarek2019-03-121-11/+10
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-071-1/+1
* SERVER-39505 Make ViewCatalog a decoration on Database.Divjot Arora2019-03-071-2/+2
* SERVER-39591 replace the one remaining use of the 'crashAfterStartingIndexBui...Dianna Hohensee2019-02-271-0/+9
* SERVER-39760 Add commitQuorum field to createIndex(es) shell helpersGregory Wlodarek2019-02-271-0/+2
* SERVER-39669 Support creating index builds with unknown optionsGregory Wlodarek2019-02-251-1/+21
* SERVER-37954 Thread commitQuorum through the createIndexes command into the C...Gregory Wlodarek2019-02-221-5/+34
* SERVER-38097 Pull opCtx and collection ptrs out of MultiIndexBlock and pass i...Dianna Hohensee2019-02-191-14/+25
* 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-8/+12
* SERVER-38986 Timestamp writes while drainingLouis Williams2019-02-061-1/+3
* SERVER-39329 add IndexBuildsCoordinator support to createIndexes commandBenety Goh2019-02-051-8/+192
* SERVER-38473 Create DatabaseShardingStateLock to ensure concurrency around Da...Blake Oler2019-02-051-2/+9
* SERVER-37643 implement IndexBuildsCoordinator::_runIndexBuild()Benety Goh2019-02-011-4/+1
* SERVER-37270 Remove foreground index builds by defaultLouis Williams2019-01-171-8/+6
* SERVER-37643 add Collection::addCollationDefaultsToIndexSpecsForCreate()Benety Goh2019-01-131-54/+1
* Revert "SERVER-37643 add Collection::addCollationDefaultsToIndexSpecsForCreat...Benety Goh2019-01-121-1/+54
* SERVER-37643 add Collection::addCollationDefaultsToIndexSpecsForCreate()Benety Goh2019-01-121-54/+1
* SERVER-37643 IndexCatalog::removeExistingIndexes() optionally throws on inval...Benety Goh2019-01-111-22/+8
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-2/+2
* SERVER-37265 Change curOp and ProgressMeter for hybrid buildsLouis Williams2019-01-021-3/+0
* SERVER-38675 Do not check duplicate key constraints for index builds on secon...Louis Williams2019-01-021-0/+3
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-3/+4
* SERVER-37939 Add a temporary twoPhaseCreateIndexes command in order to select...Dianna Hohensee2018-12-101-215/+265
* SERVER-38330 merge MultiIndexBlock and MultiIndexBlockImplBenety Goh2018-12-101-2/+1
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-291-8/+59
* SERVER-37763 MultiIndexBlock::commit() returns StatusBenety Goh2018-11-201-2/+2
* SERVER-31098 Wrong ns in system.profile for aggregation queryDevin Hilly2018-11-201-1/+6
* SERVER-32198 Split CollectionShardingState::getMetadata into three methodsKaloian Manassiev2018-11-141-41/+33
* SERVER-37589 add library for MultiIndexBlockBenety Goh2018-10-261-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-2/+3
* SERVER-36961 createIndexes command should check if indexes already exist with...Louis Williams2018-09-181-28/+60
* SERVER-36472 Convert OptionalCollectionUUID in OpObserver::onCreateIndex to C...Gregory Wlodarek2018-09-071-1/+1
* SERVER-24705 Update top when createIndex is calledAudrey Fang2018-07-311-0/+6
* SERVER-36054 Remove ScopedCollectionMetadata's operator boolKaloian Manassiev2018-07-111-2/+2
* SERVER-35070: Timestamp index completions individually.Daniel Gottlieb2018-05-291-6/+4
* SERVER-35019 Correct interruptibility in MultiIndexBlock destructorLouis Williams2018-05-221-3/+4
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-26/+11
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-081-10/+6
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-3/+3
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-3/+3
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-3/+3
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-261-1/+1
* SERVER-34370 Change commands to use AutoGetDb to get database to trigger a Da...jannaerin2018-04-181-1/+7
* SERVER-33523 Add timestamp support to CollectionMetadataMartin Neupauer2018-04-051-1/+1
* SERVER-34179 refactor isGenericArgumentBilly Donahue2018-04-021-2/+2
* SERVER-32638 Disable lock interruption for createIndex commandLouis Williams2018-03-021-0/+3
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+1
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-1/+1