summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/create_indexes.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46295 Remove unneeded isColletion parameter to CollectionShardingRunti...Tommaso Tocci2020-02-211-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-22/+46
* SERVER-45883 fix index build protocol check in createIndexesBenety Goh2020-02-051-1/+1
* SERVER-39532 standalones doesn't support commitQuorum.Suganthi Mani2020-02-041-1/+5
* SERVER-44849 Allow new index creation inside multi-document transactionsMaria van Keulen2020-02-031-50/+63
* SERVER-44549 Remove the mobile storage engineAndrew Morrow2020-02-031-313/+0
* SERVER-45137 Remove namespaces from Top when collections are renamedGregory Wlodarek2020-01-311-2/+2
* SERVER-45409 Rollback should wait for all index builds to complete. Fail roll...Louis Williams2020-01-301-0/+6
* SERVER-44953 Secondaries should restart index builds when a commitIndexBuild ...Louis Williams2020-01-181-11/+35
* SERVER-44139 Allow collection creation in multi-document transactionsMaria van Keulen2020-01-071-1/+1
* SERVER-44138 Stash uncommitted collections with other transaction stateMaria van Keulen2019-12-181-1/+1
* SERVER-44405 Use intent locks for collection creation via createIndexesMaria van Keulen2019-12-101-33/+139
* SERVER-44719 Make createIndexes, dropIndexes, and collMod check shard versionsCheahuychou Mao2019-12-061-0/+12
* SERVER-44778 Two-phase index builds aborted due to rollback should leave inde...Louis Williams2019-12-051-18/+2
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-6/+6
* SERVER-43403 disallow drops and renames during index creationBenety Goh2019-11-201-0/+4
* SERVER-44397 two phase index builds with unique indexes do not fail over on s...Benety Goh2019-11-171-2/+18
* SERVER-44403 Allow creation attempts of existing indexes in transactionsMaria van Keulen2019-11-131-4/+16
* SERVER-44186 allow index builds to continue running on stepdownBenety Goh2019-10-271-0/+16
* SERVER-44186 createIndexes command logs interruption exception detailsBenety Goh2019-10-261-3/+7
* SERVER-44121 MultiIndexBlock::drainBackgroundWrites() accepts drain yield policyBenety Goh2019-10-221-3/+12
* SERVER-44122 createIndexes should pass IndexBuildProtocol::kTwoPhase to Index...Benety Goh2019-10-211-10/+7
* SERVER-43869 runCreateIndexesForMobile() acquires collection locks necessary ...Benety Goh2019-10-091-1/+11
* SERVER-39002 IndexBuildsCoordinator::abortIndexBuildByBuildUUID() returns voidBenety Goh2019-10-091-6/+4
* SERVER-39002 MultiIndexBlock::cleanUpAfterBuild() accepts a post-catalog upda...Benety Goh2019-10-081-1/+1
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-2/+2
* SERVER-39239 IndexBuildsCoordinator::abortIndexBuildByBuildUUID() accepts opCtxBenety Goh2019-09-201-0/+2
* SERVER-42848 rename runCreateIndexes() with a mobile-specific nameBenety Goh2019-09-111-10/+15
* SERVER-42848 remove server parameter enableIndexBuildsCoordinatorForCreateInd...Benety Goh2019-09-111-3/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-7/+7
* SERVER-43152 remove twoPhaseCreateIndexes test commandBenety Goh2019-09-051-46/+0
* SERVER-42527 Create CollectionLock constructor that uses UUIDDaniel Solnik2019-08-131-29/+5
* SERVER-42512 Disable creating indexes with the IndexBuildsCoordinator on mobileLouis Williams2019-07-311-1/+3
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-1/+1
* SERVER-42242 Change locks to be acquired by UUID during the createIndexes com...Daniel Solnik2019-07-291-6/+69
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-21/+12
* SERVER-42280 add db name argument to IndexBuildsCoordinator::startIndexBuild(...Benety Goh2019-07-191-1/+1
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-1/+1
* SERVER-42154 abort index builds on NotMaster errors when using IndexBuildsCoo...Benety Goh2019-07-111-0/+12
* SERVER-34431 MoveDatabaseShardingState into its own mapjannaerin2019-07-081-15/+13
* SERVER-40258 Rename CSRLock::lock to CSRLock::lockSharedRandolph Tan2019-06-271-1/+1
* SERVER-41847 createIndexes updates last op before returning when using the In...Benety Goh2019-06-271-0/+11
* SERVER-41846 createIndexes command validates commitQuorum fieldBenety Goh2019-06-251-0/+3
* SERVER-41846 commit quorum should default to 1 node if replication is not ena...Benety Goh2019-06-251-1/+2
* 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