summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-36811: Save oplog dating back to oldest actively prepared transaction.Daniel Gottlieb2018-09-1710-71/+187
* SERVER-36842 Core dump not generated after invariant failure in powercycle hostsJonathan Abrahams2018-09-171-0/+58
* SERVER-35336 Add tests for allPaths indexes being a partial indexIan Boros2018-09-176-7/+200
* SERVER-37156 Wait for worker threads to exit in benchRun().Max Hirschhorn2018-09-172-2/+15
* SERVER-35870 Add functionality to prevent Session checkouts & wait for all Se...Spencer T Brody2018-09-173-0/+144
* SERVER-35870 Rename SessionCatalog::_txnTable to _sessionsSpencer T Brody2018-09-172-15/+15
* SERVER-36572 Canonicalize bindIpAll to bindIp=='*'Sara Golemon2018-09-174-19/+52
* SERVER-37099 Support canonicalizing options during options parseSara Golemon2018-09-174-30/+89
* SERVER-37152 Increase write concern timeouts for writes expected to succeed i...William Schultz2018-09-171-9/+9
* SERVER-37144 In OplogSlotReserver, changing the locker on an opCtx requires t...Matthew Russotto2018-09-171-0/+3
* SERVER-37149 Remove deadlock in ScheduleBeforeStartupTestBen Caimano2018-09-171-2/+4
* SERVER-36269: Ignore backup cursor testing on windows until the test is fixed.Daniel Gottlieb2018-09-171-0/+4
* SERVER-36269: Add backup_restore test for $backupCursorsDaniel Gottlieb2018-09-174-7/+79
* SERVER-36735 Remove duplicate code in shardsvr_shard_collectionjannaerin2018-09-141-1/+0
* SERVER-37145 Fix reference error in error msg in cleanup_txns.jsjannaerin2018-09-142-4/+3
* SERVER-37147 sessions_collection_auto_healing.js should use 2 node replica setTess Avitabile2018-09-141-2/+5
* Revert "SERVER-35629 Use WiredTiger salvage API to repair corrupt metadata"Louis Williams2018-09-147-175/+47
* SERVER-36362 Do not consider an 'allPaths' index for a $text queryBernard Gorman2018-09-144-6/+175
* SERVER-34577 isEphemeralForTest does not support majority readConcernHenrik Edin2018-09-141-1/+1
* SERVER-36722 Added remote bintray repository, just dryRun for now.Henrik Edin2018-09-143-17/+65
* Revert "SERVER-36637 IDL objects should hold owned BSONObjs"Mark Benvenuto2018-09-142-4/+2
* SERVER-35307 Remove verbose try-catch in prepareTransaction().Siyuan Zhou2018-09-141-17/+1
* SERVER-35419 $lookup and $facet must inherit constraints from childrenKyle Suarez2018-09-1415-258/+538
* SERVER-37001 Add idleCursor to $currentOpTed Tuckman2018-09-1425-130/+329
* SERVER-36637 IDL objects should hold owned BSONObjsMark Benvenuto2018-09-142-2/+4
* SERVER-36456 MongoD does not support kerberos on WindowsMark Benvenuto2018-09-141-0/+4
* SERVER-34882 Support creating instances with all required fields in IDLMark Benvenuto2018-09-1420-72/+153
* SERVER-37127: Update sys-perf baselinesdalyd2018-09-141-1/+1
* SERVER-36993 Fix crash due to incorrect $or pushdown for indexed $expr.David Storch2018-09-144-1/+71
* SERVER-34577 Parse read and write concern for command invocation in embedded....Henrik Edin2018-09-146-17/+108
* SERVER-5261 Include authentication information in currentOp outputJonathan Reams2018-09-1423-222/+491
* SERVER-37071 Blacklist set7.js and max_doc_size.js from retryable_writes_jsco...vrachev2018-09-143-5/+15
* SERVER-14801 Add field names to duplicate key error messagesXiangyu Yao2018-09-1415-58/+124
* SERVER-37079 Handle Interrupted errors in state functions using sessionsMaria van Keulen2018-09-141-12/+21
* SERVER-35821 readConcern:snapshot transactions need a read timestamp <= WT's ...Matthew Russotto2018-09-1415-9/+223
* SERVER-35629 Use WiredTiger salvage API to repair corrupt metadataLouis Williams2018-09-147-47/+175
* SERVER-36810 fix unused return value for coverityJonathan Reams2018-09-141-1/+1
* SERVER-34821 Log target connection database separately from usernameJonathan Reams2018-09-144-8/+14
* SERVER-36732 Wait for secondaries to be up and electable in election handoff ...Vesselina Ratcheva2018-09-131-0/+7
* SERVER-35307 Fix unused varialbe compile errors on some platforms.Siyuan Zhou2018-09-131-2/+6
* SERVER-37081 Catch asio::system_errors when resolving GenericSocketBen Caimano2018-09-132-7/+11
* SERVER-37133 Limit PyKMIP install to Python 2 onlyBen Caimano2018-09-131-1/+1
* SERVER-37019 Add tryAbort event and function to the TransactionCoordinatorMatthew Saltz2018-09-133-0/+44
* SERVER-37019 Remove waiting for abort ack logic from TransactionCoordinator a...Matthew Saltz2018-09-136-94/+17
* SERVER-36726 Log SessionID when we start a session in the shell and Log TxnNu...Samy Lanka2018-09-133-3/+16
* SERVER-35307 Support prepared transactions on secondaries and immediately abo...Siyuan Zhou2018-09-1320-128/+316
* SERVER-36634 Change FCV check to check for CommandNotFound in configsvrShardC...jannaerin2018-09-138-126/+224
* SERVER-35817 Allow shutdowns while prepared transactions are in-flightSpencer T Brody2018-09-136-4/+76
* SERVER-37070 Improve duplicate key error messages for all storage enginesr4.1.3Xiangyu Yao2018-09-1314-80/+144
* SERVER-37033 check Status in options codeablack122018-09-132-0/+6