summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49510: Add functionality to pick new split points during resharding wh...wireVersionKshitij Gupta2020-08-055-20/+384
* SERVER-49839 Implement AlwaysFalse and AlwaysTrue match expressions in SBEAndrii Dobroshynskyi2020-08-051-8/+22
* SERVER-49986 Convert isMaster command to hello and keep isMaster, ismaster al...Pavi Vetriselvan2020-08-054-10/+27
* SERVER-47626 Execution Architecture Guide: The CatalogGeert Bosch2020-08-051-26/+73
* SERVER-49563 Create ReshardingCoordinator classjannaerin2020-08-053-0/+230
* SERVER-46906 Use PeriodicRunner for the user cache invalidatorGabriel Marks2020-08-053-138/+84
* SERVER-47288 Execution Architecture Guide: Write OperationsLouis Williams2020-08-051-5/+42
* SERVER-50057 Do not use StringDataSet in OperationShardingStateHaley Connelly2020-08-051-1/+1
* SERVER-49448 Interrupt index builds for shutdown during the expected phase in...Gregory Noma2020-08-059-49/+74
* SERVER-49507 Reduce memory consumption in startup repair when rebuilding uniq...Faustoleyva542020-08-057-138/+164
* SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson2020-08-0518-93/+121
* SERVER-50097 isMaster aliases should correctly populate exhaustIsMasterMetricsPavi Vetriselvan2020-08-052-11/+71
* SERVER-50079 Move libraries in LIBDEPS for the mongod target in the SConscrip...Luis Osta2020-08-051-4/+2
* SERVER-47294 Concurrency Architecture GuideEric Milkie2020-08-051-31/+105
* SERVER-49561 Add resharding fields to config.collectionsBlake Oler2020-08-0511-5/+131
* Import wiredtiger: 54d5655b43b91028ee1c90eadd0969c863a9e7e5 from branch mongo...Chenhao Qu2020-08-052-33/+16
* SERVER-46202 Make ShardRegistryData immutableKevin Pulo2020-08-054-331/+235
* SERVER-48716 Completed doc, added links to files in docs/README.mdReo Kimura2020-08-052-2/+3
* SERVER-21861: Prohibit Timestamp.prototype.toString via resmoke injection.Daniel Gottlieb2020-08-051-1/+7
* SERVER-49117 Remove storage validation of '$' and '.' in field names for inse...Junhson Jean-Baptiste2020-08-0414-166/+92
* SERVER-49831 Add support for base MatchExpression in grammarRibhav Jain2020-08-0412-2116/+2424
* SERVER-49030 Make CurOp::_start and CurOp::_end atomicJustin Seyster2020-08-045-124/+201
* SERVER-50034 Make donorStartMigration command retries join the active migrationLuis Osta2020-08-041-2/+2
* SERVER-49417 Fix connectionId attribute nameBilly Donahue2020-08-041-4/+5
* SERVER-49826 Enable OCSP stapling on OpenSSL 1.0.1Spencer Jackson2020-08-041-7/+22
* SERVER-50047 add debug logging to investigate moveChunk when source == destin...Misha Tyulenev2020-08-041-0/+29
* SERVER-48861 Add arithmetic expressions to grammarTed Tuckman2020-08-0410-1850/+3238
* SERVER-49789 Make tenant migration donor use a StreamableReplicaSetMonitor to...Luis Osta2020-08-0412-25/+234
* SERVER-50064 Make recursion depth thread-local in ServiceExecutor testsAmirsaman Memaripour2020-08-043-16/+14
* SERVER-49157 Make TransportLayer reference a specific WireSpecAmirsaman Memaripour2020-08-049-14/+27
* SERVER-49730: Replace usages of waitForDrainFinishXueruiFa2020-08-0411-98/+2
* SERVER-48543 Improve serialization format to avoid delta oplog exceeding max ...Arun Banala2020-08-0412-195/+352
* SERVER-49676: Coverity analysis defect 115809: Uninitialized scalar fieldXueruiFa2020-08-041-1/+1
* SERVER-50077 Set unsharded shard version on collection creation only on prima...Marcos José Grillo Ramírez2020-08-042-9/+27
* SERVER-49976 Cleanup database cache on shard removalTommaso Tocci2020-08-0411-40/+152
* SERVER-48417 Reconstruct in-memory state when resuming index buildSamy Lanka2020-08-0430-70/+581
* SERVER-49378 List Commands includes API Version InfoPV992020-08-041-0/+2
* SERVER-48312 Update the Execution Architecture Guide to remove parts referenc...Gregory Wlodarek2020-08-041-7/+3
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-0452-367/+96
* SERVER-43774 ShardingTest should initiate all of its ReplSetTest shard instan...Haley Connelly2020-08-032-36/+148
* SERVER-48206 Check process exit codes when stopping nodes in replsettest.jsAli Mir2020-08-032-6/+13
* SERVER-50012 Use PeriodicRunner for the certificate expiration monitorGabriel Marks2020-08-037-46/+46
* SERVER-49130 Logging certificate information on startup for LinuxMina Mahmood2020-08-033-40/+218
* SERVER-49547 ephemeralForTest needs to keep track of the available history fo...Bynn Lee2020-08-035-18/+363
* SERVER-49820 Allow setting destined recipient in oplog entriesjannaerin2020-08-0323-50/+103
* SERVER-47608 Flow Control architecture guideEric Milkie2020-08-031-1/+82
* SERVER-50043 Remove Framework build vestiges from embeddedAndrew Morrow2020-08-034-32/+5
* SERVER-49181 Make writes call MigratingTenantAccessBlocker::checkIfCanWriteOr...Cheahuychou Mao2020-08-0312-28/+223
* SERVER-49176 Make op observer for "commit" and "abort" writes update Migratin...Cheahuychou Mao2020-08-035-25/+79
* SERVER-49214: Add $toHashedIndexKey expression.Kshitij Gupta2020-08-036-0/+140