summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
Commit message (Expand)AuthorAgeFilesLines
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-033-0/+3
* SERVER-41469 Enforce w:1 for creation of transactions table on step-upJason Chan2019-07-012-1/+5
* SERVER-41160 Add shutdown method for CatalogCacheLoaderRandolph Tan2019-07-017-11/+46
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-283-7/+5
* SERVER-40258 Relax locking requirements for sharding metadata refresh on shardsRandolph Tan2019-06-275-21/+34
* SERVER-40258 Rename CSRLock::lock to CSRLock::lockSharedRandolph Tan2019-06-278-13/+14
* SERVER-36824 prevent prepareTransaction command on standalonePavi Vetriselvan2019-06-271-0/+5
* SERVER-26531 Change ConfigServerTestFixture::setupChunks to `void`Kaloian Manassiev2019-06-2712-79/+79
* SERVER-26531 Don't reset the control chunk's 'jumbo' flag on migration commitKaloian Manassiev2019-06-273-55/+59
* Revert "SERVER-38796 Refactor CollectionOptions::parse to be static"Daniel Solnik2019-06-263-5/+7
* SERVER-41813 Allow ViewCatalog lookup without validating system viewsBlake Oler2019-06-261-5/+7
* SERVER-41616: track commit/abort decisions for two phase commit coordinatorLamont Nelson2019-06-267-8/+79
* SERVER-34166 Stop writing config server connection string and shard name to m...Jason Zhang2019-06-261-15/+2
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-263-7/+5
* SERVER-36529 OpObservers for session operations should pass SessionTxnRecordJudah Schvimer2019-06-251-2/+7
* SERVER-41780 always wait for write concern on prepareTransaction retriesJudah Schvimer2019-06-251-7/+13
* SERVER-41572 use FailPointEnableBlock to control failpoints in transaction_co...Lamont Nelson2019-06-241-72/+46
* SERVER-41195 Turn off auto-splitting when the balancer is turned offRandolph Tan2019-06-241-4/+7
* SERVER-41734 Return 'char' instead of 'const char' in anonymous function sign...Blake Oler2019-06-241-1/+1
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-06-212-9/+8
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-73/+41
* SERVER-40791 Track multi-statement transaction operations for migrations at c...Blake Oler2019-06-2010-103/+176
* SERVER-40681 Make AutoGetCollection interface match AutoGetDBGregory Noma2019-06-184-12/+8
* SERVER-41655 Add classes RefineCollectionShardKeyCommand and ConfigsvrRefineC...Jamie Heppenstall2019-06-182-0/+101
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-143-8/+8
* SERVER-40986 Include relevant server-wide two phase commit metrics on mongod ...Esha Maharishi2019-06-135-0/+176
* Revert "SERVER-40791 Track multi-statement transaction operations for migrati...Blake Oler2019-06-1311-165/+101
* SERVER-40791 Track multi-statement transaction operations for migrations at c...Blake Oler2019-06-1211-101/+165
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-06-112-5/+5
* SERVER-39141 Handle WriteConflictException in range deleterAlex Taskov2019-06-103-10/+60
* SERVER-40988 Log metrics on mongod when slow two phase commit completesEsha Maharishi2019-06-103-0/+397
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-1032-108/+114
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-1011-22/+24
* SERVER-41179 Observe the coordinator's state transitions and update the corre...Esha Maharishi2019-06-0711-31/+1636
* SERVER-41417 Transaction coordinator should only delete durable state if two-...Esha Maharishi2019-06-041-13/+4
* SERVER-23923 Track writeConcern through getMoresCharlie Swanson2019-06-031-9/+3
* SERVER-36159 Log whenever the gossiped config server opTime term changesKevin Pulo2019-05-303-8/+16
* SERVER-36443 Clear ChunkManager objects in metadata when no longer in usejannaerin2019-05-283-18/+136
* SERVER-41189 Make transaction coordinator retry persisting decision on all er...jannaerin2019-05-282-80/+22
* SERVER-41193 Get rid of LogicalSessionCache promote and refreshSessionsKaloian Manassiev2019-05-241-1/+0
* SERVER-40594 Make range deleter interruptibleMatthew Saltz2019-05-233-4/+13
* SERVER-33727 Do not wait for write concern if opTime didn't change during writeJames Wahlin2019-05-231-1/+1
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-214-32/+23
* SERVER-40979 Create class for tracking server-wide two phase commit metrics o...Esha Maharishi2019-05-213-0/+203
* SERVER-41216 Rename InterruptedDueToStepDown error code to InterruptedDueToRe...Judah Schvimer2019-05-207-10/+10
* SERVER-40982 Add counters for aborted migrations from lock timeoutsJack Mulrow2019-05-203-0/+9
* SERVER-41074 Make decision to send pre/post image oplog the same as the decis...Randolph Tan2019-05-174-47/+339
* SERVER-40978 Create class for tracking single two phase commit metrics on mongodEsha Maharishi2019-05-173-0/+311
* SERVER-37837 Examine and reap sessions from the SessionsCatalogKaloian Manassiev2019-05-171-5/+4