summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-42492 Fix lintGregory Wlodarek2019-08-211-1/+1
* SERVER-42910 Oplog query with higher timestamp but lower term than the sync s...Siyuan Zhou2019-08-212-3/+7
* SERVER-42492 Attach DiagnosticInfo on long mongo::ConditionVariable::wait()Rahul Sundararaman2019-08-203-37/+132
* SERVER-42837 Allow waitInFindBeforeBatch FailPoint to take data.nss parameterBen Caimano2019-08-209-18/+43
* SERVER-24437 Use a platform-independent PRNG in the mongo shell for Random.ra...Jason Chan2019-08-201-15/+3
* SERVER-42712 Improve KeyString::Value copy assignemntLouis Williams2019-08-203-49/+79
* Revert "SERVER-42712 Improve KeyString::Value copy assignemnt"Louis Williams2019-08-203-65/+41
* SERVER-42858 fix unittest compileLouis Williams2019-08-201-2/+4
* SERVER-42712 Improve KeyString::Value copy assignemntLouis Williams2019-08-203-41/+65
* SERVER-42712 Add benchmarks for KeyString releasing, copying, and assignmentLouis Williams2019-08-201-0/+74
* SERVER-42247 Callers of SortedDataInterface insert and unindex should pass Ke...Louis Williams2019-08-2024-423/+524