summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/drop_indexes.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-27989 Implement new oplog format with collection UUIDsGeert Bosch2017-04-211-24/+25
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-1/+1
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-1/+0
* SERVER-28200 Extend dropIndexes oplog entry to include dropped index specJudah Schvimer2017-03-141-18/+26
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-18/+19
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-061-1/+1
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-061-1/+1
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-061-1/+1
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* SERVER-27301 converted OpObserver into an interface. ServiceContext should al...Benety Goh2016-12-071-3/+2
* SERVER-25680 Don't check for view if collection existsKyle Suarez2016-08-241-6/+5
* SERVER-24767 Replicate viewsGeert Bosch2016-08-011-1/+1
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-5/+15
* SERVER-24823 Add admin commands, durable system.views catalogGeert Bosch2016-07-241-2/+8
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-16221 SERVER-22703 ObOpserver may be nullptr in testsAndrew Morrow2016-04-151-2/+5
* Revert "SERVER-16221 SERVER-22703 ObOpserver may be nullptr in tests"Judah Schvimer2016-04-151-5/+2
* SERVER-16221 SERVER-22703 ObOpserver may be nullptr in testsAndrew Morrow2016-04-151-2/+5
* SERVER-20933: return correct error code for missing indexScott Hernandez2015-10-201-1/+1
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-6/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-93/+90
* SERVER-18807 modified ReplicationCoordinator::canAcceptWritesForDatabases to ...Benety Goh2015-06-091-1/+1
* SERVER-17923 prohibit database/collection actions when bg index is runningEric Milkie2015-06-041-32/+2
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-0/+194