summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37742: Avoid unnecessary shard version metadata refreshesNatalie Tsvetkova2018-11-051-0/+1
* SERVER-37918 Make sure tags passed to the fast initial split algorithm are in...Kaloian Manassiev2018-11-053-77/+20
* SERVER-37797 PCQ +multi +pipeJason Carey2018-11-021-1/+5
* SERVER-37354 Make _shardsvrShardCollection re-entrantjannaerin2018-11-011-0/+1
* SERVER-37354 Make _shardsvrShardCollection re-entrantjannaerin2018-11-016-91/+655
* SERVER-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-311-3/+5
* SERVER-37578 Fix failing sharding_catalog_manager_testKaloian Manassiev2018-10-312-9/+13
* SERVER-37350 Shards should reject writes in snapshot sharded transactions to ...Jack Mulrow2018-10-302-6/+45
* SERVER-37578 Assert that a zone is associated with a shard during shard colle...jannaerin2018-10-291-1/+1
* SERVER-37589 add library for MultiIndexBlockBenety Goh2018-10-262-2/+3
* SERVER-37589 rename Collection::insertDocument() overload for bulk loader and...Benety Goh2018-10-251-2/+2
* SERVER-37754 Remove duplicate copyright headersRamon Fernandez2018-10-251-30/+0
* SERVER-37578 Assert that a zone is associated with a shard during shard colle...jannaerin2018-10-252-2/+27
* SERVER-37179 Pass the reference of OperationSessionInfoFromClient around.Siyuan Zhou2018-10-242-4/+5
* SERVER-37651 Update copyright noticesRamon Fernandez2018-10-241-2/+28
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-234-4/+8
* SERVER-37496 Register balancer shutdown task when MongoD is single-threadedJack Mulrow2018-10-231-9/+0
* SERVER-36355: Improve error message when shard key not present in all documentsnatalie.tsvetkova2018-10-221-2/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-22213-2679/+3121
* SERVER-37657 Report the offending oplog entries if a batch contains non-incre...Kaloian Manassiev2018-10-221-2/+0
* SERVER-37621 Move logging in transaction command bodies to after checking tha...Esha Maharishi2018-10-121-5/+5
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-122-3/+3
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-1213-38/+0
* SERVER-37244 Move MongoD-specific code out of SessionCatalogKaloian Manassiev2018-10-121-1/+2
* SERVER-37553 Log sending and receiving every message in the transaction two p...Esha Maharishi2018-10-111-1/+29
* SERVER-36799 Move all transactions and retryable writes functionality from Se...Kaloian Manassiev2018-10-084-41/+66
* SERVER-37487 Aborting a prepared transaction must not respect maxTransactionL...Tess Avitabile2018-10-052-2/+4
* SERVER-37431 Make `logChange` not return `Status`.ADAM David Alan Martin2018-10-059-148/+116
* SERVER-37363 Return Future with commit decision from coordinateCommitMatthew Saltz2018-10-041-4/+19
* SERVER-37300 Move the transaction coordinator to separate lib and remove embe...Henrik Edin2018-10-041-0/+1
* SERVER-37297 Move aggregation pipeline stages that require sharding out of th...Henrik Edin2018-10-031-0/+1
* SERVER-36697 Utilize TickSource for transactions timing metricsWilliam Schultz2018-10-021-1/+1
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-2/+1
* SERVER-37329 Add TODO for when runWithoutInterruption block can be removedSpencer T Brody2018-09-281-0/+1
* SERVER-37329 Make ShardRemote interruptable while waiting for a responseSpencer T Brody2018-09-281-7/+10
* SERVER-36304 A transaction participant should send voteCommit to the coordina...Esha Maharishi2018-09-271-13/+109
* SERVER-37320 Prevent prepareTransaction from running on anything but initiali...Esha Maharishi2018-09-271-1/+12
* SERVER-37106 Update prepareTransaction command to use TypedCommand and take '...Esha Maharishi2018-09-261-67/+84
* SERVER-36959 Use afterOpTime when counting chunks in _shardsvrShardCollectionjannaerin2018-09-261-1/+2
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-265-5/+5
* SERVER-36084 Remove sharding runtime from ServiceEntryPointCommon and embedde...Henrik Edin2018-09-262-17/+5
* SERVER-30714 Handle 'not master' errors in ReplicationCoordinatorExternalStat...Kaloian Manassiev2018-09-261-7/+3
* SERVER-29160 bump timeout for migration operationsMisha Tyulenev2018-09-247-7/+7
* SERVER-37142 Make clearing the MovePrimarySourceManager a no-op if one doesn'...Jack Mulrow2018-09-241-2/+0
* SERVER-35865 SERVER-35816 SERVER-35730 Write commit oplog entry on commit of ...Judah Schvimer2018-09-212-2/+6
* SERVER-36084 Remove sharding runtime dependency from OpObserverImplHenrik Edin2018-09-207-105/+224
* SERVER-35707 Allow mongos to retry on re-targeting errors in a transactionJack Mulrow2018-09-191-0/+12
* SERVER-31892 moveChunk with should wait for majority write concernjannaerin2018-09-181-1/+22
* SERVER-36735 Remove duplicate code in shardsvr_shard_collectionjannaerin2018-09-141-1/+0
* SERVER-34882 Support creating instances with all required fields in IDLMark Benvenuto2018-09-142-2/+2