summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/sharding_catalog_client_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72453 Support adding config server as a shard with basic operationsJack Mulrow2023-01-031-0/+6
* SERVER-55398 Dropping a database should also drop all its associated tags.Pol Pinol Castuera2022-12-281-0/+61
* Revert "SERVER-55398 Dropping a database should also drop all its associated ...Pol Pinol Castuera2022-12-211-62/+0
* SERVER-72088 Use ShardRemote for config shard in ShardRegistryJack Mulrow2022-12-211-2/+20
* Revert "SERVER-72088 Use ShardRemote for config shard in ShardRegistry"Jack Mulrow2022-12-201-20/+2
* SERVER-72088 Use ShardRemote for config shard in ShardRegistryJack Mulrow2022-12-201-2/+20
* SERVER-55398 Dropping a database should also drop all its associated tags.Pol Pinol Castuera2022-12-191-0/+62
* SERVER-71891 Explicitly use ShardLocal in ShardingCatalogManagerJack Mulrow2022-12-151-82/+63
* SERVER-71433 primary shard always returned in case of collectionEnrico Golfieri2022-11-181-72/+48
* SERVER-68888 Remove deprecated fields from config.versionTommaso Tocci2022-11-121-6/+2
* SERVER-70097 Define a new method to query historical placement data at cluste...Enrico Golfieri2022-10-251-91/+87
* SERVER-70096 implement getShardsThatOwnDataForDbAtClusterTimeEnrico Golfieri2022-10-141-134/+233
* SERVER-68929 Define a new method to query historical placement data on a name...Enrico Golfieri2022-09-281-0/+166
* SERVER-69588 Simplify global indexes aggregation on the catalog clientAllison Easton2022-09-141-74/+26
* SERVER-69240 Add new aggregation to the CatalogClient to fetch the global ind...Allison Easton2022-09-071-42/+184
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-40/+30
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-4/+4
* SERVER-67162 Integrate new PCRE2 wrapperJennifer Peshansky2022-06-271-4/+6
* SERVER-50812 Remove the `setShardVersion` commandKaloian Manassiev2022-06-141-1/+0
* SERVER-66431 Replace all usages of ShardType::ConfigNS by kConfigsvrShardsNam...Silvia Surroca2022-06-031-1/+1
* SERVER-65798 Remove enableShardingOptional feature flagTommaso Tocci2022-06-011-10/+4
* SERVER-66703 Get rid of method insertConfigDocumentsAsRetryableWriteAndrew Shuvalov2022-05-261-43/+0
* SERVER-33326 Remove applyChunkOpsDeprecated from the catalog clientMarcos José Grillo Ramirez2022-05-231-89/+0
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65407: Use admin database for applyOpsKshitij Gupta2022-04-221-1/+1
* SERVER-64045 Remove partitioned field from DatabaseType constructorTommaso Tocci2022-03-021-6/+14
* SERVER-63897 IDL-ify database typeTommaso Tocci2022-02-231-23/+20
* SERVER-62915 Unify ChunkVersion parsing into a single functionMarcos José Grillo Ramirez2022-02-111-2/+2
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-7/+16
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-1/+1
* SERVER-59803 Set maxTimeMs for catalog cache refresh aggregationJordi Serra Torrens2021-09-061-0/+7
* SERVER-59052 Remove deprecated ChunkType::ns fieldSimon Graetzer2021-08-291-8/+23
* SERVER-51881 Remove dropped field from CollectionTypeMarcos José Grillo Ramirez2021-08-101-11/+0
* SERVER-54252 Cleanup legacy configOpTime gossipingTommaso Tocci2021-08-051-3/+12
* SERVER-58389 Removed $maxTimeMS for updates performed by shards on the config...Matt Walak2021-08-041-4/+18
* SERVER-53283 Remove code that patches up sharding metadata on FCV upgrade/dow...Allison Easton2021-08-031-120/+12
* SERVER-49897 Insert no-op entries into oplog buffer collections for reshardin...jannaerin2021-07-291-1/+2
* SERVER-58860 Remove unused failApplyChunkOps fail pointTommaso Tocci2021-07-271-10/+0
* SERVER-57673 Use vector.reserve() in ShardingCatalogClientImplSimon Graetzer2021-06-141-9/+16
* SERVER-57313 Pass the collection epoch and timestamp when building a ChunkTyp...Sergi Mateo Bellido2021-06-031-23/+48
* SERVER-57307 Improve deletion of config.chunks entries with hint and retriesPierlauro Sciarelli2021-05-311-1/+5
* SERVER-57201 applyChunkOpsDeprecated function queries config.chunks always by...Sergi Mateo Bellido2021-05-271-1/+6
* SERVER-56190: Fix wrong nss in ExpressionContext for CatalogCache refresh agg...Jordi Serra Torrens2021-04-201-1/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-8/+8
* SERVER-55201: Optimize catalog cache refresh aggregation pipelineJordi Serra Torrens2021-03-251-226/+230
* SERVER-55242 format needs char(&)[N], not char*Billy Donahue2021-03-161-1/+1
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ...Jordi Serra Torrens2021-03-151-0/+346
* Revert "SERVER-54874: Ensure reading consistent config.collections and config...Jordi Serra Torrens2021-03-091-336/+0
* SERVER-54874: Ensure reading consistent config.collections and config.chunks ...Jordi Serra Torrens2021-03-081-0/+336