summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33272 Proactively close newly empty databasesGregory Wlodarek2019-08-225-3/+51
* SERVER-33272 The DatabaseHolder::close() function no longer requires a global...Gregory Wlodarek2019-08-225-11/+13
* SERVER-42226 Use the maxValidateMBperSec server parameter to throttle collect...Gregory Wlodarek2019-08-226-56/+106
* SERVER-42226 Clarify that the 'maxValidateMBperSec' server parameter is only ...Gregory Wlodarek2019-08-221-1/+3
* SERVER-42226 Add a data throttle mechanism for cursors to use that allows the...Gregory Wlodarek2019-08-223-0/+644
* SERVER-42760 IndexBuildsCoordinator emits both createIndexes and commitIndexB...Benety Goh2019-08-222-21/+16
* SERVER-42824 unlock RSTL for index build cleanupBenety Goh2019-08-221-0/+34
* SERVER-42966 Remove references from helper classes for collection validation ...Gregory Wlodarek2019-08-225-86/+62
* SERVER-42824 remove temp tables before acquiring collection locks during inde...Benety Goh2019-08-221-11/+20
* SERVER-42824 MultiIndexBlock::cleanUpAfterBuild() returns early if there are ...Benety Goh2019-08-221-2/+7
* SERVER-42869 fix crash in IndexBuildsCoordinator::sideWrite() rollback handlerBenety Goh2019-08-221-2/+3
* SERVER-42965 Remove unused param "stableTimestampForRecovery"A. Jesse Jiryu Davis2019-08-2213-137/+47
* SERVER-42760 AuthManager handles commitIndexBuildBenety Goh2019-08-221-0/+16
* SERVER-39573 Prefix TransactionCoordinator logs with transaction idJack Mulrow2019-08-224-54/+134
* SERVER-41811 Deduplicate CollectionValidation::_genericRecordStoreValidate an...Gregory Wlodarek2019-08-223-105/+15
* SERVER-40987 Output transaction information in curOp for coordinator workerLamont Nelson2019-08-2215-32/+488
* SERVER-42799 obtain timestamp for cleaning up index build without noop writeBenety Goh2019-08-221-15/+4
* SERVER-42417 Introduce projection ASTIan Boros2019-08-2212-1/+1280
* SERVER-42963 For active sessions only set transaction stats in TransactionRou...Jack Mulrow2019-08-223-30/+35
* SERVER-42869 use shared_ptr to manage side writes counter in IndexBuildInterc...Benety Goh2019-08-222-7/+15
* SERVER-42783 Migrations should wait for majority replication of cloned docs w...jannaerin2019-08-222-8/+14
* SERVER-42760 add namespace to invariant message in ReplicationCoordinatorImpl...Benety Goh2019-08-221-1/+1
* SERVER-42518 Prevent paths with successive array indexes from using a wildcar...David Storch2019-08-222-50/+119
* SERVER-42760 provide default list of acceptable errors for commitIndexBuild a...Benety Goh2019-08-221-51/+52
* SERVER-42904 Fix unittest compileXiangyu Yao2019-08-211-15/+16
* SERVER-42907 Add timeActiveMicros and timeInactiveMicros for transactions in ...Jack Mulrow2019-08-212-2/+10
* SERVER-42958 Don't construct unused error Status in MultiIndexBlock::insertLouis Williams2019-08-211-1/+1
* SERVER-42904 Change SortedDataBuilderInterface::addKey to only accept a KeySt...Xiangyu Yao2019-08-219-91/+59
* SERVER-42176 Move sort key generation code to SortKeyGenerator classJustin Seyster2019-08-219-222/+246
* SERVER-42952 Do not use inline static unique_ptrMark Benvenuto2019-08-212-1/+3
* SERVER-42903 Build ExpressionContext for translation of mapReduce to AggNicholas Zolnierz2019-08-215-35/+69
* SERVER-42833 Make _configsvrRenameCollection return an error if the source an...Jason Zhang2019-08-212-1/+17
* SERVER-42949 Move values inside InMemIterator::next()Louis Williams2019-08-211-1/+1
* SERVER-42950 Make _configsvrRefineCollectionShardKey return if shard key is a...Jamie Heppenstall2019-08-211-12/+11
* SERVER-42418 Allow ExpressionMeta to parse find() meta optionsIan Boros2019-08-217-86/+237
* SERVER-42923 Callers of dupKeyCheck should pass KeyStringXiangyu Yao2019-08-2111-50/+11
* SERVER-42948 rename db_test to db_unittestsEric Milkie2019-08-211-2/+2
* SERVER-42917 Ignore nonsensical wall clock readings in lag calculationMaria van Keulen2019-08-211-11/+17
* SERVER-36816 avoid reloading the view catalog during dbhash checkRobert Guo2019-08-214-125/+179
* SERVER-42497: Detect unintentional untimestamped writes to the durable catalog.Daniel Gottlieb2019-08-219-11/+62
* SERVER-42830: Wrap all of renameCollectionWithinDBForApplyOps into one WUOW.Daniel Gottlieb2019-08-211-46/+59
* SERVER-42834: Register an onRollback handler when adding a drop pending names...Daniel Gottlieb2019-08-216-32/+56
* SERVER-42718: Disallow dropDatabase from running concurrently.Daniel Gottlieb2019-08-211-0/+6
* SERVER-42022 Remove missing-document fetcherA. Jesse Jiryu Davis2019-08-2121-788/+111
* SERVER-42856 Make the check for chunk moved in the op observer take hashed sh...Randolph Tan2019-08-212-4/+6
* SERVER-42800 do no reconcile sizes on hybrid index side tablesBenety Goh2019-08-211-1/+2
* SERVER-42772 Return transaction commit decision from onCompletion future in T...Matthew Saltz2019-08-218-64/+51
* SERVER-42011 Create concurrency suite to enable WiredTiger eviction debugging...Louis Williams2019-08-212-2/+20
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-08-2112-304/+168
* SERVER-25985 Remove rlimit check for nProcesses and nFiles during startupGregory Wlodarek2019-08-211-23/+2