summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_string.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55104 Report time-series bucket granularityLouis Williams2021-03-181-0/+5
* SERVER-55144 Add a new collection to track which collection critical sections...Sergi Mateo Bellido2021-03-151-0/+3
* SERVER-55181 Update the checks in NamespaceString::isNamespaceAlwaysUnshardedKaloian Manassiev2021-03-151-9/+3
* SERVER-55113 Split rename/range-deletion procedures in idempotent stepsPierlauro Sciarelli2021-03-111-0/+2
* SERVER-53406 Add TTL for external keysJack Mulrow2021-02-271-4/+2
* SERVER-53905 Implement PrimaryOnlyService for DDL coordinatorsTommaso Tocci2021-02-241-0/+5
* SERVER-53374 Clean up oplog related collections created for reshardingjannaerin2021-02-171-0/+8
* SERVER-54439 Allow lookup/graphLookup into kTenantMigrationOplogViewPavi Vetriselvan2021-02-111-0/+3
* SERVER-53404 Make tenant migration donor copy the recipient's cluster time si...Cheahuychou Mao2021-01-281-15/+7
* SERVER-53403 Support validating cluster times with keys from external_validat...Cheahuychou Mao2021-01-151-0/+6
* SERVER-53403 Define IDL type for docs in admin.system.external_validation_keysCheahuychou Mao2021-01-151-0/+3
* SERVER-53618 Add collStats for time-series collectionsGregory Noma2021-01-131-2/+1
* SERVER-53680 Use IDL for KeysCollectionDocumentCheahuychou Mao2021-01-131-0/+3
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-0/+17
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-0/+8
* SERVER-49900 Update progress document following each batch of config.transact...Jack Mulrow2020-11-191-0/+3
* SERVER-51503 support creating system.buckets.X collectionsBenety Goh2020-10-231-0/+12
* SERVER-49908 Update config.localReshardingOperations.recipient document follo...Randolph Tan2020-10-211-0/+2
* SERVER-51347 Allow writes on a collection string-matching '.system.resharding...Alex Taskov2020-10-081-1/+2
* SERVER-49565 Create ReshardingRecipientServiceBlake Oler2020-09-171-0/+3
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-0/+12
* SERVER-48785 Create TenantMigrationRecipientService and TenantMigrationRecipi...Suganthi Mani2020-09-091-0/+3
* SERVER-49570 Create ReshardingCoordinator in configsvrReshardCollectionHaley Connelly2020-09-091-1/+1
* SERVER-49564 Create ReshardingDonorServiceBlake Oler2020-09-021-0/+4
* SERVER-49569 Create ReshardingCoordinatorServicejannaerin2020-08-261-0/+2
* Revert "SERVER-49569 Create ReshardingCoordinatorService"Max Hirschhorn2020-08-261-2/+0
* SERVER-49569 Create ReshardingCoordinatorServicejannaerin2020-08-251-0/+2
* SERVER-49914 Disable the TTL monitor for <database>.system.resharding.* names...Haley Connelly2020-08-121-0/+8
* SERVER-49290 Support running $lookup locally on shard for config.cache.chunks...Haley Connelly2020-08-071-1/+5
* SERVER-49751 Rename all classes/functions/filenames/nss/variables etc to rela...Luis Osta2020-07-271-2/+2
* SERVER-48717 Implement the persist/recover functionalities of the VectorClockPierlauro Sciarelli2020-07-161-1/+4
* SERVER-49180 Make the donor's dataSync function reserve an OpTime at which to...Cheahuychou Mao2020-07-081-0/+3
* SERVER-48426 Cleaned up lingering references to admin.system.new_usersMina Mahmood2020-06-301-2/+0
* SERVER-47154 Split out namespace pattern matching logic from _checkCanCreateC...Gregory Wlodarek2020-05-271-13/+14
* SERVER-47531 OpObserver: Convert usage of getCollectionDescription_DEPRECATED...Cheahuychou Mao2020-05-081-0/+3
* SERVER-47524 Update stage: Convert usage of getCollectionDescription_DEPRECAT...Tommaso Tocci2020-04-291-1/+1
* SERVER-45781 Throw Stale Shard Version when collection is unknown on getColle...Marcos José Grillo Ramírez2020-04-081-1/+3
* SERVER-46945: Correct FCV-aware error messages for overlong collection names.Daniel Gottlieb2020-03-191-19/+0
* SERVER-46641: Limit collection names to 255 characters.Daniel Gottlieb2020-03-171-1/+1
* SERVER-43720 Make RWCDefaults commands persist the defaultsJack Mulrow2019-12-171-0/+2
* SERVER-44161 Implement MigrationCoordinatorMatthew Saltz2019-11-261-0/+3
* SERVER-44156 Submit tasks to the CollectionRangeDeleter when config.rangeDele...Alex Taskov2019-10-311-0/+2
* SERVER-41745 Collections with names longer than 120 characters will be gated ...Gregory Wlodarek2019-08-291-0/+20
* SERVER-42430 Create whitelist of namespaces that are allowed to be created im...Janna Golden2019-08-191-0/+19
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-6/+5
* SERVER-41694 Remove the restriction on collection name lengthGregory Wlodarek2019-06-241-1/+1
* SERVER-41695 Remove NamespaceString::checkLengthForRename() since there are n...Gregory Wlodarek2019-06-211-15/+0
* SERVER-41695 Remove index namespace stringsGregory Wlodarek2019-06-211-6/+0
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1