summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/drop_indexes.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-161-1/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-4/+4
* SERVER-61481 Remove check in dropIndexes that no index builds are in progress...Pavi Vetriselvan2022-07-211-17/+0
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-3/+3
* SERVER-67709 rename visit_helperBilly Donahue2022-07-061-32/+32
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-6/+17
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-6491 Make dropIndexes take the distlock so it can never run in paralle...Randolph Tan2022-04-201-5/+10
* SERVER-64950 Use a named ErrorCode when asserting that you can't drop the las...Randolph Tan2022-03-281-2/+2
* SERVER-6491 Prevent dropping shard key index when alternative index doesn't e...Randolph Tan2022-03-161-10/+65
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-2/+2
* SERVER-63892 Update namespace after dropping locks for `dropIndexes`Gregory Noma2022-02-251-3/+6
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-111-2/+2
* SERVER-62862 Add `expectedNamespace` to `CollectionUUIDMismatch` error responseGregory Noma2022-02-101-1/+1
* SERVER-62447 Add collectionUUID parameter to Indexes commandsMoustafa Maher Khalil2022-01-251-0/+4
* SERVER-53307 Make ViewCatalog globalDan Larkin-York2022-01-221-7/+3
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-4/+4
* SERVER-62186 Update FCV reference for dropping an index while having a separa...Gregory Wlodarek2021-12-211-4/+8
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-1/+1
* SERVER-59399 Allow dropping ready indexes while having in-progress index buildsGregory Wlodarek2021-11-151-5/+12
* Revert "SERVER-59399 Allow dropping ready indexes while having in-progress in...Uladzimir Makouski2021-11-151-0/+6
* SERVER-59399 Allow dropping ready indexes while having in-progress index buildsGregory Wlodarek2021-11-111-6/+0
* SERVER-59798 Display clusteredIndex in listIndexes for clustered collectionsHaley Connelly2021-10-131-0/+41
* SERVER-57119 Changed view_catalog interface to only use NamespaceStringlukebhan2021-06-231-1/+1
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-8/+8
* SERVER-54608 dropIndexes needs to make the same assertions on primary and sec...Gregory Wlodarek2021-02-261-4/+6
* SERVER-52542 Improve dropIndexes code with visit_helperA. Jesse Jiryu Davis2021-02-201-22/+12
* SERVER-52771 Disallow createIndexes, dropIndexes, and collMod on donor shards...jannaerin2021-02-101-3/+5
* SERVER-52542 Convert dropIndexes to IDLA. Jesse Jiryu Davis2021-02-091-138/+104
* SERVER-47642 Ensure no active snapshot before acquiring collection X lockBrian DeLeonardis2020-10-151-4/+4
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-4/+4
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-24/+24
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-13/+13
* 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