summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-40716 Refactor catalog initialization logic on startupXiangyu Yao2019-06-0723-155/+179
* SERVER-40884 remove FCV 4.0-4.2 controls for hybrid index builds.Daniel Solnik2019-06-072-13/+5
* SERVER-18463 Remove StartupTest infrastructure, place StartupTests intoNathan Brown2019-06-0714-312/+243
* SERVER-41091 Check ShardingState::enabled before calling ShardingState::shard...Jamie Heppenstall2019-06-071-0/+6
* SERVER-41477 The invariant that hybrid index writes recorded matches the numb...Louis Williams2019-06-071-6/+9
* SERVER-40546 max/min boundary checking on bothMisha Ivkov2019-06-071-2/+4
* SERVER-41372 Constrain callback-taking methods on FuturesMathias Stearn2019-06-072-47/+106
* SERVER-40004 Modified compareAndSwap to return booleanShelley Jain2019-06-079-41/+61
* SERVER-41179 Observe the coordinator's state transitions and update the corre...Esha Maharishi2019-06-0711-31/+1636
* SERVER-41294 shard filtering for $sbIan Boros2019-06-0727-43/+670
* SERVER-40887 Removed getAndClearUnfinishedIndexes and relevant codeGabe Villasana2019-06-075-87/+4
* SERVER-40828 Add getter for expressions on projection nodesTed Tuckman2019-06-074-0/+60
* SERVER-41563 BSONObjBuilder mutators must return *thisBilly Donahue2019-06-072-43/+46
* SERVER-39659 Reformat createShardDatabase to return void and call uasserts on...Jamie Heppenstall2019-06-077-29/+28
* Revert "SERVER-41141 Remove DB X lock acquisition for secondary index builds"Gregory Wlodarek2019-06-072-52/+69
* Revert "SERVER-41255 enable debug write-ahead logging for all WT tables under...Benety Goh2019-06-071-6/+0
* SERVER-39807 Remove the server parameter gating large transactionsMatthew Russotto2019-06-067-139/+49
* SERVER-41132 Opportunistic targeting for ARSJason Carey2019-06-062-36/+66
* SERVER-41120 perserve the correct status during scope timeoutGabriel Russell2019-06-061-2/+3
* SERVER-41141 Remove DB X lock acquisition for secondary index buildsGregory Wlodarek2019-06-062-69/+52
* SERVER-41141 Release the mutex early in IndexBuildsManager::interruptIndexBui...Gregory Wlodarek2019-06-061-2/+9
* SERVER-41479: replSetStepUp on primary should return errors if the node is st...Lingzhi Deng2019-06-061-4/+10
* Revert "SERVER-41372 Constrain callback-taking methods on Futures"Gregory Wlodarek2019-06-062-103/+47
* SERVER-23077 Support Decimal128 with representAs().A. Jesse Jiryu Davis2019-06-064-41/+297
* SERVER-41287 Measure count and duration of periods when isLagged is trueMaria van Keulen2019-06-062-17/+28
* Revert "SERVER-41132 Opportunistic targeting for ARS"Gregory Wlodarek2019-06-062-66/+36
* SERVER-41372 Constrain callback-taking methods on FuturesMathias Stearn2019-06-062-47/+103
* SERVER-40989 Get SockAddr out of HostAndPortMathias Stearn2019-06-069-45/+64
* SERVER-41157 Remove abortguard when committing unprepared transactionsJason Chan2019-06-064-132/+8
* SERVER-41487 Fix $merge mode whenNotMatched:fail to send updates to mongosAnton Korshunov2019-06-0610-177/+127
* SERVER-41306 In FCV 4.0, don't treat transactions as retryable writesMatthew Russotto2019-06-061-10/+12
* SERVER-37714 Set SSL_OP_NO_RENEGOTIATION if definedRoxane2019-06-061-6/+11
* SERVER-41132 Opportunistic targeting for ARSJason Carey2019-06-062-36/+66
* SERVER-41133 Add TE::scheduleRemoteCommandOnAnyJason Carey2019-06-0628-304/+620
* SERVER-41426 StorageInterface's dropCollection should only take Database IX lockXiangyu Yao2019-06-052-11/+9
* SERVER-41461 waitWithPinnedCursorDuringGetMoreBatch fail point should save an...Gregory Wlodarek2019-06-051-11/+15
* Revert "SERVER-40869 Error when coercing out of bounds double to long"Gregory Wlodarek2019-06-052-129/+2
* SERVER-41478 Take initialization of index catalog out of collection constructorXiangyu Yao2019-06-053-3/+10
* SERVER-41548 Restrict dsymutil to single threaded modeAndrew Morrow2019-06-051-1/+1
* SERVER-41255 enable debug write-ahead logging for all WT tables under debug b...Benety Goh2019-06-051-0/+6
* SERVER-41412 Introduce a search_beta_auth suite.David Storch2019-06-0510-32/+140
* SERVER-40869 Error when coercing out of bounds double to longTed Tuckman2019-06-052-2/+129
* SERVER-41263 Disallow empty string in index key typeXin Hao Zhang2019-06-052-0/+34
* SERVER-41148 FTDC is calling boost::filesystem without passing an error_code ...Mark Benvenuto2019-06-054-16/+59
* SERVER-41034 Invariant if we get a prepare conflict inside runWithoutInterrup...Vesselina Ratcheva2019-06-053-0/+12
* SERVER-40908 !allocs in cv::_runWithNotifyableJason Carey2019-06-052-31/+55
* SERVER-41283 Added test that running stepdown on secondary does not lead to 3...Judah Schvimer2019-06-051-0/+5
* Import wiredtiger: 9b85ad89688bd72b8a649d844a7e458832955764 from branch mongo...Luke Chen2019-06-0512-65/+369