summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/drop_indexes.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60144 Handle stale routing info on mongos for sharded time-series coll...Arun Banala2021-09-301-1/+4
* SERVER-59855 move getTimeseriesOptions() into its own libraryBenety Goh2021-09-101-1/+1
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-57572 Rewrite secondary indexes on mongos for sharded time-series coll...Arun Banala2021-08-311-41/+5
* SERVER-57119 Changed view_catalog interface to only use NamespaceStringlukebhan2021-06-231-1/+1
* SERVER-56797 Allow collMod to change time-series bucket granularityDan Larkin-York2021-05-261-1/+1
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-6/+4
* SERVER-54800 move timeseries::getTimeseriesOptions() into its own libraryBenety Goh2021-03-261-0/+1
* SERVER-54639 make list_indexes.cpp time-series conversion helper functions ge...Dianna Hohensee2021-03-251-1/+1
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-1/+1
* SERVER-54639 Helper functions to map a timeseries index spec to the index sch...Dianna Hohensee2021-03-051-86/+11
* SERVER-54643 support dropping indexes on a time-series collectionBenety Goh2021-02-271-0/+120
* SERVER-54643 clean up dropIndexes imports and namespaceBenety Goh2021-02-271-9/+8
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-1/+1
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-1/+1
* SERVER-52542 Convert dropIndexes to IDLA. Jesse Jiryu Davis2021-02-091-30/+24
* SERVER-52930 Fix so reIndex commit the writable Collection in each WUOW.Henrik Edin2020-11-181-11/+1
* SERVER-52694 Rely on Collection copy-on-write instead of restoring Collection...Henrik Edin2020-11-181-1/+2
* SERVER-50998 Remove getClusterTimeForReplicaSet()Kevin Pulo2020-09-171-2/+3
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-2/+2
* SERVER-50863 Collect resource consumption metrics for specified commandsLouis Williams2020-09-151-0/+5
* SERVER-50928 Remove IndexCatalog* stored in IndexBuildBlockHenrik Edin2020-09-151-1/+1
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-10/+9
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-10/+11
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-0/+5
* SERVER-48891 reIndex should not lookup nonexistent database in ViewCatalogLouis Williams2020-06-161-1/+2
* SERVER-39140 Remove BackgroundOperationLouis Williams2020-05-261-2/+0
* SERVER-48084 Lint log lines in mongo/db/commandsSara Golemon2020-05-131-2/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+2
* SERVER-44343 Make 'reIndex' a standalone-only commandSamy Lanka2020-04-161-2/+14
* Revert "SERVER-44343 Make 'reIndex' a standalone-only command"Samy Lanka2020-04-131-14/+2
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-101-24/+21
* SERVER-44343 Make 'reIndex' a standalone-only commandSamy Lanka2020-04-091-2/+14
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+3
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-2/+4
* SERVER-44026 Remove global X lock for reIndexGregory Wlodarek2019-11-011-11/+4
* SERVER-39002 MultiIndexBlock::cleanUpAfterBuild() accepts a post-catalog upda...Benety Goh2019-10-081-1/+3
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-1/+2
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-42330Maria van Keulen2019-08-281-16/+28
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-2/+1
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-2/+4
* SERVER-41140 All usages of MultiIndexBlock should ensure callers check for du...Gregory Wlodarek2019-06-191-2/+2
* SERVER-40175 Rebuild any missing _id indexes on startupLouis Williams2019-04-051-0/+8
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add pa...Dianna Hohensee2019-03-241-0/+4
* SERVER-40023 remove background index support from IndexBuilderBenety Goh2019-03-071-1/+0