summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/create_indexes.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41525 Use ignore_prepare=force for transactions that correctly do writ...Louis Williams2019-06-111-3/+4
* SERVER-40658 Index spec validation errors specify which index failed with tha...Gregory Noma2019-06-101-1/+2
* SERVER-41014 fix deadlock in runCreateIndexesWithCoordinator()Benety Goh2019-06-031-33/+9
* SERVER-41014 runCreateIndexesWithCoordinator() uses helper functions extracte...Benety Goh2019-06-031-35/+9
* SERVER-41014 extract helper functions from runCreateIndexes()Benety Goh2019-06-031-54/+111
* SERVER-38477 index build lock acquisitions should be interruptibleEric Milkie2019-05-311-8/+0
* SERVER-41033 Ignore prepared transactions for index buildsLouis Williams2019-05-291-0/+4
* SERVER-10075 Forbid illegal forms of TTL indexes during index creationGregory Wlodarek2019-05-161-0/+67
* SERVER-40926 SERVER-40927 createIndexes cmd requests for indexes that are alr...Dianna2019-05-131-8/+42
* SERVER-41021 createIndexes should not use Database MODE_X when creating the c...Geert Bosch2019-05-071-11/+6
* SERVER-40854 Hybrid index builds should reposition cursors to the beginning o...Louis Williams2019-05-021-3/+1
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-2/+2
* SERVER-38478 Remove UninterruptibleLockGuard in query yieldEric Milkie2019-04-261-4/+1
* SERVER-39323 refactor index spec validation code to make it more modularized ...Dianna2019-04-221-5/+5
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-6/+7
* SERVER-39517 Only use Collection MODE_X for index creation and dropGeert Bosch2019-04-161-56/+46
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-3/+3
* 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