summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_string.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-66641 Introduce multi-tenancy for change collections.Rishab Joshi2022-09-151-4/+4
|
* SERVER-67891 New design with $lookupPol Pinol Castuera2022-09-081-0/+3
|
* SERVER-67559 Implement global index cloner primary only serviceRandolph Tan2022-09-021-0/+3
|
* SERVER-67892 Add _shardsvrCreateGlobalIndex commandJosef Ahmad2022-08-301-0/+12
| | | | Co-authored-by: Yu Jin Kang Park <yujin.kang@mongodb.com>
* SERVER-68642 add config.placementHistory collection to sharding catalogPaolo Polato2022-08-181-0/+3
|
* SERVER-68311 get/setClusterParameter invocations use tenant collectionGabriel Marks2022-08-151-1/+7
|
* SERVER-66631 Implement command to enable and disable the change stream.Rishab Joshi2022-08-111-0/+3
|
* SERVER-65891 Make all distLock acquisitions local-onlyTommaso Tocci2022-08-091-0/+6
|
* SERVER-67119 Add sharding catalog global index API to create/remove a global ↵Marcos José Grillo Ramirez2022-08-021-1/+4
| | | | index
* SERVER-67516 Change _dbName element on IDL defined commands to be ↵Sophia Tan2022-07-291-0/+6
| | | | DatabaseName object
* SERVER-66639 Manager class for pre-image collectioncsum1122022-07-261-0/+6
|
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-0/+1
|
* SERVER-62781 Include tid in oplog entries for commandsHugh Tong2022-07-111-1/+1
|
* SERVER-62805 Add global indexes local storageMarcos Grillo2022-06-291-1/+7
|
* SERVER-65982 Change NamespaceStringOrUUID::dbnameWithTenant() to dbName()Fernando Lisboa2022-06-171-1/+3
|
* SERVER-66705 Move aborting index builds out of critical sectionDidier Nadeau2022-06-151-1/+1
|
* SERVER-66963 Improve performance of NamespaceString and DatabaseName ↵jannaerin2022-06-141-29/+38
| | | | construction
* SERVER-67081 Use DatabaseName instead of StringData in AuthzManagerExeternalSara Golemon2022-06-131-1/+6
|
* SERVER-65210 Basic code to read change streams using the change collection.Rishab Joshi2022-06-091-0/+10
|
* SERVER-64991 add NamespaceString::isSystemDotJavascript()Benety Goh2022-06-011-0/+6
|
* SERVER-66123 Introduce logic to write to the change collection in the primary.Rishab Joshi2022-05-291-5/+2
|
* Revert "SERVER-66123 Introduce logic to write to the change collection in ↵auto-revert-processor2022-05-281-2/+5
| | | | | | the primary." This reverts commit 1a5a5419426d512a8648914206776025beb496c4.
* SERVER-66123 Introduce logic to write to the change collection in the primary.Rishab Joshi2022-05-271-5/+2
|
* SERVER-66024 Include tenantId when constructing namespaces for agg stagesjannaerin2022-05-241-2/+2
|
* SERVER-65209 Skeleton code to create change collection.Rishab Joshi2022-05-211-0/+8
|
* Revert "SERVER-65209 Skeleton code to create change collection."Pierlauro Sciarelli2022-05-201-8/+0
| | | | This reverts commit f76ed79b1fe31c0f22bad3590699c2658638681d.
* SERVER-65209 Skeleton code to create change collection.Rishab Joshi2022-05-191-0/+8
|
* SERVER-66028 Include tenantId when constructing namespaces for change ↵jannaerin2022-05-191-1/+1
| | | | streams agg stages
* Revert "SERVER-65209 Skeleton code to create change collection."Rishab Joshi2022-05-181-8/+0
| | | | This reverts commit fb4100100d9c97f144eeaa44fae04ebdd00f3709.
* SERVER-65209 Skeleton code to create change collection.Rishab Joshi2022-05-181-0/+8
|
* SERVER-64433 Recovering the topology tick points on startup/init syncSergi Mateo Bellido2022-05-121-0/+3
|
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-21/+21
|
* SERVER-64608 Add tenantId to NamespaceStringjannaerin2022-04-251-19/+76
|
* SERVER-64798 Rename FLE 2 state collection prefix to enxcoll_Mark Benvenuto2022-04-101-1/+1
|
* SERVER-62261: Implement getClusterParameter command on mongod and mongosVarun Ravichandran2022-04-011-0/+3
|
* SERVER-64644 Prohibit sharding of FLE 2 state collectionsMark Benvenuto2022-04-011-0/+5
|
* SERVER-63504 Add shard worker for ecoc compactionSara Golemon2022-03-311-0/+3
|
* SERVER-63050 add ability to check if no foreign namespaces are involved in ↵Mickey. J Winters2022-03-161-0/+3
| | | | an aggregation
* SERVER-62613 Implement _configsvrRunRestore to remove documents in the ↵Gregory Wlodarek2022-03-101-0/+3
| | | | config server for collections not restored
* SERVER-63519 Extend RecoverableCriticalSectionService to accommodate global ↵Jordi Serra Torrens2022-03-091-0/+3
| | | | | | user write blocking This reverts commit 5a3ec65dd434f7700ba2f2b173c35a7c4b022437.
* Revert "SERVER-63519 Extend RecoverableCriticalSectionService to accommodate ↵auto-revert-processor2022-03-091-3/+0
| | | | | | global user write blocking" This reverts commit 4a1f01267e8723f4eba6aa264466fd6b27cb2ab9.
* SERVER-63519 Extend RecoverableCriticalSectionService to accommodate global ↵Jordi Serra Torrens2022-03-081-0/+3
| | | | user write blocking
* SERVER-63968 Prohibit ennumeration of builtin roles on $external databaseSara Golemon2022-02-271-0/+3
|
* SERVER-63897 IDL-ify database typeTommaso Tocci2022-02-231-0/+3
|
* SERVER-63473 Create SetUserWriteBlockMode configsvr coordinatorJordi Serra Torrens2022-02-111-0/+3
|
* SERVER-62906 Add a check in the createCollection/shardCollection path ↵Antonio Fuschetto2022-02-021-0/+5
| | | | verifying the collection name length
* SERVER-61709 Introduce implicitly replicated namespacesJosef Ahmad2022-01-131-0/+17
| | | | | | | | | | | Implicitly replicated namespaces are internal namespaces that do not replicate writes, with the exception of deletions, user-initiated direct writes and some maintenance operations. This patch lists config.system.preimages, config.images_collection, config.transactions and config.changes.* as implicitly replicated namespaces, and unifies and validates their semantics. It also special-cases some of the config.transactions replication behaviour that is too specific to be generalised.
* SERVER-62194 Make AutoGetCollection accept multiple namespaces to lock.Dianna Hohensee2022-01-121-0/+6
|
* SERVER-61748 dbCheck: improve database-level locking and handling of special ↵Josef Ahmad2021-12-081-0/+5
| | | | | | | | | | collections * Acquire database lock in MODE_IS between batches * Acquire database lock in MODE_IS when listing collections * Remove MODE_IX lock acquisition of the local db * Downgrade severity to warning for collections that are not consistent by design * Downgrade severity to info for collections that are dropped partway through
* SERVER-60922 Use config.migrations to persist moveChunk recovery infoPaolo Polato2021-12-071-3/+0
|