summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30295: Connect FCV to WiredTiger compatibility version.Daniel Gottlieb2017-08-082-11/+24
* Import wiredtiger: 698847557ce7b3a938bbc8334d64a9430e4dc786 from branch mongo...Alex Gorrod2017-08-0962-288/+1320
* SERVER-30380 $lookup 'let' variables available to all sub-pipelinesJames Wahlin2017-08-083-1/+38
* Revert "SERVER-30295: Connect FCV to WiredTiger compatibility version."Daniel Gottlieb2017-08-082-24/+11
* Revert "SERVER-30500 do not assign UUIDs to system.indexes on collMod/upgrade"Mathias Stearn2017-08-081-3/+2
* Revert "SERVER-30219 Make metadata commands use kLocalReadConcern"Esha Maharishi2017-08-0819-216/+111
* SERVER-29897 Add comment clarifying when rollback id is allowed to be increme...William Schultz2017-08-081-1/+2
* SERVER-29897 Increment the rollback id on rollbackWilliam Schultz2017-08-082-0/+39
* SERVER-30536 applyOps returns error if preCondition is used in non-atomic modeBenety Goh2017-08-081-0/+10
* SERVER-30295: Connect FCV to WiredTiger compatibility version.Daniel Gottlieb2017-08-082-11/+24
* SERVER-22760 Sharded aggregation pipelines which involve taking a simple unio...Bernard Gorman2017-08-0867-506/+1148
* SERVER-30378 Add DeferredWriter.Ian Kuehne2017-08-085-0/+731
* SERVER-30500 do not assign UUIDs to system.indexes on collMod/upgradeMaria van Keulen2017-08-081-2/+3
* SERVER-29756 Unittests of OpMsg parser and serializerMathias Stearn2017-08-085-9/+779
* SERVER-30520 SecureRandom::create() should return a unique_ptrMathias Stearn2017-08-085-14/+12
* SERVER-13601 Raise write batch limit to 100,000 ops and prevent oversized errorsMathias Stearn2017-08-084-8/+108
* SERVER-30034 create a $_internalSchemaMatchArrayIndex match expressionKyle Suarez2017-08-0815-42/+616
* SERVER-30524 dateFromParts should expect "millisecond" instead of "milliseconds"Derick Rethans2017-08-083-22/+21
* Revert "SERVER-30324 Move cluster_remove_shard_cmd to mongod"Mathias Stearn2017-08-0715-654/+557
* Revert "SERVER-29893 Rename recovery code and make it accessible to both star...Mathias Stearn2017-08-0723-784/+177
* SERVER-30302 Add explicit configuration object for UpdateSequenceGeneratormay2017-08-073-47/+158
* SERVER-13362 Remove BSONElement::chk(bool) overloadBen Shteinfeld2017-08-071-11/+6
* SERVER-30324 Move cluster_remove_shard_cmd to mongodHugh Han2017-08-0715-557/+654
* SERVER-30254 Make ThreadPool::join finish remaining tasks on a pristine threa...Dianna Hohensee2017-08-072-2/+26
* SERVER-29896 Write the common point to the oplogTruncateAfterPoint during rol...William Schultz2017-08-074-4/+42
* SERVER-30501 Create rollback logging componentJudah Schvimer2017-08-0710-8/+14
* SERVER-30147 Move Command::appendOperationTime to LogicalTimeKaloian Manassiev2017-08-078-83/+132
* SERVER-29802 non-atomic applyOps does not acquire global lockBenety Goh2017-08-071-3/+14
* SERVER-29893 Rename recovery code and make it accessible to both startup and ...Judah Schvimer2017-08-0723-177/+784
* SERVER-30230: Instruct to disable 'fork' for info on failed startupSpencer Jackson2017-08-071-1/+3
* SERVER-30394 ftdc file_manager generates an incorrect absolute diagnostic dat...Mark Benvenuto2017-08-072-1/+4
* Revert "SERVER-30254 Make ThreadPool::join finish remaining tasks on a pristi...Dianna Hohensee2017-08-072-26/+2
* SERVER-30254 Make ThreadPool::join finish remaining tasks on a pristine threa...Dianna Hohensee2017-08-072-2/+26
* SERVER-29502 Require the vote from the current primary in the dry run for cat...Siyuan Zhou2017-08-0710-26/+263
* SERVER-29802 clean up applyOps precondition checkingBenety Goh2017-08-051-45/+52
* Revert "SERVER-29502 Require the vote from the current primary in the dry run...Max Hirschhorn2017-08-0410-263/+26
* SERVER-29939 Add explicit include of <memory>.may2017-08-041-0/+1
* SERVER-29939 Fix memory leak from SecureRandom::create().may2017-08-041-1/+1
* SERVER-30506 Rename $changeNotification to $changeStreamCharlie Swanson2017-08-0418-208/+198
* SERVER-29502 Require the vote from the current primary in the dry run for cat...Samy Lanka2017-08-0410-26/+263
* SERVER-13362 Change BSONElement::chk() to take a BSONType and use uassertBen Shteinfeld2017-08-042-5/+5
* SERVER-30175: Extend the JSON Schema parser to handle multipleOf keywordAnne Lim2017-08-0413-1/+442
* SERVER-29802 add applyOpsPauseBetweenOperations fail pointBenety Goh2017-08-041-0/+18
* Revert "SERVER-29140 Close cursor for invalidate change notification entries."Max Hirschhorn2017-08-036-208/+28
* SERVER-30301 Add explicit configuration object for DocumentStructureEnumeratormay2017-08-037-124/+219
* SERVER-29096 set readPreference to secondary in causally_consistent_jscore_pa...Misha Tyulenev2017-08-031-0/+8
* SERVER-29140 Close cursor for invalidate change notification entries.Siyuan Zhou2017-08-036-28/+208
* SERVER-29667 Update rollback of document refetch to use UUIDsAllison Chang2017-08-039-190/+248
* SERVER-29939 Update sequence generation for testing oplog idempotencymay2017-08-039-11/+736
* SERVER-30281 Force sessions to reload after rollbackJack Mulrow2017-08-038-40/+177