summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* bpr4.0.22-rc0r4.0.22James Wahlin2020-12-151-2/+25
* SERVER-50365 Use short WT transaction rollback timeout in the multi-document ...Gregory Noma2020-12-137-86/+124
* SERVER-53026 Fix "resync" commandA. Jesse Jiryu Davis2020-12-132-7/+16
* SERVER-52654 HMAC keys monitoring thread should never sleep longer than 20 daysJack Mulrow2020-12-102-19/+59
* Import wiredtiger: c9d3a90c78a12f747f283022eda9b6e140cc6dd1 from branch mongo...Luke Chen2020-12-0213-16/+183
* SERVER-51262 Rename skipCheckingForNotMasterInCommandDispatch to skipChecking...Huayu Ouyang2020-11-293-7/+7
* SERVER-50267 Set output limit for rawMongoProgramOutput()Ruoxin Xu2020-11-262-2/+8
* SERVER-52955 KeysCollectionClientDirect should check if majority read concern...Alex Taskov2020-11-211-1/+2
* SERVER-52680 Start replication when leaving REMOVED stateA. Jesse Jiryu Davis2020-11-201-2/+13
* SERVER-50445 Return the value in double when NumberLong subtraction overflows...Arun Banala2020-11-202-3/+40
* SERVER-32960 Make $mod truncate float values consistently and use long long f...Nikita Lapkov2020-11-194-8/+75
* SERVER-52902 Remove assertion !haveJournalFiles()Geert Bosch2020-11-181-1/+0
* SERVER-51902 Check if storage engine supports Recover to Stable Timestamp rat...Samy Lanka2020-11-171-2/+3
* SERVER-46393 Always check client last operation time when computing operation...Cheahuychou Mao2020-11-141-4/+0
* SERVER-42632 Disable pinger threads that reach out to config server to make i...Pierlauro Sciarelli2020-11-122-0/+14
* SERVER-51598 Add new abort_multi_stmt_txn_test suitesJason Chan2020-11-122-1/+30
* SERVER-46729 Make Windows shell soft-fail for unavailable OCSP responderShreyas Kalyan2020-11-111-2/+6
* SERVER-51303 Fix lookup match absorbtion optimization for $typeJacob Evans2020-11-102-2/+19
* SERVER-33747 Fix crash when arbiter restarts and enters REMOVEDA. Jesse Jiryu Davis2020-11-093-2/+9
* SERVER-51757 Collect /proc/vmstat numa_pages_migrated statistics in FTDCMark Benvenuto2020-11-042-0/+3
* SERVER-45624 Make the balancer split the sessions collectionCheahuychou Mao2020-10-285-35/+146
* SERVER-51808 fix invariant readConcern level != AvailableMisha Tyulenev2020-10-261-3/+3
* SERVER-50123 Record number of physical cores on all platformsGabriel Russell2020-10-233-60/+238
* SERVER-49165 Limit auditing authz failure in endSessions commandSara Golemon2020-10-233-2/+28
* SERVER-41192 Add a logical session cache metric for the size of the SessionCa...Kaloian Manassiev2020-10-222-1/+8
* SERVER-50116 Forbid oplog writes when replication is enabledTess Avitabile2020-10-221-0/+4
* SERVER-50605 Add logMessage test-only commandSara Golemon2020-10-225-12/+99
* SERVER-48523 Unconditionally check the first entry in the oplog when attempti...Bernard Gorman2020-10-2122-397/+711
* SERVER-45992 Skip nojournal warning when starting up with inMemory storage en...Gregory Noma2020-10-211-40/+43
* SERVER-48679 flushRoutingTableCacheUpdates should block on critical section w...Luis Osta2020-10-192-1/+7
* SERVER-51083 Reject invalid UTF-8 from $regex match expressionsJacob Evans2020-10-153-0/+28
* SERVER-15902 sigaltstack for workers and stdx::thread.Billy Donahue2020-10-096-4/+433
* SERVER-48518 Fix rollback via refetch anomaly, try 2A. Jesse Jiryu Davis2020-10-0710-2/+60
* SERVER-51106 Make the isMaster command a derived class of hellor4.0.21-rc0Ali Mir2020-10-053-33/+63
* SERVER-50818 Coverity analysis defect 114987: Wrapper object use after freeArun Banala2020-10-051-2/+1
* SERVER-51120 Find queries with MERGE_SORT incorrectly sort the results when t...Mindaugas Malinauskas2020-10-043-9/+56
* Revert "SERVER-48518 Fix rollback via refetch anomaly"A. Jesse Jiryu Davis2020-10-0210-60/+2
* SERVER-50736 Make OpenSSL explicitly accept SNIsSpencer Jackson2020-09-301-0/+14
* SERVER-45938 Create override for createUser to allow possible cluster membersSpencer Jackson2020-09-302-5/+56
* SERVER-36393 Add new opt-in $or enumeration orderCharlie Swanson2020-09-309-33/+658
* SERVER-41872 PlanEnumerator AndAssignment::choices ordering not stable and is...James Wahlin2020-09-302-4/+73
* SERVER-47616: Improve error when logical sessions cannot have more than one u...Andrew Shuvalov2020-09-302-2/+12
* SERVER-48518 Fix rollback via refetch anomalyA. Jesse Jiryu Davis2020-09-2910-2/+60
* Import tools: 5e7a60750012f5b1649ce39bca92802660e1893d from branch v4.0huan-Mongo2020-09-259-11/+310
* Import wiredtiger: 5bbb064f6b8e1a164da2f7ae429c25549b2cc5c4 from branch mongo...Luke Chen2020-09-2326-493/+1067
* SERVER-50607 Must hold mutex when calling _checkForShutdownAndConvertStatus_i...Matthew Russotto2020-09-221-5/+10
* SERVER-50915 fsyncLock must not take a stable checkpoint when majority read c...Gregory Wlodarek2020-09-214-6/+8
* SERVER-49991 Alias db. and rs.printSlaveReplicationInfo() to printSecondaryRe...Pavi Vetriselvan2020-09-162-9/+20
* SERVER-49989 Add db.hello() shell helperAli Mir2020-09-162-0/+9
* Revert "SERVER-48518 Fix rollback via refetch anomaly"A. Jesse Jiryu Davis2020-09-1510-63/+6