summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bpr4.0.22-rc0r4.0.22James Wahlin2020-12-153-11/+99
* Revert "SERVER-52744 rollback_after_enabling_majority_reads.js should ensure ...Pavi Vetriselvan2020-12-143-11/+4
* SERVER-53348 pin PyOpenSSLRobert Guo2020-12-141-0/+1
* 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
* SERVER-52806 Don't assume systemd on all Debian systemsRyan Egesdahl2020-12-084-4/+12
* SERVER-46342 Reload systemd service file on install for deb platformsRyan Egesdahl2020-12-084-0/+12
* SERVER-52744 rollback_after_enabling_majority_reads.js should ensure sync sou...Pavi Vetriselvan2020-12-073-4/+11
* SERVER-53233 Fix change_streams_update_lookup_shard_metadata_missing.js to pu...Bernard Gorman2020-12-051-10/+12
* SERVER-52969 Temporarily disable powercycle on Windowsvrachev2020-12-021-5/+5
* Import wiredtiger: c9d3a90c78a12f747f283022eda9b6e140cc6dd1 from branch mongo...Luke Chen2020-12-0213-16/+183
* SERVER-52891 run PPC builds less frequentlyZakhar Kleyman2020-11-301-2/+2
* SERVER-51262 Rename skipCheckingForNotMasterInCommandDispatch to skipChecking...Huayu Ouyang2020-11-294-8/+8
* 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-213-1/+72
* SERVER-52680 Start replication when leaving REMOVED stateA. Jesse Jiryu Davis2020-11-202-2/+63
* 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-197-41/+289
* 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-52560 oplog_writes_only_permitted_on_standalone.js must wait for inser...Tess Avitabile2020-11-131-1/+2
* SERVER-42632 Disable pinger threads that reach out to config server to make i...Pierlauro Sciarelli2020-11-123-1/+44
* SERVER-51607 Upgrade Twisted to 20.3.0Spencer Jackson2020-11-121-1/+1
* SERVER-51598 Add new abort_multi_stmt_txn_test suitesJason Chan2020-11-128-1/+508
* Revert "SERVER-46342 Reload systemd service file on install for deb platforms"Zakhar Kleyman2020-11-124-12/+0
* 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-103-8/+200
* SERVER-33747 Fix crash when arbiter restarts and enters REMOVEDA. Jesse Jiryu Davis2020-11-094-2/+55
* SERVER-51757 Collect /proc/vmstat numa_pages_migrated statistics in FTDCMark Benvenuto2020-11-042-0/+3
* SERVER-36739 Use the mongos_manual_intervention_action hook in concurrency st...Misha Tyulenev2020-10-302-0/+4
* SERVER-51887 Fix InvalidNamespace error in oplog testsA. Jesse Jiryu Davis2020-10-302-3/+6
* SERVER-51885 Blacklist balancing_sessions_collection.js from sharding_csrs_co...Cheahuychou Mao2020-10-301-0/+6
* SERVER-45624 Make the balancer split the sessions collectionCheahuychou Mao2020-10-287-35/+307
* SERVER-51808 fix invariant readConcern level != AvailableMisha Tyulenev2020-10-261-3/+3
* SERVER-50123 jstest for hostInfo.extra.physicalCoresGabriel Russell2020-10-261-36/+49
* 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-223-2/+53
* SERVER-50605 Add logMessage test-only commandSara Golemon2020-10-2212-13/+123
* 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-194-1/+186
* SERVER-51608 Backport implicitly_retry_on_background_op_in_progress.jsr4.0.21-rc1r4.0.21Louis Williams2020-10-162-0/+142
* SERVER-46342 Reload systemd service file on install for deb platformsMathew Robinson2020-10-154-0/+12
* 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-0713-2/+328