summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38810 Use Session's concurrency control rules instead of internal mute...Andy Schwerin2019-02-1534-2560/+2081
* SERVER-38624 Do not allow node to startup with autoIndexId: False collectionDivjot Arora2019-02-151-5/+37
* SERVER-39589 add check for collection having been dropped in IndexBuildsCoord...Dianna Hohensee2019-02-152-0/+12
* Import wiredtiger: 94c514c558b60a2e00d4926c7535d062fce5a901 from branch mongo...Luke Chen2019-02-157-46/+31
* SERVER-39501 Migrate windows options to IDLSara Golemon2019-02-1410-286/+98
* SERVER-15926: Implement $round function and allow a precision argument for $t...Patrick Meredith2019-02-146-67/+571
* SERVER-38360 Prevent $out writing to ns read from in the same pipelineCharlie Swanson2019-02-1411-90/+248
* SERVER-38949 ban index usage for {$ne: <array>} queriesIan Boros2019-02-143-1/+89
* SERVER-39437 Add test to ensure secondaries can abort non-existent transactions.Jason Chan2019-02-141-0/+25
* SERVER-38574 Allow declaring IDL based configs without auto-registeringSara Golemon2019-02-145-2/+64
* SERVER-37948 Satisfy linearizable read concern on getmore cursors.Jason Chan2019-02-146-30/+58
* SERVER-38855 Perform noop writes on config servers to reach requested at/afte...Blake Oler2019-02-141-3/+6
* SERVER-34733 mongos needs to also refresh db version after receiving onImplic...Randolph Tan2019-02-141-0/+6
* SERVER-39280 Robustify upsert in Stitch libraryJacob Evans2019-02-143-15/+49
* SERVER-38984 Validate unique User ID on UserCache hitSara Golemon2019-02-1411-7/+86
* SERVER-38696 Add additional metrics and logging for new step down sequence.Suganthi Mani2019-02-145-12/+108
* SERVER-39430 Change IDL of oplog to add a new "inTxn" fieldMatthew Russotto2019-02-141-0/+6
* Revert "SERVER-38696 Add additional metrics and logging for new step down seq...Geert Bosch2019-02-144-107/+12
* SERVER-38696 Add additional metrics and logging for new step down sequence.Suganthi Mani2019-02-134-12/+107
* Revert "SERVER-37948 Satisfy linearizable read concern on getMores"Louis Williams2019-02-146-57/+30
* Import wiredtiger: 0c6ba8d8be02dd34a46c3e9533971f1739b6ad8e from branch mongo...Luke Chen2019-02-1481-719/+2265
* SERVER-37948 Satisfy linearizable read concern on getMoresJason Chan2019-02-136-30/+57
* SERVER-39429 Fix sense of uassert for transaction too large.Matthew Russotto2019-02-131-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-133731-4387/+130
* SERVER-39047 Initialize _lastCommitOrAbortCounter in constructorsDivjot Arora2019-02-131-2/+7
* SERVER-36174 Change MONGO_UNREACHABLE to fassertDivjot Arora2019-02-131-1/+5
* SERVER-39223 Expose type set parsing in JSON Schema parserNick Zolnierz2019-02-132-39/+54
* SERVER-38977 Notify the IndexBuildsCoordinator of any changes to the replica ...Gregory Wlodarek2019-02-135-0/+22
* SERVER-39429 Add server parameter to gate the new oplog format of large trans...Matthew Russotto2019-02-132-1/+10
* SERVER-39086 Refactor startup index builds to use the IndexBuildsCoordinatorGregory Wlodarek2019-02-1310-116/+326
* SERVER-38311 Change out merging strategyCharlie Swanson2019-02-1352-235/+314
* SERVER-38621 Do not ignore regex options when specified firstEvan Nixon2019-02-122-2/+76
* SERVER-39376 Canonicalize net.ssl.mode to net.tls.modeSara Golemon2019-02-121-0/+17
* SERVER-38583 Fix transaction insert writeError formatA. Jesse Jiryu Davis2019-02-125-33/+138
* SERVER-38372 Fix rollback of index drop to update CollectionInfoCache.David Storch2019-02-121-1/+6
* SERVER-39483 Tag large build artifacts as non-cacheableAndrew Morrow2019-02-122-4/+11
* SERVER-39466 Make transport::Reactor inherit from OutOfLineExecutorBen Caimano2019-02-127-34/+25
* SERVER-38516 Remove “closeConnectionsOnStepdown” flag and fix tests broke...Matthew Russotto2019-02-121-6/+1
* SERVER-39456 Remove tcmallocEnableMarkThreadTemporarilyIdle implementation.r4.1.8Henrik Edin2019-02-127-192/+7
* SERVER-35963 Remove old WT index_collatorDivjot Arora2019-02-121-22/+0
* SERVER-36917 Remove the unused DBDirectClient in drop_indexes.cppDivjot Arora2019-02-121-2/+0
* SERVER-38521 Move all TransactionCoordinator sources to be under db/sKaloian Manassiev2019-02-1228-84/+90
* SERVER-38521 Make the transaction coordinator step-up task interruptibleKaloian Manassiev2019-02-129-131/+320
* SERVER-38521 Use `advanceTime` in network operation cancellation tests to ens...Kaloian Manassiev2019-02-124-12/+16
* SERVER-39368 refactor IndexBuildsCoordinator::_runIndexBuild to facilitate fu...Dianna Hohensee2019-02-113-221/+298
* SERVER-39474 Fix incorrect use of 'skip' parameter to configureFailPoint in t...Esha Maharishi2019-02-112-30/+30
* SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entriresLouis Williams2019-02-1228-203/+414
* SERVER-35551 Avoid restarting mongobridge processes.Max Hirschhorn2019-02-112-6/+20
* SERVER-39139 Make canAcceptWritesFor, canAcceptWritesForDatabase and canServe...Vesselina Ratcheva2019-02-112-6/+6
* SERVER-39206 Avoid PBWM lock conflicts for prepared transaction on startupSiyuan Zhou2019-02-114-0/+9