summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_string.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74925 Remove NamespaceStringOrUUID constructor that takes in tenantid ...mathisbessamdb2023-05-161-2/+0
* SERVER-77012 Skip parsing for tenantIds if multitenancy disabledMatt Broadstone2023-05-161-36/+68
* SERVER-71123 implement IWYU tool and add required human changesDaniel Moody2023-05-111-3/+3
* SERVER-76895 Micro-optimizations for the hot find-by-indexed-key query pathDavid Storch2023-05-091-2/+2
* SERVER-76898 Optimize string construction in NamespaceStringMatt Broadstone2023-05-081-6/+4
* SERVER-76823 Report accurate dbname length in NSS length assertionMatt Broadstone2023-05-051-5/+4
* SERVER-74489 Make NamespaceString::toStringWithTenantId privateSophia Tan2023-05-051-6/+22
* SERVER-72187 Support Tenant ID on bulkWriteseanzimm2023-05-021-1/+1
* SERVER-76632 Add missing symbolic constant to assertion messageMatt Broadstone2023-04-281-1/+3
* SERVER-74061 Add support for $out to timeseries on secondaries and sharded cl...Gil Alon2023-04-271-0/+9
* SERVER-75529 Reduce the width of NamespaceStringMatt Broadstone2023-04-261-65/+111
* SERVER-67817 Change NamespaceStringOrUUID::db() to dbName() and return Databa...Sophia Tan2023-04-241-6/+2
* SERVER-76396 Refactor special database constant handlingTommaso Tocci2023-04-241-13/+6
* SERVER-74897 Change IDL defined commands to call NamespaceStringUtilHugh Tong2023-04-191-4/+0
* SERVER-76216 Drop temporary movePrimaryRecipient colls matching prefixAbdul Qadeer2023-04-191-0/+5
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-0/+5
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-14/+13
* SERVER-75408 Always include tenant in db name attributes in internal server e...Sophia Tan2023-04-141-4/+1
* Revert "SERVER-72622: Track TenantOplogApplier progress in replicated collect...Christopher Caplinger2023-04-101-8/+0
* SERVER-72622: Track TenantOplogApplier progress in replicated collectionChristopher Caplinger2023-04-081-0/+8
* SERVER-75594 Make analyzeShardKey command only use one config collection to s...Cheahuychou Mao2023-04-071-5/+0
* SERVER-74487 Always include tenant in db name attributes in error messagesSophia Tan2023-04-061-0/+10
* SERVER-74707: Integrate the offline clonernandinibhartiyaMDB2023-04-051-0/+5
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-0/+11
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-48/+109
* SERVER-73069 SERVER-73070 SERVER-75100 Implement kAborted & kDone states for ...Abdul Qadeer2023-03-291-0/+5
* Revert "SERVER-72622: Track TenantOplogApplier progress in replicated collect...Suganthi Mani2023-03-281-8/+0
* SERVER-73680 Refactor dbHash to use point-in-time catalog lookupsGregory Wlodarek2023-03-221-0/+3
* SERVER-72622: Track TenantOplogApplier progress in replicated collectionChristopher Caplinger2023-03-211-0/+8
* SERVER-74829 Use tenantId to construct placeholder namespace in PipelineExecutorjannaerin2023-03-141-0/+7
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-19/+24
* SERVER-73921 Define NamespaceString and DatabaseName operators in classBilly Donahue2023-02-131-18/+31
* SERVER-73880 Make DatabaseName constantsjannaerin2023-02-111-2/+4
* SERVER-73834 NamespaceString constants immortal and constexprBilly Donahue2023-02-101-168/+106
* SERVER-72492 Add online movePrimary recipient cmdsAbdul Qadeer2023-02-081-0/+3
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-0/+33
* SERVER-73052 ShardingCatalogClient::getShardsThatOwnData...AtClusterTime() me...Enrico Golfieri2023-02-071-0/+5
* SERVER-73497 Create an interface for the HealthLogGregory Wlodarek2023-02-031-0/+3
* SERVER-73112 Create function to construct system.views namespacejannaerin2023-02-021-0/+5
* SERVER-72602: Populate Cursor Response for BulkWrite on Mongodseanzimm2023-01-301-0/+6
* SERVER-68757 SERVER-68758 SERVER-69800 (2/2) Make analyzeShardKey command cal...Cheahuychou Mao2023-01-271-0/+5
* SERVER-71721 Avoid extra string copy in NamespaceString constructorDan Larkin-York2022-12-021-1/+1
* SERVER-70754 Make shards support persisting diffs for sampled update queriesCheahuychou Mao2022-11-021-0/+3
* SERVER-70473 Make shards support persisting sampled read queriesCheahuychou Mao2022-11-011-0/+3
* SERVER-70053 Serialize and deserialize DatabaseName correctly in multitenancy...jannaerin2022-10-271-0/+2
* SERVER-69820 Simplify Flow control ticket acquisitionJordi Olivares Provencio2022-10-271-1/+4
* SERVER-70159 Rename global indexes namespace to system.globalIndex.<UUID>Josef Ahmad2022-10-061-1/+1
* SERVER-69150 implement configureQueryAnalyzer on mongodIsrael Hsu2022-10-031-0/+3
* SERVER-67852 Partial statistics pipelinesamontea2022-09-161-1/+9
* SERVER-66641 Introduce multi-tenancy for change collections.Rishab Joshi2022-09-151-4/+4