summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29908 Create skeleton libraries for the sharding subsystemKaloian Manassiev2018-02-136-214/+33
* SERVER-30911: Timestamp index build start and completion.Daniel Gottlieb2018-02-1313-21/+125
* SERVER-32776 add ReplicationProcess::refreshRollbackID()Benety Goh2018-02-134-5/+48
* SERVER-32806 retried FindAndModify not using oplogHack when querying for pre/...Randolph Tan2018-02-131-1/+4
* SERVER-33221 Add find & getMore commands to session checkout whitelistJames Wahlin2018-02-131-3/+9
* SERVER-32912 Ensure that killCursors always invalidates a pinned cursorBernard Gorman2018-02-139-73/+162
* SERVER-32913 parallelize application of applyOps oplog entriesr3.7.2Benety Goh2018-02-121-1/+23
* Revert "SERVER-32875 Don't stall ftdc due to running out of tickets"Kelsey Schubert2018-02-123-15/+1
* SERVER-33143 Hold MODE_IX locks for readConcern level snapshot readsJames Wahlin2018-02-123-7/+28
* SERVER-30219 Make addShard use local read concern when generating the new sha...Kaloian Manassiev2018-02-121-1/+1
* SERVER-29908 Consolidate some sharding libraries to help break dependency cyclesKaloian Manassiev2018-02-1211-215/+175
* SERVER-33126: Ensure the stable timestamp does not race ahead of the oplog re...Daniel Gottlieb2018-02-121-5/+13
* SERVER-32776 ReplicationProcess refreshes rollback ID cache on increment and ...Benety Goh2018-02-121-9/+9
* Revert "SERVER-33221 Add find & getMore commands to session checkout whitelist"James Wahlin2018-02-121-9/+3
* SERVER-33265 Reduce test run time for lock_manager_test and catalog_raii_testXiangyu Yao2018-02-122-4/+4
* SERVER-33222 Don't call abandonSnapshot in GlobalLock destructor when in Writ...James Wahlin2018-02-122-7/+39
* SERVER-32873 Fix incorrect handling of NumberLong in $pow functionKevinCybura2018-02-102-3/+28
* SERVER-32973 Enable SCRAM-SHA-256 authenticationSara Golemon2018-02-109-6/+42
* SERVER-33005 Fix planner to avoid incorrect OR pushdown through $elemMatch.David Storch2018-02-093-24/+230
* SERVER-33221 Add find & getMore commands to session checkout whitelistJames Wahlin2018-02-091-3/+9
* SERVER-32205 Prohibit dropping the admin database at catalog levelMaria van Keulen2018-02-095-1/+41
* SERVER-32682 Use deadline-oriented mechanism for lock timeoutXiangyu Yao2018-02-0935-290/+602
* SERVER-32682 Allow AutoGet helpers to specify lock timeoutXiangyu Yao2018-02-0910-61/+352
* SERVER-32682 Change GlobalLock timeout type to MillisecondsXiangyu Yao2018-02-0919-89/+89
* SERVER-32918 Set OpType in ReplOperation maker helpers.Siyuan Zhou2018-02-091-0/+3
* SERVER-33125 Work around codegen error in s390x exception unwinding.Justin Seyster2018-02-091-1/+11
* SERVER-33064 Remove 'allowUnsafeRenamesDuringInitialSync' flagWilliam Schultz2018-02-091-20/+0
* SERVER-30523: dateFromParts should not reject out-of-range numbers for date/t...Nick Zolnierz2018-02-098-86/+207
* SERVER-33160 clean up syncApply() handling of delete opsBenety Goh2018-02-091-37/+21
* SERVER-33105 Fix use-after-move bug in Helpers::findOne()Ian Boros2018-02-081-1/+1
* SERVER-33120 Protect _previousSetOldestTimestamp with _oplogManagerMutexXiangyu Yao2018-02-082-4/+11
* SERVER-28975 Fix typosLouis Williams2018-02-081-1/+1
* SERVER-32950 Global resource should participate in two-phase lockingEric Milkie2018-02-081-4/+4
* SERVER-31477 Add $trim, $ltrim and $rtrim expressions.Charlie Swanson2018-02-085-21/+1029
* SERVER-33160 syncApply() treats delete ops on non-existent namespaces as no-o...Benety Goh2018-02-082-18/+23
* SERVER-29876 Check if partial filter applies when unindexing documentsLouis Williams2018-02-082-4/+24
* SERVER-33160 added syncApply() test cases for CRUD ops on non-existent namesp...Benety Goh2018-02-083-10/+106
* SERVER-33158 Shrink LogicalSession refresh batchesJason Carey2018-02-084-1/+26
* SERVER-32894 Disallow creation of system.indexesTess Avitabile2018-02-083-10/+29
* SERVER-32913 add ApplyOpsCommandInfoBenety Goh2018-02-084-42/+156
* SERVER-33106 set multiKeyPaths and clear plan cache in onCommit hookKyle Suarez2018-02-081-12/+17
* SERVER-33124 Remove mmapv1 dependency from embedded.Henrik Edin2018-02-0815-32/+255
* SERVER-32685 Disable lock and WT transaction yielding under readConcern snaps...Tess Avitabile2018-02-089-39/+92
* SERVER-31979 Chunk migration statistics included in moveChunk.commitjannaerin2018-02-082-3/+4
* SERVER-32395 Make killCursors work against pinned cursors on mongos when auth...Ian Boros2018-02-072-4/+10
* SERVER-32756 Enable selection of V2 format unique indexnehakhatri52018-02-079-5/+429
* SERVER-32918 Extract operation fields of OplogEntryBase into chained ReplOper...Siyuan Zhou2018-02-063-22/+71
* SERVER-32291 Fix SConscript due to file directory changesRandolph Tan2018-02-062-0/+188
* SERVER-33132 Doc source shouldn't depend upon implADAM David Alan Martin2018-02-061-1/+3
* SERVER-32291 Implement _configsvrCreateCollection commandRandolph Tan2018-02-064-5/+137