| Commit message (Expand) | Author | Age | Files | Lines |
* | SERVER-76898 Optimize string construction in NamespaceString | Matt Broadstone | 2023-05-08 | 1 | -11/+9 |
* | SERVER-72187 Support Tenant ID on bulkWrite | seanzimm | 2023-05-02 | 1 | -2/+2 |
* | SERVER-74061 Add support for $out to timeseries on secondaries and sharded cl... | Gil Alon | 2023-04-27 | 1 | -0/+5 |
* | SERVER-75529 Reduce the width of NamespaceString | Matt Broadstone | 2023-04-26 | 1 | -28/+29 |
* | SERVER-76396 Refactor special database constant handling | Tommaso Tocci | 2023-04-24 | 1 | -9/+8 |
* | SERVER-76393 Foribid sharding collections in admin database | Tommaso Tocci | 2023-04-22 | 1 | -5/+6 |
* | SERVER-76216 Drop temporary movePrimaryRecipient colls matching prefix | Abdul Qadeer | 2023-04-19 | 1 | -0/+5 |
* | SERVER-74486 Always include tenant in collection name attributes in error mes... | Sophia Tan | 2023-04-18 | 1 | -1/+9 |
* | Revert "SERVER-72622: Track TenantOplogApplier progress in replicated collect... | Christopher Caplinger | 2023-04-10 | 1 | -6/+0 |
* | SERVER-72622: Track TenantOplogApplier progress in replicated collection | Christopher Caplinger | 2023-04-08 | 1 | -0/+6 |
* | SERVER-74707: Integrate the offline cloner | nandinibhartiyaMDB | 2023-04-05 | 1 | -0/+5 |
* | SERVER-73112 Make NamespaceString constructors private | jannaerin | 2023-03-29 | 1 | -1/+22 |
* | SERVER-73069 SERVER-73070 SERVER-75100 Implement kAborted & kDone states for ... | Abdul Qadeer | 2023-03-29 | 1 | -0/+5 |
* | Revert "SERVER-72622: Track TenantOplogApplier progress in replicated collect... | Suganthi Mani | 2023-03-28 | 1 | -5/+0 |
* | SERVER-72622: Track TenantOplogApplier progress in replicated collection | Christopher Caplinger | 2023-03-21 | 1 | -0/+5 |
* | SERVER-73397 New shard merge recipient POS instance, along with test changes. | Suganthi Mani | 2023-03-17 | 1 | -2/+2 |
* | SERVER-74829 Use tenantId to construct placeholder namespace in PipelineExecutor | jannaerin | 2023-03-14 | 1 | -0/+5 |
* | SERVER-73112 Avoid constructing global namespaces directly | jannaerin | 2023-02-26 | 1 | -12/+30 |
* | SERVER-73921 Define NamespaceString and DatabaseName operators in class | Billy Donahue | 2023-02-13 | 1 | -16/+0 |
* | SERVER-73834 NamespaceString constants immortal and constexpr | Billy Donahue | 2023-02-10 | 1 | -157/+0 |
* | SERVER-72492 Add online movePrimary recipient cmds | Abdul Qadeer | 2023-02-08 | 1 | -0/+3 |
* | SERVER-73052 ShardingCatalogClient::getShardsThatOwnData...AtClusterTime() me... | Enrico Golfieri | 2023-02-07 | 1 | -0/+4 |
* | SERVER-73497 Create an interface for the HealthLog | Gregory Wlodarek | 2023-02-03 | 1 | -1/+4 |
* | SERVER-73112 Create function to construct system.views namespace | jannaerin | 2023-02-02 | 1 | -0/+4 |
* | SERVER-72602: Populate Cursor Response for BulkWrite on Mongod | seanzimm | 2023-01-30 | 1 | -0/+5 |
* | SERVER-70754 Make shards support persisting diffs for sampled update queries | Cheahuychou Mao | 2022-11-02 | 1 | -0/+3 |
* | SERVER-70473 Make shards support persisting sampled read queries | Cheahuychou Mao | 2022-11-01 | 1 | -0/+3 |
* | SERVER-70853 Time series namespace string should have tenant information in m... | Sophia Tan | 2022-11-01 | 1 | -2/+2 |
* | SERVER-70053 Serialize and deserialize DatabaseName correctly in multitenancy... | jannaerin | 2022-10-27 | 1 | -4/+12 |
* | SERVER-69554: Parallelise global index CRUD replication | Yu Jin Kang Park | 2022-10-06 | 1 | -3/+2 |
* | SERVER-69150 implement configureQueryAnalyzer on mongod | Israel Hsu | 2022-10-03 | 1 | -0/+3 |
* | SERVER-67423 Include tenantId in requests sent with DBDirectClient to have us... | Sophia Tan | 2022-09-30 | 1 | -14/+0 |
* | SERVER-67852 Partial statistics pipeline | samontea | 2022-09-16 | 1 | -0/+8 |
* | SERVER-66641 Introduce multi-tenancy for change collections. | Rishab Joshi | 2022-09-15 | 1 | -8/+4 |
* | SERVER-67891 New design with $lookup | Pol Pinol Castuera | 2022-09-08 | 1 | -0/+3 |
* | SERVER-67559 Implement global index cloner primary only service | Randolph Tan | 2022-09-02 | 1 | -0/+3 |
* | SERVER-67892 Add _shardsvrCreateGlobalIndex command | Josef Ahmad | 2022-08-30 | 1 | -0/+6 |
* | SERVER-68642 add config.placementHistory collection to sharding catalog | Paolo Polato | 2022-08-18 | 1 | -0/+3 |
* | SERVER-68311 get/setClusterParameter invocations use tenant collection | Gabriel Marks | 2022-08-15 | 1 | -0/+6 |
* | SERVER-66631 Implement command to enable and disable the change stream. | Rishab Joshi | 2022-08-11 | 1 | -0/+3 |
* | SERVER-65891 Make all distLock acquisitions local-only | Tommaso Tocci | 2022-08-09 | 1 | -0/+3 |
* | SERVER-67119 Add sharding catalog global index API to create/remove a global ... | Marcos José Grillo Ramirez | 2022-08-02 | 1 | -2/+5 |
* | SERVER-66639 Manager class for pre-image collection | csum112 | 2022-07-26 | 1 | -0/+6 |
* | SERVER-66985 Ensure writes are serialized to shard split donors ns | Matt Broadstone | 2022-07-11 | 1 | -3/+6 |
* | SERVER-66586 Add multitenancy support to UMC commands | Sara Golemon | 2022-07-07 | 1 | -3/+19 |
* | SERVER-62805 Add global indexes local storage | Marcos Grillo | 2022-06-29 | 1 | -0/+6 |
* | SERVER-66919: Serialize all writes to tenant migration namespaces | Christopher Caplinger | 2022-06-23 | 1 | -0/+1 |
* | SERVER-66705 Move aborting index builds out of critical section | Didier Nadeau | 2022-06-15 | 1 | -2/+2 |
* | SERVER-65210 Basic code to read change streams using the change collection. | Rishab Joshi | 2022-06-09 | 1 | -0/+10 |
* | SERVER-66431 Replace all usages of ShardType::ConfigNS by kConfigsvrShardsNam... | Silvia Surroca | 2022-06-03 | 1 | -1/+0 |