summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41271 allow logging doubles with arbitrary precisionMisha Ivkov2019-06-114-7/+32
* SERVER-40810 give precedence index filter > hint > index on DISTINCT_SCANMisha Ivkov2019-06-112-59/+166
* SERVER-28469 Improve SSLManager error handlingAlya Berciu2019-06-112-4/+12
* SERVER-41460 dropConnections should shut down affected SpecificPoolsBen Caimano2019-06-114-40/+44
* Revert "SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a ...Gregory Wlodarek2019-06-1124-1759/+1164
* SERVER-41640 forEachCollectionFromDb() should call abandonSnapshot() before r...Gregory Wlodarek2019-06-112-0/+54
* SERVER-39705 Always observe multikey changes in IndexBuildInterceptor::sideWr...Benety Goh2019-06-112-8/+8
* SERVER-41069 Add option to disable embedded roles from X509 certificatesJonathan Reams2019-06-114-49/+99
* SERVER-41422 Allow the absence of the 'ns' field from index specsGregory Wlodarek2019-06-1116-42/+260
* SERVER-41589 OplogStartHack should use the requested yield policy.Justin Seyster2019-06-112-3/+49
* SERVER-39705 IndexCatalogImpl::_unindexRecord() checks filter before calling ...Benety Goh2019-06-111-0/+10
* SERVER-41525 Use ignore_prepare=force for transactions that correctly do writ...Louis Williams2019-06-1121-103/+187
* Revert "SERVER-41361 Do not read at lastApplied while already holding the PBW...Louis Williams2019-06-111-8/+3
* SERVER-40737 Use epoch as default OpTimeAndWallTime wallTime valueMaria van Keulen2019-06-1129-646/+581
* SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a parameterArun Banala2019-06-1124-1164/+1759
* SERVER-41562 Add new Evergreen task for the query fuzzerClaire Childs2019-06-111-0/+19
* SERVER-39705 add js tests for hybrid index builds on sparse and partial geo n...Benety Goh2019-06-112-0/+125
* Revert "SERVER-41181 Fix sharding tests for hostname normalization"A. Jesse Jiryu Davis2019-06-115-26/+10
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-06-1117-206/+16
* SERVER-40869 Error when coercing out of bounds double to longTed Tuckman2019-06-112-2/+129
* SERVER-39004 Introduce a quota mechanism for the overflow fileAlex Cameron2019-06-1113-2/+132
* SERVER-39819 SERVER-39820 Fix lintGregory Wlodarek2019-06-102-4/+4
* SERVER-41263 Add update and repl tests for index keys with empty stringsXin Hao Zhang2019-06-102-0/+91
* SERVER-39141 Handle WriteConflictException in range deleterAlex Taskov2019-06-103-10/+60
* SERVER-41448: TransactionHistoryIterator should only take global IS lock and ...Lingzhi Deng2019-06-107-31/+43
* SERVER-41227 Add multiversion* expansions to Enterprise RHEL 7.0.Max Hirschhorn2019-06-101-0/+2
* SERVER-39819 SERVER-39820 Add HostGroup Controller impl to tie together replSetsBen Caimano2019-06-1010-63/+916
* SERVER-41303 Split jscore tests that run mapReduce but do not specifically te...Allison Easton2019-06-1019-38/+0
* SERVER-41361 Do not read at lastApplied while already holding the PBWM lock o...Louis Williams2019-06-101-3/+8
* SERVER-41265 Remove exclude_from_large_txn tags from jstestsSiyuan Zhou2019-06-101-1/+1
* SERVER-41605 Disable jstestfuzz_concurrent_replication_continuous_stepdown_fl...Maria van Keulen2019-06-101-12/+13
* SERVER-41255 enable debug write-ahead logging for all WT tables under debug b...Benety Goh2019-06-101-0/+6
* SERVER-40928 mongocryptd --help output list incorrect default portMark Benvenuto2019-06-102-5/+8
* SERVER-41135 Re-purpose multi-oplogtxn test suites to instead set max txn ops...Jason Chan2019-06-104-34/+40
* SERVER-40988 Log metrics on mongod when slow two phase commit completesEsha Maharishi2019-06-103-0/+397
* SERVER-41141 Remove DB X lock acquisition for secondary index buildsGregory Wlodarek2019-06-102-68/+56
* SERVER-40961 Extend translated $out tests to support all $merge modesArun Banala2019-06-1022-344/+456
* SERVER-41227 Bump binVersion="last-stable" to be MongoDB 4.2.Max Hirschhorn2019-06-1022-1837/+145
* SERVER-39817 Make a ConnectionPool Controller interfaceBen Caimano2019-06-103-213/+552
* SERVER-40408 Add support for pipelines in coll.updateMany shell helperBernard Gorman2019-06-102-9/+15
* SERVER-40658 Index spec validation errors specify which index failed with tha...Gregory Noma2019-06-103-4/+8
* SERVER-39340 Remove `stdx/list.h`ADAM David Alan Martin2019-06-1011-64/+24
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-10613-2519/+2548
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-10243-588/+569
* SERVER-18463 Fix Windows unittests compileGregory Wlodarek2019-06-081-1/+2
* SERVER-41183 Add coverage for change streams over large transactionsJustin Seyster2019-06-077-26/+98
* SERVER-40716 Refactor catalog initialization logic on startupXiangyu Yao2019-06-0723-155/+179
* SERVER-41580 prevent transactions suites from running on the No Journal buildsPavi Vetriselvan2019-06-071-2/+1
* SERVER-40884 remove FCV 4.0-4.2 controls for hybrid index builds.Daniel Solnik2019-06-073-120/+5
* SERVER-18463 Remove StartupTest infrastructure, place StartupTests intoNathan Brown2019-06-0714-312/+243