summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-132224-2625/+28
* 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-1349-215/+293
* SERVER-38621 Do not ignore regex options when specified firstEvan Nixon2019-02-122-2/+76
* SERVER-38583 Fix transaction insert writeError formatA. Jesse Jiryu Davis2019-02-122-33/+29
* SERVER-38372 Fix rollback of index drop to update CollectionInfoCache.David Storch2019-02-121-1/+6
* SERVER-38516 Remove “closeConnectionsOnStepdown” flag and fix tests broke...Matthew Russotto2019-02-121-6/+1
* 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-1227-83/+87
* 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-121-6/+12
* 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-1221-155/+336
* 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
* SERVER-39169 Add $_internalReadAtClusterTime option to find and dbHash.Max Hirschhorn2019-02-117-27/+198
* SERVER-39106 GlobalLock acquisition should throw if its ticket acquisition ti...Xiangyu Yao2019-02-113-12/+46
* SERVER-39412 Continue to disconnect on rollback or on removal from the config...Matthew Russotto2019-02-112-3/+8
* SERVER-36489 Start initial sync oplog fetching from the 'oldest active transa...Samy Lanka2019-02-1116-249/+765
* SERVER-37283 Use stronger locks for system.viewsCharlie Swanson2019-02-1111-117/+43
* SERVER-37456 Make the global CursorManager a decoration on ServiceContextAnton Korshunov2019-02-1123-47/+69
* SERVER-39469 Capture by reference instead of value in write_ops failpointsNick Zolnierz2019-02-111-2/+2
* SERVER-35651: Don't downgrade data files when a 4.2 binary running as an arbi...Daniel Gottlieb2019-02-111-1/+4
* SERVER-39183 honor socket disconnect in $whereJason Carey2019-02-102-1/+6
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-1016-0/+93
* SERVER-37979 Fix unittest compilationGregory Wlodarek2019-02-102-3/+10
* SERVER-37979 Remove prepareIndexBuild from IndexBuildEntryGregory Wlodarek2019-02-092-12/+0
* SERVER-37979 Add writing utilities to the index build interfaceGregory Wlodarek2019-02-097-13/+903
* SERVER-39086 Refactor system_index.cpp to build indexes using the IndexBuilds...Gregory Wlodarek2019-02-092-35/+46
* SERVER-39149 Homogenize getMore behaviorJason Carey2019-02-084-29/+81
* SERVER-39291 Remove padding options from compactGeert Bosch2019-02-083-50/+2
* SERVER-39090 Remove sort7.js and fold coverage into sort_array.jsCharlie Swanson2019-02-081-0/+87
* SERVER-37836 re-evaluate authorization for originating command in getMoreIsabella Siu2019-02-0819-168/+281
* SERVER-39274 Mongos shouldn't upconvert txn read concern level to snapshot if...Jack Mulrow2019-02-081-1/+2
* Revert "SERVER-39149 Homogenize getMore behavior"James Wahlin2019-02-084-67/+29
* SERVER-38205 avoid splitVector scan when range contains single keyKevin Pulo2019-02-082-0/+76
* SERVER-39269 flag gate sharded $lookupIan Boros2019-02-074-2/+35
* SERVER-39149 Homogenize getMore behaviorJason Carey2019-02-074-29/+67
* SERVER-39292 Do not evaluate failpoint twice per operation when multiple opt...jannaerin2019-02-071-6/+12
* SERVER-39053 Improve comment on txn::collect's SharedBlock's status member va...Esha Maharishi2019-02-071-2/+3
* SERVER-39053 Transaction coordinator should retry sending decision until defi...Esha Maharishi2019-02-075-106/+300
* SERVER-39209 DocumentStorage::clone() shouldn't allocate a buffer is source d...Mathias Stearn2019-02-072-20/+38
* SERVER-38844 SessionMigrationSource should explicitly ignore config.transacti...Randolph Tan2019-02-072-1/+44