summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Import wiredtiger: 63b37d1861f396e09a76b69f9b786740709a6f8c from branch mongo...Luke Chen2020-05-1331-338/+903
* SERVER-46357 Make it clear in currentOp when an automatic reconfig is happeningVesselina Ratcheva2020-05-131-0/+27
* SERVER-47596 Add a common parent class for QuerySolutionNodes with a Provided...Drew Paroski2020-05-132-107/+40
* SERVER-48116 fix init-order bug in pcrecpp::RE::InitBilly Donahue2020-05-122-3/+35
* SERVER-47848 Don't assume pipeline needs textScore, unless needsMergeDavid Percy2020-05-122-14/+26
* Revert "SERVER-47681 Background validation uses the kNoOverlap read source in...Gregory Wlodarek2020-05-121-10/+6
* SERVER-48013 Use atomics to reduce contention in hasSeenKeys()Amirsaman Memaripour2020-05-124-40/+60
* SERVER-46698 Invariant that operations holding open an oplog hole cannot call...Jamie Heppenstall2020-05-124-1/+23
* SERVER-48152 renameCollectionAndDropTarget() should check for background oper...Gregory Wlodarek2020-05-121-4/+4
* SERVER-47074 Clean up log lines in mongo/client/sdam and RSM-related filesHaley Connelly2020-05-1221-288/+280
* SERVER-48115: Initialize pingStats before _handleHeartbeatResponse()Xuerui Fa2020-05-121-1/+6
* SERVER-48045 Set Java path tla_plus.yml suite configA. Jesse Jiryu Davis2020-05-121-2/+13
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-05-1228-299/+604
* SERVER-47091 Make ReplSetConfig and MemberConfig immutableMatthew Russotto2020-05-1224-1736/+1823
* SERVER-46200 implement basic VectorClock serviceKevin Pulo2020-05-1232-63/+1411
* SERVER-48010 Substitute ghost timestamp with no-op write in multi-statement t...Judah Schvimer2020-05-123-38/+54
* SERVER-47974 Introduce ScopedShardVersionCriticalSection classTommaso Tocci2020-05-124-5/+136
* Import wiredtiger: bdff12c2331ab0478a22309a6d35519d2e2ca441 from branch mongo...Luke Chen2020-05-1245-982/+1365
* SERVER-47691 Remove reliance on external dependencies in ReplSetTestWilliam Schultz2020-05-121-13/+39
* SERVER-47872 Move the Database class' epoch into the CollectionCatalogDianna Hohensee2020-05-1210-47/+48
* SERVER-47453 Maintain a rolling list of timestamps of the when the recent syn...Samy Lanka2020-05-125-12/+273
* SERVER-47913 Redact sharding messages in cleanupOrphanedDataDan Pasette2020-05-111-2/+2
* SERVER-47801 Fix $meta:"textScore" for findAndModifyDavid Storch2020-05-111-36/+43
* SERVER-48039 Fix typo in deprecated option nameSara Golemon2020-05-111-1/+1
* SERVER-47375 Complete TODO listed in SERVER-45798Shreyas Kalyan2020-05-111-1/+0
* SERVER-46686 Update explain() shell command to propagate "maxTimeMS" arg to t...Drew Paroski2020-05-112-4/+22
* SERVER-48034 Fix bug in radix store merge3() when the nodes just diff in the ...Henrik Edin2020-05-112-2/+19
* SERVER-48078 Remove OpDebug invariant that relies on monotonic clock sourceJames Wahlin2020-05-111-2/+2
* Revert "SERVER-46686 Update explain() shell command to propagate "maxTimeMS" ...Drew Paroski2020-05-112-22/+4
* SERVER-46903 Ensure mongo shell respects readPreference for $out and $merge w...Mihai Andrei2020-05-111-17/+1
* SERVER-35443 Update help text for shutdown commands and increase freeze timeTess Avitabile2020-05-112-11/+15
* SERVER-47832 ReplicationCoordinatorImpl::_makeIsMasterResponse() should check...Tess Avitabile2020-05-112-5/+62
* SERVER-41567 Upgrade google-benchmark to tag mongo-v1.5.0Billy Donahue2020-05-0953-1401/+2407
* SERVER-48000 remove TODO commentBenety Goh2020-05-091-3/+0
* SERVER-47531 restore OpObserverImpl::onDelete() invariant for document keyBenety Goh2020-05-091-1/+3
* SERVER-46686 Update explain() shell command to propagate "maxTimeMS" arg to t...Drew Paroski2020-05-092-4/+22
* SERVER-47949 Don't fetch or install a newer config via heartbeat while in dra...William Schultz2020-05-095-12/+239
* SERVER-47934 Create a setParameter to control the OCSP HTTP client timeoutShreyas Kalyan2020-05-087-45/+83
* SERVER-48015 Fix Windows 10 MSI checkMark Benvenuto2020-05-081-1/+1
* SERVER-48045 Use Java 11 for TLA+ model-checkingA. Jesse Jiryu Davis2020-05-082-2/+3
* SERVER-47648 Simplify single node replset stepup on initiate and reconfigSiyuan Zhou2020-05-0810-122/+126
* SERVER-47208 make tojson(BSONObj) match JavaScript JSON.stringify.Billy Donahue2020-05-084-10/+70
* SERVER-39621 Change sync source when primary steps down and chaining is disabledSamy Lanka2020-05-082-0/+110
* SERVER-47531 OpObserver: Convert usage of getCollectionDescription_DEPRECATED...Cheahuychou Mao2020-05-089-60/+108
* SERVER-47894 Update link in logv2/log.h about default log componentHenrik Edin2020-05-081-1/+1
* SERVER-47449: Re-evaluate sync source after fetching each batch of oplog entriesXuerui Fa2020-05-0810-647/+790
* SERVER-46076 Stream incremental backup dataJamie Heppenstall2020-05-0811-182/+355
* SERVER-44049 constexpr StringData(ptr,len) constructorBilly Donahue2020-05-082-18/+39
* Revert "SERVER-47934 Create a setParameter to control the OCSP HTTP client ti...Marcos José Grillo Ramírez2020-05-086-80/+29
* Import wiredtiger: 404b4a70af14e7d3aecf7f206380884af5d06786 from branch mongo...Luke Chen2020-05-0819-86/+241