summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31873 Make mongos retry findAndModify with txnNumberKaloian Manassiev2017-11-1111-156/+126
* SERVER-31870 Clarify 3.6 upgrade-related startup error messagesMaria van Keulen2017-11-102-7/+14
* SERVER-30244-pre1 move DataType::Handler<StringData> specialization to avoid ...Billy Donahue2017-11-105-37/+63
* SERVER-28251 Fix race condition in index_killop.jsXiangyu Yao2017-11-101-13/+10
* SERVER-31533 Removes UUID from dropDatabase entry in rollback unit testPavithra Vetriselvan2017-11-101-2/+1
* Revert "Removes UUID from dropDatabase entry"Pavithra Vetriselvan2017-11-101-1/+2
* SERVER-31737 Fix invariant in log when timing out in NetworkInterfaceASIO bef...Henrik Edin2017-11-104-30/+32
* SERVER-31811 Remove logging of binary data.Henrik Edin2017-11-101-6/+22
* SERVER-31900: Fix typo of FCV 3.4 -> 3.6 in logical session error response.Daniel Gottlieb2017-11-101-1/+1
* SERVER-31482 Change mutex to recursive mutex for ephemeral_for_test_record_storeXiangyu Yao2017-11-102-17/+15
* SERVER-31805 set collection temp status correctly in rollbackViaRefetchNoUUIDJudah Schvimer2017-11-102-0/+41
* SERVER-31740 Make setFeatureCompatibilityVersion idempotentXiangyu Yao2017-11-101-0/+10
* SERVER-29465 Add warning about Windows SystemFileCacheSize for WiredTigerXiangyu Yao2017-11-109-0/+80
* SERVER-31858 Fix explodeForSort() path to handle multikeyness correctly.David Storch2017-11-105-2/+89
* SERVER-31777 deactivate logical sessions for fcv34Jason Carey2017-11-094-7/+18
* Removes UUID from dropDatabase entryPavithra Vetriselvan2017-11-091-2/+1
* SERVER-31763 $changeStream on sharded collections must always split on mongoS...Bernard Gorman2017-11-093-6/+21
* SERVER-31863 Make TransactionHistoryIterator use oplogHackRandolph Tan2017-11-093-2/+12
* SERVER-31861 when collection is created with UUID, log if UUID is newJudah Schvimer2017-11-091-3/+10
* SERVER-31805 Set local collection validation options correctly in rollbackVia...Judah Schvimer2017-11-096-308/+330
* SERVER-31631 Bump minimum outgoing wire version for mongod when featureCompat...Tess Avitabile2017-11-0915-39/+220
* SERVER-31882 start a transaction when beginning a UnitOfWorkEric Milkie2017-11-092-1/+3
* SERVER-31879 remove unused synchronization in oplogEric Milkie2017-11-095-23/+0
* SERVER-31848 Lower the range deleter log verbosityKaloian Manassiev2017-11-091-1/+1
* SERVER-31848 Cleanup CollectionRangeDeleterKaloian Manassiev2017-11-0910-276/+307
* SERVER-31243 Make no-op retry of findAndModify upsert of new document return ...Kaloian Manassiev2017-11-092-2/+30
* SERVER-31296 Update sessions, causal, and retryable in the mongo shell.Max Hirschhorn2017-11-0811-159/+294
* SERVER-31783 Prevent secondaries from generating UUIDs during upgradeGeert Bosch2017-11-083-18/+29
* Revert "SERVER-30577 Clear stable timestamp candidates after rollback"William Schultz2017-11-082-54/+0
* SERVER-31805 provide option to Cloner to preserve UUIDsJudah Schvimer2017-11-085-13/+44
* SERVER-30577 Clear stable timestamp candidates after rollbackWilliam Schultz2017-11-082-0/+54
* SERVER-31862 Don't end session outside of switch statementJonathan Reams2017-11-081-9/+1
* SERVER-31275 Ensure causal consistency guarantees on secondaries during chunk...Dianna Hohensee2017-11-0814-65/+187
* SERVER-31356 remove unused OplogEntry constructorsBenety Goh2017-11-072-67/+0
* SERVER-31356 update the following tests to use new OplogEntry constructorBenety Goh2017-11-074-14/+79
* SERVER-31565 Add stats about logical sessions background jobs to serverStatusJason Carey2017-11-0724-55/+270
* SERVER-31691 Change streams UUID mismatch uasserts with error code that cause...Bernard Gorman2017-11-071-1/+1
* SERVER-31723 limit mongod sharding exec pool to 1Jason Carey2017-11-074-8/+19
* SERVER-31440 Fix Connpool HostTimeout raceJason Carey2017-11-071-99/+148
* SERVER-31671 Cancel running elections if the term changes after writing my la...Siyuan Zhou2017-11-072-19/+29
* SERVER-31599 Rollback method bound to FCVPavithra Vetriselvan2017-11-071-69/+12
* SERVER-31356 make OplogEntry immutableBenety Goh2017-11-072-0/+2
* SERVER-31856 Fix typo in install_compass scriptMathew Robinson2017-11-071-1/+1
* SERVER-31356 update the following unit tests to not mutate OplogEntry after c...Benety Goh2017-11-079-765/+1277
* SERVER-29843 Make oplog queries use eq, gt, and gte predicates on ts for scan...Tess Avitabile2017-11-0711-122/+211
* SERVER-31829 Limit OP_MSG parser to 2 document sequencesMathias Stearn2017-11-073-1/+32
* SERVER-31787: Certain aggregation commands with merging on mongos can leak cu...Nick Zolnierz2017-11-072-10/+50
* SERVER-31356 SessionCatalogMigrationSource no longer mutates OplogEntry after...Benety Goh2017-11-071-9/+41
* SERVER-28916 Make mongos automatically retry failed retryable writesJack Mulrow2017-11-072-22/+148
* SERVER-31356 add OplogEntry constructor to support uuid and transaction relat...Benety Goh2017-11-072-15/+121