summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shard_local.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2023-01-191-1/+1
* SERVER-64285 Create indexes on `config.rangeDeletions`Allison Easton2022-04-281-6/+13
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-1/+1
* SERVER-57680 Use namespace instead of nss for naming log attributesSanika Phanse2021-11-081-1/+1
* SERVER-49897 Insert no-op entries into oplog buffer collections for reshardin...jannaerin2021-07-291-3/+5
* SERVER-47828 Add getConfig* methods to avoid copying ReplSetConfigCarolyn Duan2021-06-221-2/+1
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-0/+1
* SERVER-47123 remove sharding (and resharding) references to AutoGetOrCreateDbBenety Goh2021-04-291-2/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+1
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ...Jordi Serra Torrens2021-03-151-1/+1
* Revert "SERVER-54874: Ensure reading consistent config.collections and config...Jordi Serra Torrens2021-03-091-1/+1
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ...Jordi Serra Torrens2021-03-081-1/+1
* SERVER-53105: Pass 'hint' when querying config.chunks in ConfigServerCatalogC...Jordi Serra Torrens2021-02-161-2/+4
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-1/+1
* SERVER-53550 Retry on QueryPlanKilled errors when triggering refresh.Max Hirschhorn2021-01-071-8/+18
* SERVER-51245: Have resharding oplog fetching use a Fetcher.Daniel Gottlieb2020-11-251-0/+6
* Revert "SERVER-51245: Have resharding oplog fetching use a Fetcher."Uladzimir Makouski2020-11-251-6/+0
* SERVER-51245: Have resharding oplog fetching use a Fetcher.Daniel Gottlieb2020-11-251-0/+6
* SERVER-51733 fix fromMigrate when creating indexes in the config dbBenety Goh2020-10-271-1/+1
* SERVER-51733 ShardLocal::createIndexOnConfig() falls back on hybrid index bui...Benety Goh2020-10-271-8/+26
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-1/+2
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+3
* SERVER-50907 Make Shard objects cache their own connection stringsKevin Pulo2020-09-261-8/+1
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-211-0/+190