summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/create_indexes.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-52525 extract index_key_validate::validateIndexSpecTTL() from createIn...Benety Goh2020-11-201-44/+3
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-51848 Specific generic args in IDLA. Jesse Jiryu Davis2020-11-111-1/+1
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-5/+6
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-5/+5
* SERVER-50863 Collect resource consumption metrics for specified commandsLouis Williams2020-09-151-0/+4
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-081-1/+1
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-2/+2
* SERVER-50105 check return value from IndexBuildsCoordinator::abortIndexBuildB...Benety Goh2020-08-131-9/+23
* SERVER-47604 Don't log that index build failed if it continues in the backgro...Samy Lanka2020-08-111-7/+11
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-0/+4
* SERVER-48428 do not acquire IX locks in createIndexes if not doing any writes...Eric Milkie2020-07-231-2/+4
* SERVER-49092 fail with MovePrimaryInProgress in createIndexes commandMisha Tyulenev2020-07-151-3/+27
* SERVER-48227 Clean up log messages for index buildsSamy Lanka2020-06-091-12/+13
* SERVER-48549 createIndexes must not access collection outside of lockLouis Williams2020-06-031-13/+7
* SERVER-48356 Update logv2 messages in db/commandsSara Golemon2020-05-281-2/+2
* SERVER-39140 Remove BackgroundOperationLouis Williams2020-05-261-7/+2
* SERVER-47803 Move the database level profile setting from Database into Colle...Dianna Hohensee2020-05-141-2/+1
* SERVER-48084 Lint log lines in mongo/db/commandsSara Golemon2020-05-131-9/+13
* SERVER-38961 remove IndexBuildsCoordinator::supportsTwoPhaseIndexBuild()Benety Goh2020-05-071-4/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-25023 Allow multiple indexes on the same fields with different partial...Bernard Gorman2020-04-251-6/+4
* SERVER-9306 Ability to temporarily forbid query optimizer from using index ("...Zhihui Fan2020-04-221-0/+2
* SERVER-46823 Enable default for index commit quorum as "votingMembers".Suganthi Mani2020-04-201-1/+1
* SERVER-47551 Remove checkUniqueIndexConstraints unused functionTommaso Tocci2020-04-151-17/+0
* SERVER-47468 Remove public CollectionMetadata references from ScopedCollectio...Kaloian Manassiev2020-04-141-1/+0
* SERVER-46703 Make `checkShardVersionOrThrow` throw SSV if the metadata is not...Kaloian Manassiev2020-04-101-7/+0
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-101-51/+37
* SERVER-47400 Disallow createCollection/Indexes on system colls in txnsMaria van Keulen2020-04-101-0/+5
* SERVER-46557 Guarantees the commit quorum value gets persisted before start o...Suganthi Mani2020-04-091-1/+1
* SERVER-45781 Throw Stale Shard Version when collection is unknown on getColle...Marcos José Grillo Ramírez2020-04-081-1/+2
* SERVER-46892 add hangCreateIndexesBeforeStartingIndexBuild fail point and imp...Benety Goh2020-04-021-3/+17
* SERVER-46658 Implement commit quorum option "all".Suganthi Mani2020-03-161-0/+1
* SERVER-46601 disallow two phase index builds for non-replicated collectionsBenety Goh2020-03-041-8/+10
* SERVER-45780 Rename getCurrentMetadataTommaso Tocci2020-03-031-3/+3
* SERVER-46553 Set index build commit quorum default value as majority for 2 ph...Suganthi Mani2020-03-031-6/+4
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-021-18/+20
* 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