summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72453 Support adding config server as a shard with basic operationsJack Mulrow2023-01-031-0/+6
* SERVER-72360 Make sure `history` ChunkType field is not empty when `onConcurr...Silvia Surroca2022-12-291-21/+37
* SERVER-55398 Dropping a database should also drop all its associated tags.Pol Pinol Castuera2022-12-285-0/+78
* SERVER-71615 Add top-level `onCurrentShardSince` field to `config.chunk` entriesSilvia Surroca2022-12-213-14/+89
* Revert "SERVER-55398 Dropping a database should also drop all its associated ...Pol Pinol Castuera2022-12-215-79/+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-195-0/+79
* SERVER-71891 Explicitly use ShardLocal in ShardingCatalogManagerJack Mulrow2022-12-152-94/+86
* SERVER-65677: Use validate repair mode to fix duplicate keysWill Buerger2022-12-081-1/+2
* SERVER-71297 Coverity analysis defect 134120: Fix VersionType::currentVersion...Tommaso Tocci2022-11-221-1/+1
* 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-127-663/+40
* SERVER-67103 Add global index copy when migrating a chunkMarcos José Grillo Ramirez2022-11-081-2/+2
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-1/+0
* SERVER-70097 Define a new method to query historical placement data at cluste...Enrico Golfieri2022-10-255-94/+116
* SERVER-70090 Replace CollectionGeneration with UUID in CollectionIndexesAllison Easton2022-10-241-5/+4
* SERVER-68755 Implement ChunkManagerTargeter outputting chunk rangesIsrael Hsu2022-10-172-0/+16
* SERVER-70096 implement getShardsThatOwnDataForDbAtClusterTimeEnrico Golfieri2022-10-145-134/+258
* SERVER-70099 Extend the schema of config.placementData to also store the UUID...Paolo Polato2022-10-041-0/+6
* SERVER-66863 Add a new Global Index Cache in the Router RoleAllison Easton2022-10-042-4/+13
* SERVER-68929 Define a new method to query historical placement data on a name...Enrico Golfieri2022-09-285-0/+199
* SERVER-67123 Add getter for index list in shard roleAllison Easton2022-09-191-0/+1
* SERVER-69588 Simplify global indexes aggregation on the catalog clientAllison Easton2022-09-141-74/+26
* SERVER-69207 Coverity fix use after moveSergi Mateo Bellido2022-09-121-1/+1
* SERVER-66297 get rid of maxSizeEnrico Golfieri2022-09-073-13/+3
* SERVER-69240 Add new aggregation to the CatalogClient to fetch the global ind...Allison Easton2022-09-075-42/+212
* Revert "SERVER-66297 get rid of maxSize"Sviatlana Zuiko2022-09-023-3/+13
* SERVER-66297 get rid of maxSizeEnrico Golfieri2022-09-013-13/+3
* SERVER-69155 fix bugprone-suspicious-string-compare warningsJuan Gu2022-08-302-2/+2
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-266-5/+6
* SERVER-68826 Introduce the server_base libraryKaloian Manassiev2022-08-184-11/+7
* SERVER-68642 add config.placementHistory collection to sharding catalogPaolo Polato2022-08-181-0/+57
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-172-2/+2
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-152-43/+30
* SERVER-67119 Add sharding catalog global index API to create/remove a global ...Marcos José Grillo Ramirez2022-08-023-2/+13
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-277-35/+35
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-264-12/+10
* SERVER-62805 Add global indexes local storageMarcos Grillo2022-06-291-0/+60
* SERVER-67162 Integrate new PCRE2 wrapperJennifer Peshansky2022-06-273-5/+8
* SERVER-64449 Get rid of the gFeatureFlagNewWriteErrorExceptionFormat flagKaloian Manassiev2022-06-222-21/+19
* SERVER-67400 Introduce a CollectionPlacement component of the collection versionKaloian Manassiev2022-06-211-11/+7
* SERVER-65530 Get rid of the old ChunkVersion serialization formatsKaloian Manassiev2022-06-163-38/+15
* SERVER-50812 Remove the `setShardVersion` commandKaloian Manassiev2022-06-141-1/+0
* SERVER-65675 Complete TODO listed in SERVER-60792Pierlauro Sciarelli2022-06-083-18/+5
* SERVER-66431 Replace all usages of ShardType::ConfigNS by kConfigsvrShardsNam...Silvia Surroca2022-06-034-7/+2
* SERVER-65798 Remove enableShardingOptional feature flagTommaso Tocci2022-06-012-10/+6
* SERVER-66703 Get rid of method insertConfigDocumentsAsRetryableWriteAndrew Shuvalov2022-05-265-72/+0
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-4/+4