summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-51303 Fix lookup match absorbtion optimization for $typer4.2.11-rc1r4.2.11Jacob Evans2020-11-103-52/+237
* SERVER-46729 Make Windows shell soft-fail for unavailable OCSP responderShreyas Kalyan2020-11-091-2/+6
* SERVER-33747 Fix crash when arbiter restarts and enters REMOVEDA. Jesse Jiryu Davis2020-11-094-2/+55
* SERVER-48078 Remove OpDebug invariant that relies on monotonic clock sourceJames Wahlin2020-11-061-2/+2
* SERVER-51757 Collect /proc/vmstat numa_pages_migrated statistics in FTDCr4.2.11-rc0Mark Benvenuto2020-11-042-0/+3
* SERVER-36739 Use the mongos_manual_intervention_action hook in concurrency st...Misha Tyulenev2020-10-302-0/+4
* SERVER-50411 Change NoConfigMaster error code name to NoConfigPrimaryPavi Vetriselvan2020-10-301-1/+1
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-10-3020-42/+42
* SERVER-50410 Change NotMasterOrSecondary error code name to NotPrimaryOrSecon...Pavi Vetriselvan2020-10-3012-39/+39
* SERVER-50409 Change NotMasterNoSlaveOk error name to NotPrimaryNoSecondaryOkPavi Vetriselvan2020-10-3011-18/+18
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-10-3095-329/+373
* SERVER-51853 Always initialize the numInserted out-parameter in AbstractIndex...Bernard Gorman2020-10-292-2/+13
* SERVER-43664 Speedup WiredTiger storage engine startup for many tables by opt...Gregory Wlodarek2020-10-2716-5/+392
* SERVER-51840 reduce max jobs for dbtestRobert Guo2020-10-271-0/+1
* SERVER-50365 Use short WT transaction rollback timeout in the multi-document ...Gregory Noma2020-10-265-2/+35
* Import wiredtiger: eb1b72848c33e5c19a31a316ba6831c76c3a0241 from branch mongo...Luke Chen2020-10-269-61/+165
* SERVER-51808 fix invariant readConcern level != AvailableMisha Tyulenev2020-10-261-3/+3
* SERVER-50647 Fix OCSP HTTP Client timeout for WindowsShreyas Kalyan2020-10-233-0/+15
* SERVER-50123 Record number of physical cores on all platformsGabriel Russell2020-10-234-87/+205
* SERVER-47518 StaticImmortal<T>Billy Donahue2020-10-233-0/+236
* SERVER-49165 Limit auditing authz failure in endSessions commandSara Golemon2020-10-233-2/+28
* SERVER-50116 Forbid oplog writes when replication is enabledTess Avitabile2020-10-212-0/+56
* SERVER-50605 Add logMessage test-only commandSara Golemon2020-10-2112-13/+123
* SERVER-45992 Skip nojournal warning when starting up with inMemory storage en...Gregory Noma2020-10-201-40/+43
* SERVER-45354 In renameCollectionAcrossDBs, writes to temporary collection mus...Gregory Wlodarek2020-10-161-6/+7
* SERVER-46342 Reload systemd service file on install for deb platformsMathew Robinson2020-10-154-0/+12
* SERVER-44586 add metrics to serverStatus to track type of update commandMindaugas Malinauskas2020-10-1319-11/+410
* Revert "SERVER-43664 Speedup WiredTiger storage engine startup for many table...Gregory Wlodarek2020-10-1216-392/+5
* SERVER-48523 Unconditionally check the first entry in the oplog when attempti...Bernard Gorman2020-10-1122-476/+677
* SERVER-51058 Use rawMongoProgramOutput carefully in log_remote_op_wait.jsDavid Percy2020-10-091-2/+4
* SERVER-50216 Adjust sys-perf frequenciesdalyd2020-10-071-16/+0
* SERVER-50072 Check _isWindows() when initializing MongoRunner.EXIT_ABORTAli Mir2020-10-072-5/+3
* SERVER-48502 blacklist kill_pinned_cursor.js from multiversionIan Boros2020-10-062-3/+4
* SERVER-50415 rename waitInIsMaster failpoint to waitInHelloPavi Vetriselvan2020-10-062-6/+6
* SERVER-50016 Fail on missing variables filesDaniel Moody2020-10-061-10/+25
* SERVER-51106 Make the isMaster command a derived class of helloAli Mir2020-10-053-34/+64
* SERVER-48502 Tighten currentOp and pinned cursor checks in kill_pinned_cursor.jsIan Boros2020-10-051-10/+32
* 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-047-215/+534
* SERVER-43664 Speedup WiredTiger storage engine startup for many tables by opt...Gregory Wlodarek2020-10-0316-5/+392
* Import tools: eba952adfde2ed709e5f96ea8973ca535e843b64 from branch v4.2huan-Mongo2020-09-3038-184/+659
* SERVER-49957 Fix read out of bounds in dbCheck getPrevAndNextUUIDs when we op...Henrik Edin2020-09-301-6/+3
* SERVER-47616: Improve error when logical sessions cannot have more than one u...Andrew Shuvalov2020-09-302-2/+12
* SERVER-46625 Improve diagnostics when mongocryptd requests are sent to non-mo...Katherine Wu2020-09-309-0/+87
* 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-304-45/+124
* SERVER-51004 disable wt-develop on sys-perf 4.2Robert Guo2020-09-241-96/+0
* SERVER-43973 Use a unique test name for each thread in ParallelTesterRobert Guo2020-09-241-2/+10
* SERVER-50607 Must hold mutex when calling _checkForShutdownAndConvertStatus_i...r4.2.10-rc0r4.2.10Matthew Russotto2020-09-221-4/+8
* Import wiredtiger: 58afeb82a68fde5a3c3eb47cd6e652edb0f62b3a from branch mongo...Luke Chen2020-09-22209-3118/+4157