summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40825 In-progress index builds only record the set difference of remov...Gregory Noma2019-06-139-207/+265
* SERVER-7681 Report majority number in ReplSetGetStatusMedha Potluri2019-06-122-0/+3
* SERVER-41361 Do not read at lastApplied while already holding the PBWM lock o...Louis Williams2019-06-121-2/+14
* SERVER-36570: make OplogEntryBase mutable but keep OplogEntry immutableLingzhi Deng2019-06-129-41/+93
* SERVER-40791 Track multi-statement transaction operations for migrations at c...Blake Oler2019-06-1211-101/+165
* Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-1234-109/+106
* SERVER-37761 cacheSizeGB value should have some validation and reporting -- n...Zach Yam2019-06-121-0/+2
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a para...Arun Banala2019-06-1217-1065/+1487
* SERVER-41351 Improve error message when failing to collect storage statsLuke Pearson2019-06-121-4/+4
* SERVER-39289 Add method to indicate whether a RecoveryUnit has an active tran...Gabe Villasana2019-06-116-11/+74
* Revert "SERVER-39705 Always observe multikey changes in IndexBuildInterceptor...Benety Goh2019-06-111-7/+4
* SERVER-41271 allow logging doubles with arbitrary precisionMisha Ivkov2019-06-111-7/+9
* SERVER-40810 give precedence index filter > hint > index on DISTINCT_SCANMisha Ivkov2019-06-111-12/+36
* Revert "SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a ...Gregory Wlodarek2019-06-1117-1487/+1065
* SERVER-41640 forEachCollectionFromDb() should call abandonSnapshot() before r...Gregory Wlodarek2019-06-111-0/+6
* SERVER-39705 Always observe multikey changes in IndexBuildInterceptor::sideWr...Benety Goh2019-06-111-4/+7
* SERVER-41069 Add option to disable embedded roles from X509 certificatesJonathan Reams2019-06-113-4/+14
* SERVER-41422 Allow the absence of the 'ns' field from index specsGregory Wlodarek2019-06-1114-29/+162
* SERVER-41589 OplogStartHack should use the requested yield policy.Justin Seyster2019-06-111-3/+5
* 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-1119-100/+183
* 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-1125-639/+574
* SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a parameterArun Banala2019-06-1117-1065/+1487
* Revert "SERVER-4999 Normalize all hostnames to lowercase"A. Jesse Jiryu Davis2019-06-115-29/+6
* 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-1112-2/+110
* 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-39819 SERVER-39820 Add HostGroup Controller impl to tie together replSetsBen Caimano2019-06-102-0/+9
* SERVER-41361 Do not read at lastApplied while already holding the PBWM lock o...Louis Williams2019-06-101-3/+8
* 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-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-40658 Index spec validation errors specify which index failed with tha...Gregory Noma2019-06-102-2/+4
* SERVER-39340 Remove `stdx/list.h`ADAM David Alan Martin2019-06-103-8/+8
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-10437-1656/+1706
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-10162-353/+376
* SERVER-40716 Refactor catalog initialization logic on startupXiangyu Yao2019-06-0721-155/+175
* 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-074-13/+0
* 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-40004 Modified compareAndSwap to return booleanShelley Jain2019-06-072-10/+3
* 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