summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50365 Use short WT transaction rollback timeout in the multi-document ...Gregory Noma2020-10-265-2/+35
* 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-233-68/+174
* 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-211-0/+4
* SERVER-50605 Add logMessage test-only commandSara Golemon2020-10-215-12/+99
* 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-44586 add metrics to serverStatus to track type of update commandMindaugas Malinauskas2020-10-137-11/+213
* Revert "SERVER-43664 Speedup WiredTiger storage engine startup for many table...Gregory Wlodarek2020-10-1214-236/+5
* SERVER-48523 Unconditionally check the first entry in the oplog when attempti...Bernard Gorman2020-10-1121-473/+674
* SERVER-50072 Check _isWindows() when initializing MongoRunner.EXIT_ABORTAli Mir2020-10-071-1/+2
* SERVER-50415 rename waitInIsMaster failpoint to waitInHelloPavi Vetriselvan2020-10-061-2/+2
* SERVER-51106 Make the isMaster command a derived class of helloAli Mir2020-10-053-34/+64
* 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
* SERVER-43664 Speedup WiredTiger storage engine startup for many tables by opt...Gregory Wlodarek2020-10-0314-5/+236
* 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-308-0/+38
* 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-303-5/+55
* SERVER-50607 Must hold mutex when calling _checkForShutdownAndConvertStatus_i...r4.2.10-rc0r4.2.10Matthew Russotto2020-09-221-4/+8
* SERVER-51041 Throttle starting transactions for secondary readsLouis Williams2020-09-211-7/+21
* SERVER-50394 Forward impersonatedUser/Role information when availableSara Golemon2020-09-181-7/+11
* SERVER-47469 Upgrade lock mode for applyOps + system.viewsCharlie Swanson2020-09-186-12/+11
* SERVER-36393 Add new opt-in $or enumeration orderCharlie Swanson2020-09-188-29/+655
* 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
* SERVER-49766 Indexed and non-indexed collections return different results for...Svilen Mihaylov2020-09-113-0/+41
* SERVER-48410 Signed integer overflow fix for datetime libraryJacob Evans2020-09-111-10/+8
* SERVER-49987 Rename response fields if hello command is sent on mongodAli Mir2020-09-103-19/+47
* SERVER-49988 Rename response fields if hello command is sent on mongosPavi Vetriselvan2020-09-101-1/+11
* SERVER-50640 listCommands should list isMaster in addition to helloPavi Vetriselvan2020-09-101-16/+23
* SERVER-49986 Convert isMaster command to hello and keep isMaster, ismaster al...Pavi Vetriselvan2020-09-102-6/+19
* SERVER-26726 Check number of arguments for createIndex, createIndexes and ens...Nikita Lapkov2020-09-091-0/+12
* SERVER-50760: Switch MultiOplogEntrySyncTailTest to use wiredTigerLingzhi Deng2020-09-082-19/+33
* SERVER-31368 Log time spent waiting in BlockingResultsMergerDavid Percy2020-09-089-1/+101
* SERVER-48938: Allow primary-elect to complete drain mode even if it is steppi...XueruiFa2020-09-035-25/+17
* SERVER-49990 Alias setSlaveOk() and getSlaveOk() shell helpersAli Mir2020-09-015-23/+66
* SERVER-47645 Must invalidate all sessions on stepdownTess Avitabile2020-08-276-1/+35
* SERVER-45202 Improve command alias infrastructureAmirsaman Memaripour2020-08-264-27/+49
* SERVER-48518 Fix rollback via refetch anomalyA. Jesse Jiryu Davis2020-08-256-8/+17
* SERVER-47844 Add the ability to get the initialDataTimestamp from the storage...William Schultz2020-08-256-0/+24
* SERVER-40317 Fail query when $facet intermediate output exceeds 100MBDavid Storch2020-08-243-8/+41
* SERVER-42852 Hold ShardFilterStage by unique_ptr while obtaining ScopedCollec...David Storch2020-08-241-2/+5
* SERVER-37422 Log balancer start and stop events in action logjannaerin2020-08-221-0/+4