summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/drop_indexes.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49765 fail with MovePrimaryInProgress for dropIndexesMisha Tyulenev2020-07-231-0/+30
* Revert "SERVER-49765 fail with MovePrimaryInProgress for dropIndexes, create ...Tommaso Tocci2020-07-221-30/+0
* SERVER-49765 fail with MovePrimaryInProgress for dropIndexes, create view, mo...Misha Tyulenev2020-07-221-0/+30
* SERVER-48772 Correctly timestamp writes when dropping multiple indexesGregory Wlodarek2020-06-181-3/+6
* SERVER-48245 disallow index drops on drop-pending namespaces (system.drop.*) ...Benety Goh2020-06-041-0/+10
* SERVER-48245 add uuid to "CMD: dropIndexes" log message. update checkReplStat...Benety Goh2020-06-031-5/+10
* SERVER-39140 Remove BackgroundOperationLouis Williams2020-05-261-3/+0
* Revert "SERVER-41365 include the particular namespace in 'ns not found' error...Dianna Hohensee2020-05-141-2/+1
* SERVER-47319 dropIndexes should not invariant if a similar index was created ...Gregory Wlodarek2020-05-051-17/+35
* SERVER-41365 include the particular namespace in 'ns not found' error messagesWilliam Reiske2020-05-051-3/+5
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47397 enhanced logging for Execution owned files (part 1)Eric Milkie2020-04-221-6/+6
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-101-47/+20
* SERVER-47252 IndexBuildsCoordinator stops using CollectionIndexBuildsTrackerBenety Goh2020-04-091-1/+1
* SERVER-47252 IndexBuildsCoordinator shutdown and index build wait functions a...Benety Goh2020-04-081-1/+1
* SERVER-46397 Only report an index build as aborted if it is currently abortin...Louis Williams2020-03-101-31/+16
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-021-2/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-46216 The dropIndexes command should not hold the global lock througho...Gregory Wlodarek2020-02-181-28/+44
* SERVER-37726 Make dropIndexes abort in-progress index buildsGregory Wlodarek2020-02-151-110/+360
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+5
* SERVER-37637 Standalone nodes should not restart in-progress two-phase index ...Louis Williams2020-01-311-23/+41
* SERVER-44719 Make createIndexes, dropIndexes, and collMod check shard versionsCheahuychou Mao2019-12-061-0/+2
* SERVER-43052 Sanitize writeConflictRetry loops for duplicate fields in resultEvgeni Dobranov2019-09-131-1/+5
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-20/+13
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-1/+1
* SERVER-40681 Make AutoGetCollection interface match AutoGetDBGregory Noma2019-06-181-1/+1
* SERVER-39517 Only use Collection MODE_X for index creation and dropGeert Bosch2019-04-161-4/+4
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-241-1/+5
* Revert "SERVER-39079 Move BackgroundOperation checks out of the catalog layer...Dianna Hohensee2019-03-121-5/+1
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-111-1/+5
* SERVER-40023 remove background index support from IndexBuilderBenety Goh2019-03-071-1/+0
* SERVER-39505 Make ViewCatalog a decoration on Database.Divjot Arora2019-03-071-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39032 remove unnecessary NamespaceString::ns() calls from db/catalog/Benety Goh2019-01-241-4/+4
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-2/+2
* SERVER-37727 dropIndexes supports dropping multiple indexesBenety Goh2018-11-081-0/+30
* SERVER-37727 clean up drop_indexes.cppBenety Goh2018-11-081-62/+77
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36224 Refactor Collection::updateDocument argsJustin Seyster2018-08-261-0/+1
* SERVER-34777 Multi-index drops should timestamp each drop individually along ...Louis Williams2018-05-181-8/+9
* 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
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+1
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-1/+1
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-2/+2
* SERVER-29191 Dropping an index named "*" is ambiguous because createIndexes p...Matthew Russotto2017-07-061-0/+10
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-32/+33
* SERVER-29274 IndexCatalog::dropAllIndexes() returns void.Benety Goh2017-05-231-4/+1
* SERVER-29088 Cache uuid in Collection class to fix perf regressionGeert Bosch2017-05-081-3/+3