summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-11-01475-2465/+2484
* SERVER-44310 Make waitForFailPoint command require maxTimeMSCheahuychou Mao2019-10-311-0/+4
* SERVER-39165 Add waitForFailpoint command and update non-repl testsCheahuychou Mao2019-10-319-13/+199
* SERVER-41357 SERVER-41360 SERVER-43324 Add Mutex, BasicLockableAdaptor, and D...Ben Caimano2019-10-3134-126/+1134
* SERVER-43879 OplogInterfaceLocal::next should return an owned BSON objJudah Schvimer2019-10-301-1/+1
* Import tools: 3e3dc4003e34efa2ba3c4d09ba94817d429d3d03 from branch v4.2David Golden2019-10-305-13/+30
* SERVER-40667 MongoD Storage watchdog should treat unexpected interruption as ...Ben Caimano2019-10-291-2/+5
* SERVER-40546 Fix min/max boundary checkingIan Boros2019-10-291-2/+4
* SERVER-43151 DSGroup should record current spill file offset as std::streamposBernard Gorman2019-10-291-1/+1
* SERVER-44050 Arrays are not correctly rejected during key generation for 'has...Arun Banala2019-10-291-8/+12
* SERVER-44183 Failure to listen on an asio socket should be fatalBen Caimano2019-10-281-1/+8
* SERVER-44064 Perform explicit cast on MessageCompressorManager parameterAdam Cooper2019-10-252-1/+24
* SERVER-42737 Make secondary reads in ShardServerCatalogCacheLoader block behi...Randolph Tan2019-10-243-0/+43
* SERVER-44119 Customize string coersion for IDLSara Golemon2019-10-243-0/+31
* SERVER-43640 Allow UserCacheInvalidator to deconstruct during shutdownSpencer Jackson2019-10-241-20/+25
* SERVER-43338 Dropping an admin.system.* index in FCV 4.0 can invariant on sta...Louis Williams2019-10-231-6/+0
* SERVER-43703 On shutdown check rsSyncApplyStop is disabledA. Jesse Jiryu Davis2019-10-231-9/+7
* SERVER-43908 Modify IndexConsistency hash-map keys to avoid hitting an invari...Gregory Wlodarek2019-10-223-11/+158
* SERVER-42769 Add call to awaitLastOpCommitted after enableAutoSplit in Shardi...r4.2.0Matthew Saltz2019-10-211-0/+5
* SERVER-41480 Increment major version on splits where the shard version equals...Matthew Saltz2019-10-214-65/+246
* SERVER-43579 Make AWS KMS support robust to KMS availabilityShreyas Kalyan2019-10-211-1/+7
* SERVER-42312 disallow validate cmd during rollback and recovering statesPavithra Vetriselvan2019-10-182-0/+10
* SERVER-43079 ignore internal connections in failCommand failpointMisha Tyulenev2019-10-171-0/+4
* SERVER-42366 Do not update the stable timestamp during ROLLBACK stateWilliam Schultz2019-10-172-2/+61
* SERVER-43034 Correctly deal with infinite results in DoubleDoubleSummationGeert Bosch2019-10-171-3/+3
* SERVER-43239 Fixed bug causing numCatchUpOps in repSetGetStatus to be incorrectSamyukta Lanka2019-10-1620-64/+224
* SERVER-43402 dropDatabase should send drop database oplog entry prior to drop...Gregory Wlodarek2019-10-161-13/+12
* SERVER-33272 The DatabaseHolder::close() function no longer requires a global...Gregory Wlodarek2019-10-165-11/+13
* SERVER-41140 All usages of MultiIndexBlock should ensure callers check for du...Gregory Wlodarek2019-10-1612-5/+43
* SERVER-43096 Pre-allocate smaller buffer for "distinct" commandsJames Wahlin2019-10-151-15/+17
* SERVER-42908 Add ErrorCodes to retryable errors to match driversBen Caimano2019-10-1514-213/+179
* SERVER-43265 Fix using URI network compressors parameter in shellHenrik Edin2019-10-151-1/+3
* SERVER-42373 Prevent "invalid view definition" error while dropping nonexiste...Gregory Wlodarek2019-10-141-1/+6
* SERVER-42987 make it safe to interrupt abortTransactionJudah Schvimer2019-10-113-20/+54
* SERVER-41437 minor transaction_oplog_application.js clean upJudah Schvimer2019-10-118-248/+232
* SERVER-43409 Support non amazon hosted AWS KMS endpointsMark Benvenuto2019-10-111-5/+8
* SERVER-43322 Add tunable oplog stone sizes and track truncation speedsMaria van Keulen2019-10-108-9/+166
* SERVER-25025 Make startup faster with many WT collectionsLouis Williams2019-10-0911-79/+169
* Import tools: 976b41822808521389218141029f3cf786cdefc9 from branch v4.2David Golden2019-10-0834-400/+480
* SERVER-43174 Make migration destination threads killableRandolph Tan2019-10-084-5/+17
* SERVER-43751 Recompute compressor manager message parametersAdam Cooper2019-10-072-0/+24
* SERVER-42744 Fix transation history iterator to not return potentially-dangli...Louis Williams2019-10-071-1/+1
* SERVER-42866 Trigger a logical session cache refresh on all shards in the Sha...Alex Taskov2019-10-071-0/+9
* SERVER-42783 Migrations should wait for majority replication of cloned docs w...Janna Golden2019-10-072-8/+14
* SERVER-42751 Take CSRLock when observing transaction commit for migrationAlex Taskov2019-10-071-1/+6
* SERVER-43699 $mod should not overflow for large negative valuesBernard Gorman2019-10-074-4/+33
* SERVER-43202 propagate errors from interrupts during yieldingIan Boros2019-10-049-65/+105
* SERVER-39763 transactions_target_at_point_in_time.js should disable expiring ...Esha Maharishi2019-10-031-4/+7
* SERVER-43243 Restore repairDatabase ActionTypeSpencer Jackson2019-10-021-0/+1
* SERVER-42946 Prevent FCV upgrade/downgrade when in standalone mode with a non...Jason Chan2019-10-021-0/+21