summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36704 Logical session support for embedded, behaves as standalone mongodHenrik Edin2018-09-1818-82/+224
* SERVER-31892 moveChunk with should wait for majority write concernjannaerin2018-09-181-1/+22
* SERVER-35629 Use WiredTiger salvage API to repair corrupt metadataLouis Williams2018-09-187-47/+175
* SERVER-36948 fix incorrect usage of StatusWith<T> in biggie storage engineGregory Wlodarek2018-09-181-1/+1
* SERVER-36614 Add handling of __exec config expansionsSara Golemon2018-09-1813-44/+583
* SERVER-36842 Trap error when printing informational messageJonathan Abrahams2018-09-181-0/+2
* Import wiredtiger: 7db12ec1b5b1843364ae28248b0680b816aab651 from branch mongo...Luke Chen2018-09-1821-343/+1771
* SERVER-36945 Tests for allPaths indexes not supporting negationsIan Boros2018-09-172-0/+63
* SERVER-36250 Add support for optionally logging specific negotiated TLS versionsMark Benvenuto2018-09-1711-70/+204
* SERVER-35679 General Interruption FacilityJason Carey2018-09-1725-505/+1416
* SERVER-37126 Always _runSafely in implscopeJason Carey2018-09-171-94/+85
* SERVER-36606: Add large OP_MSG audit integration testingSpencer Jackson2018-09-173-0/+102
* SERVER-36606: Allow commands to expose names of sensitive fieldsSpencer Jackson2018-09-1711-44/+68
* SERVER-36606: Allow construction of large BSON objectsSpencer Jackson2018-09-177-13/+150
* SERVER-36572 Enbironment::count() returns bool, not int.Sara Golemon2018-09-171-2/+2
* 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