summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Import wiredtiger: 7dfd9391862bc9a6d84868c4dc51689c45a3aacf from branch mongo...Luke Chen2019-08-21459-142163/+130559
* 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
* SERVER-42858 Index cursor seek should not append RecordID to saved KeyStringLouis Williams2019-08-209-2/+191
* SERVER-42646 Cap splitVector response at max BSONObj sizeBlake Oler2019-08-202-3/+88
* SERVER-42864 change index build initial write timestamp logicEric Milkie2019-08-201-10/+22
* SERVER-37690 Return 0 from countDocuments for empty collectionA. Jesse Jiryu Davis2019-08-201-1/+4
* SERVER-41723 Template the external Sorter to use KeyString instead of BSONObjXiangyu Yao2019-08-197-45/+93
* Revert "SERVER-41947 Disallow using the system.views collection name as the s...Xiangyu Yao2019-08-191-6/+0
* SERVER-42853 Check cursor count bounds before validating sizeSara Golemon2019-08-191-6/+5
* SERVER-41376 Track time transactions on mongos are active and inactive and in...Jack Mulrow2019-08-195-20/+448
* SERVER-42903 Add skeleton for M/R translation to aggregationNick Zolnierz2019-08-191-43/+23
* SERVER-42611: Fix trivial S2 index key unittest bugs.Daniel Gottlieb2019-08-191-19/+19
* SERVER-41947 Disallow using the system.views collection name as the source or...Xiangyu Yao2019-08-191-0/+6
* SERVER-42430 Create whitelist of namespaces that are allowed to be created im...Janna Golden2019-08-1915-41/+52
* SERVER-42855 Remove UB const_casts from expression_javascript.cppNicholas Zolnierz2019-08-192-30/+23
* SERVER-42474 Remove now unused function ChunkManagerTargeter::targetDocNicholas Zolnierz2019-08-192-18/+0
* SERVER-42652 Fix issue with rename collectionAdam Cooper2019-08-191-2/+9
* SERVER-42143 Use a single RS transaction for refineCollectionShardKey metadat...Jamie Heppenstall2019-08-197-151/+227
* SERVER-42862 Set forceRefreshFromThisThread to true in forceShardFilteringMet...Jamie Heppenstall2019-08-191-2/+2
* SERVER-42771 Add new constructor to build ExpressionContext without input BSONJacob Evans2019-08-163-76/+148
* SERVER-25436: modify vendored scons to use win32 api CopyFile operationMathew Robinson2019-08-161-3/+12
* SERVER-39467 Upgrade vendored SCons to 3.1.1Mathew Robinson2019-08-16203-1454/+1936
* SERVER-42700 Move _configsvrRenameCollection logic into new method ShardingCa...Jason Zhang2019-08-163-90/+115
* SERVER-42584 PlanStageStats in aggregationXinhao Zhang2019-08-1692-471/+444
* SERVER-42068 Overload SortedDataInterface::dupKeyCheck to accept KeyStringZach Yam2019-08-1613-24/+177
* SERVER-41489 fassert the status rather than status.isOK() in kv_catalog.cppDaniel Solnik2019-08-161-2/+2
* SERVER-42222 Move data cursors for collection validation to the start of coll...Daniel Solnik2019-08-169-131/+283
* SERVER-41504 Track the number of ops during catchup in replSetStatus on prima...Medha Potluri2019-08-1611-0/+59
* SERVER-39776 Fix race between initial syncer startup, data replication thread...Matthew Russotto2019-08-162-1/+8