summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-42359 Remove okToReadWhileRefreshing from getPersistedMetadataSinceVer...Jamie Heppenstall2019-07-241-4/+3
* SERVER-42318 Tighten bounds on AEAD Decrypt output lengthMark Benvenuto2019-07-245-10/+30
* SERVER-41358 Created condition_variable polyfillShaileja Jain2019-07-247-14/+224
* SERVER-42129 modifies test to account for ephemeralForTest engine's missing o...Vishnu Kaushik2019-07-243-16/+34
* SERVER-42374 TimestampMonitor should stop its PeriodicJob prior to destructin...Gregory Wlodarek2019-07-241-1/+6
* SERVER-42370 Fix SharedStateImpl::addChild()Jason Carey2019-07-241-9/+15
* SERVER-42286 Return connections inline, spawn connections out-of-lineBen Caimano2019-07-242-61/+50
* SERVER-41851 Expedited scans in the RSM no longer continue after timeoutBen Caimano2019-07-244-140/+179
* SERVER-42123 Skip dassert check in IndexCatalogImpl::numIndexesTotal() if it ...Gregory Wlodarek2019-07-241-1/+15
* SERVER-42362 do not assume 0-terminated StringDataBilly Donahue2019-07-241-32/+43
* SERVER-42350 Add requires_document_locking tag to majority_writes_wait_for_al...Jason Chan2019-07-241-0/+2
* SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang2019-07-2420-528/+515
* Import wiredtiger: 836466fade7ff00065bff23eea86c8c21b52b3da from branch mongo...Luke Chen2019-07-243-14/+14
* SERVER-42257 Announce known emulationsAndrew Morrow2019-07-232-0/+51
* SERVER-42353 IndexBuildsCoordinator::_runIndexBuildInner() updates currentOp ...Benety Goh2019-07-231-3/+3
* SERVER-41362 fix lintBenety Goh2019-07-231-1/+1
* SERVER-41369 Terminate the TransactionCoordinator retry logic if read concern...Kaloian Manassiev2019-07-2312-22/+128
* SERVER-42251 Timestamp multikey writes with the prepare timestamp during repl...William Schultz2019-07-235-1/+88
* SERVER-42341 Make checks more specific in log_secondary_oplog_application.jsVesselina Ratcheva2019-07-231-2/+2
* SERVER-41992 Fix $setIntersection so it is commutative with null and empty ar...George Wangensteen2019-07-232-4/+27
* SERVER-41960 Refactor DocumentSourceSort logic into SortExecutorMisha Ivkov2019-07-2312-200/+368
* SERVER-41362 Attach diagnostic captures to OperationContextsRahul Sundararaman2019-07-2320-36/+154
* SERVER-42316 always join all threads in run_check_repl_dbhash_background.jsGabriel Russell2019-07-231-2/+12
* SERVER-42164 Allowed ErrorCode::is{Category} to take a StatusBen Caimano2019-07-239-13/+33
* SERVER-41717 fix lintIan Boros2019-07-231-2/+1
* SERVER-41717 Make KeyString::Builder a builder class to generate KeyStrings.Daniel Solnik2019-07-233-48/+278
* SERVER-41796 Create Evergreen variant for libfuzzer targetsRoxane2019-07-2311-19/+220
* Revert "SERVER-41881 Unstashing the transaction lock resources should ignore ...Ian Boros2019-07-234-138/+16
* Revert "SERVER-41980 Prepared transactions should not acquire ticket on prima...Ian Boros2019-07-237-155/+21
* SERVER-42320 remove compile errorsjason.piao2019-07-231-1/+1
* SERVER-39454 createIndexes command uses IndexBuildsCoordinator by defaultBenety Goh2019-07-231-1/+1
* Revert "SERVER-42034 Optimize ItoA (~13% faster, remove the 1kLoC static table)"Ian Boros2019-07-226-289/+1069
* SERVER-12916 ensure find on _id field obeys min/max.Misha Ivkov2019-07-222-0/+17
* SERVER-42034 Optimize ItoA (~13% faster, remove the 1kLoC static table)Billy Donahue2019-07-226-1069/+289
* SERVER-42106 Use auto-generated _ids for config.chunks and config.tagsJamie Heppenstall2019-07-221-0/+4
* SERVER-42331 Fix yml configs for fle, client_encrypt, and free_monitoring tes...Shreyas Kalyan2019-07-223-9/+0
* SERVER-42291 generate correct bounds for $nin null queriesIan Boros2019-07-224-7/+257
* SERVER-42106 Use auto-generated _ids for config.chunks and config.tagsJamie Heppenstall2019-07-2226-112/+236
* SERVER-41480 Increment major version on splits where the shard version equals...Matthew Saltz2019-07-227-80/+286
* SERVER-42281 add concurrency test suite to alternate createIndexes builderBenety Goh2019-07-221-0/+1
* SERVER-42103 use null_sync instead of stringstream buffers in log benchmarkingGabriel Russell2019-07-221-50/+66
* SERVER-42309: Unit test should clean up after itselfDavid Bradford2019-07-221-13/+29
* SERVER-42280 add jstestfuzz to alternate createIndexes builderBenety Goh2019-07-221-0/+1
* SERVER-40969 No-op Document/Value to BSON conversion when Document has not be...Martin Neupauer2019-07-223-13/+8
* SERVER-40969 No-op Document/Value to BSON conversion when Document has not be...Martin Neupauer2019-07-226-7/+36
* SERVER-42281 IndexBuildsCoordinator::_runIndexBuildInner() cleans up index bu...Benety Goh2019-07-221-2/+5
* SERVER-42310 Specify mode for NamedTemporaryFile in hang_analyzer.pyMathew Robinson2019-07-221-1/+1
* SERVER-42285 Add index field names to keyValue when constructing DuplicateKey...James Wahlin2019-07-223-2/+68
* SERVER-41980 Prepared transactions should not acquire ticket on primary.Suganthi Mani2019-07-217-21/+155
* SERVER-42280 remove redundant checks from IndexBuildsCoordinator::_registerAn...Benety Goh2019-07-211-22/+0