summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-14173-946/+968
|
* SERVER-39705 IndexCatalogImpl::_indexKeys() accepts document to be indexedBenety Goh2019-06-142-0/+4
|
* SERVER-39705 add multikey paths to MultikeyPathTracker::mergeMultikeyPaths() ↵Benety Goh2019-06-143-19/+31
| | | | invariant message
* SERVER-41702 Copy Collection NamespaceString before yielding locks in ↵Louis Williams2019-06-141-1/+1
| | | | AutoGetCollectionForRead
* SERVER-40831 [FLE] Accessors for translation of $groupPawel Terlecki2019-06-144-3/+23
|
* SERVER-41528 Add a server startup parameter ↵Allison Easton2019-06-141-0/+11
| | | | | | "collectionBulkLoaderBatchSizeInBytes" to determine storage transaction size during initial sync collection cloning.
* SERVER-40986 Include relevant server-wide two phase commit metrics on mongod ↵Esha Maharishi2019-06-135-0/+176
| | | | for serverStatus
* SERVER-39927 removed dbName and applyOpCmd parameters from _applyOpsDaniel Solnik2019-06-131-14/+2
|
* SERVER-7681 Report write majority in ReplSetGetStatusMedha Potluri2019-06-132-0/+47
|
* SERVER-7019 Return initial sync status information by default in ↵Medha Potluri2019-06-134-4/+31
| | | | replSetGetStatus and remove it after successful initial sync attempt
* SERVER-28977 Coverity analysis defect 101508: Data race conditionZach Yam2019-06-132-31/+35
|
* SERVER-41332 Fix incorrect getterJacob Evans2019-06-131-2/+2
|
* Revert "SERVER-40791 Track multi-statement transaction operations for ↵Blake Oler2019-06-1311-165/+101
| | | | | | migrations at commit time" This reverts commit dfa8658c18142c560447c7bf6f34a6f788593d28.
* SERVER-41332 Add more getters to expression.hJacob Evans2019-06-131-0/+4
|
* SERVER-36226 Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-1334-109/+106
|
* Revert "Make get(Grouped)SortedDataInterface return a unique pointer"Zach Yam2019-06-1334-106/+109
| | | | This reverts commit 90a74a50044d4daff7fa66e050bd76e70a0c7e56.
* SERVER-40825 In-progress index builds only record the set difference of ↵Gregory Noma2019-06-139-207/+265
| | | | removed and inserted keys on update
* 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 ↵Louis Williams2019-06-121-2/+14
| | | | on secondaries
* SERVER-36570: make OplogEntryBase mutable but keep OplogEntry immutableLingzhi Deng2019-06-129-41/+93
| | | | Also make OplogEntry.raw private
* SERVER-40791 Track multi-statement transaction operations for migrations at ↵Blake Oler2019-06-1211-101/+165
| | | | commit time
* Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-1234-109/+106
|
* SERVER-37761 cacheSizeGB value should have some validation and reporting -- ↵Zach Yam2019-06-121-0/+2
| | | | new limit is the WiredTiger maximum of 10TB
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a ↵Arun Banala2019-06-1217-1065/+1487
| | | | parameter
* 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 ↵Gabe Villasana2019-06-116-11/+74
| | | | transaction
* Revert "SERVER-39705 Always observe multikey changes in ↵Benety Goh2019-06-111-7/+4
| | | | | | IndexBuildInterceptor::sideWrite." This reverts commit 11f1122708d82b1e499fed6438854d08a55168d2.
* 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
| | | | | | parameter" This reverts commit 17cdb38b6db716dc47485a60ddff3c543e713e3d.
* SERVER-41640 forEachCollectionFromDb() should call abandonSnapshot() before ↵Gregory Wlodarek2019-06-111-0/+6
| | | | running the user provided callback
* SERVER-39705 Always observe multikey changes in ↵Benety Goh2019-06-111-4/+7
| | | | | | | IndexBuildInterceptor::sideWrite. This re-applies commit 5bd904dff90a0e6332d6d4630053141e6617c5de with additional change to the js test hybrid_sparse_multikey_index.js.
* 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
| | | | IndexBuildInterceptor::sideWrite()
* SERVER-41525 Use ignore_prepare=force for transactions that correctly do ↵Louis Williams2019-06-1119-100/+183
| | | | writes while ignoring prepare conflicts
* Revert "SERVER-41361 Do not read at lastApplied while already holding the ↵Louis Williams2019-06-111-8/+3
| | | | | | PBWM lock on secondaries" This reverts commit b6ad5c431b8a1272617a3eff58872808afa53e31.
* 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
| | | | This reverts commit ad9267a722e21268d1005c1428ccad85d5a98946 (SERVER-41614).
* 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
| | | | use caller's read source
* 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 ↵Louis Williams2019-06-101-3/+8
| | | | on secondaries
* SERVER-41255 enable debug write-ahead logging for all WT tables under debug ↵Benety Goh2019-06-101-0/+6
| | | | build
* 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
|