summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/drop_indexes.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-9434 Audit and Normalize Process Exit CodesMatt Kneiser2022-07-071-1/+1
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-1/+1
* SERVER-62370 Remove the _opCtx from the CollectionWriter and instead use the ...Shin Yee Tan2022-06-101-3/+3
* 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-65086 Deprecate the `reIndex` commandYuhong Zhang2022-04-051-0/+3
* SERVER-6491 Prevent dropping shard key index when alternative index doesn't e...Randolph Tan2022-03-161-1/+1
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-2/+2
* SERVER-62447 Add collectionUUID parameter to Indexes commandsMoustafa Maher Khalil2022-01-251-2/+8
* SERVER-53307 Make ViewCatalog globalDan Larkin-York2022-01-221-2/+1
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-1/+1
* 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