summaryrefslogtreecommitdiff
path: root/src/mongo/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41597 Remove mmap collection optionEvgeni Dobranov2019-09-111-2/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-1011-32/+29
* SERVER-42188 Create IDL type for range deletion task for persistence in the q...Alex Taskov2019-09-102-0/+15
* SERVER-42908 Add ErrorCodes to retryable errors to match driversBen Caimano2019-09-094-25/+19
* SERVER-43195 Add namespace to ChunkManager ShardKeyNotFound errors in order t...Blake Oler2019-09-091-2/+3
* SERVER-32871 Invalidate CatalogCache entries when ShardRegistry reload discov...Matthew Saltz2019-09-068-20/+102
* SERVER-43145 Change M/R output database name to be an optional stringNicholas Zolnierz2019-09-041-1/+0
* SERVER-41374 Track current open, active, and inactive transactions on mongos ...Jack Mulrow2019-09-037-143/+664
* SERVER-41359 Stop upconverting readConcern to snapshot internally for transac...Samyukta Lanka2019-09-031-4/+0
* SERVER-43032 simplify overflow_arithmetic.hBilly Donahue2019-08-281-5/+3
* SERVER-43011 Add optional namespace restriction to failCommand failpointJack Mulrow2019-08-261-2/+2
* SERVER-42902 Fix misnamed library dependencyJacob Evans2019-08-231-1/+1
* SERVER-42902 Update the MR response formatting code to run on a pipelineJacob Evans2019-08-231-7/+2
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-233-11/+11
* SERVER-42963 For active sessions only set transaction stats in TransactionRou...Jack Mulrow2019-08-223-30/+35
* SERVER-42907 Add timeActiveMicros and timeInactiveMicros for transactions in ...Jack Mulrow2019-08-212-2/+10
* SERVER-42833 Make _configsvrRenameCollection return an error if the source an...Jason Zhang2019-08-211-1/+3
* SERVER-42837 Allow waitInFindBeforeBatch FailPoint to take data.nss parameterBen Caimano2019-08-201-2/+1
* SERVER-41376 Track time transactions on mongos are active and inactive and in...Jack Mulrow2019-08-195-20/+448
* SERVER-42430 Create whitelist of namespaces that are allowed to be created im...Janna Golden2019-08-197-24/+19
* SERVER-42474 Remove now unused function ChunkManagerTargeter::targetDocNicholas Zolnierz2019-08-192-18/+0
* SERVER-42143 Use a single RS transaction for refineCollectionShardKey metadat...Jamie Heppenstall2019-08-195-92/+7
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-164-8/+9
* SERVER-42636 Add map reduce in aggregation formatterXinhao Zhang2019-08-163-3/+103
* SERVER-41961 Remove the `NOINLINE_DECL` and replace with `MONGO_COMPILER_NOIN...ADAM David Alan Martin2019-08-151-5/+6
* SERVER-42121 Make mongo's renameCollection call configsvrRenameCollection.Jason Zhang2019-08-142-1/+38
* SERVER-40983 Track and log relevant single transaction metrics on mongos for ...Blake Oler2019-08-143-37/+371
* SERVER-42754 Make RSMChangeListeners for shard configs exception-safeBen Caimano2019-08-121-6/+10
* SERVER-31138 ensure releaseCursor returns a RAII safe typeGeorge Wangensteen2019-08-099-112/+147
* SERVER-42456 Improve access to cursor underlying a ClusterCursorManager::Pinn...George Wangensteen2019-08-094-252/+52
* SERVER-41949 Attach the databaseVersion on the write path on mongos"jannaerin2019-08-0811-77/+412
* SERVER-42368 Remove max shard key size limit of 512 bytesJamie Heppenstall2019-08-084-35/+0
* SERVER-41925 enumerate the FCV 4.4 dependencies in the sharding codeMisha Tyulenev2019-08-061-0/+1
* SERVER-42485 Make wall clock times in replication structures required after 4.2Jason Chan2019-08-052-4/+3
* SERVER-42114 Allow single RS transactions to run on the config database in sh...Blake Oler2019-08-011-1/+5
* SERVER-42457 Check if atClusterTime has been set on TransactionRouter before ...Blake Oler2019-07-312-1/+19
* SERVER-42460 Add feature flag for aggregation map reduceTed Tuckman2019-07-302-0/+46
* SERVER-42364 Update config.collections schema to have a 'distributionMode' fieldEsha Maharishi2019-07-303-5/+214
* SERVER-42365 Remove dead code around 'allowSplit' and 'assigned shard key' fr...Esha Maharishi2019-07-303-35/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2795-1592/+1041
* SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch2019-07-261-1/+1
* SERVER-40110 don't call OpContext::checkForInterrupt() off-threadIan Boros2019-07-261-2/+7
* SERVER-42141 Implement sharded metadata updates for refineCollectionShardKey ...Jamie Heppenstall2019-07-255-11/+70
* SERVER-42119 Add shardsvrRenameCollection that wraps the existing mongod rena...Jason Zhang2019-07-251-0/+27
* SERVER-42125 Omit passive members from RSM connection stringsBen Caimano2019-07-251-1/+1
* SERVER-42164 Allowed ErrorCode::is{Category} to take a StatusBen Caimano2019-07-231-1/+1
* SERVER-42106 Use auto-generated _ids for config.chunks and config.tagsJamie Heppenstall2019-07-2211-73/+115
* SERVER-41480 Increment major version on splits where the shard version equals...Matthew Saltz2019-07-222-0/+37
* SERVER-42120 Add configsvrRenameCollection that takes NamespaceSerializer loc...Jason Zhang2019-07-182-0/+55
* SERVER-39692 Make mongos shutdown drain all in-progress transactionsRandolph Tan2019-07-182-8/+82