summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34157 prevent writes to system collectionsKyle Suarez2018-04-132-0/+19
* SERVER-33115 prevent writes to unreplicated collections in a transactionKyle Suarez2018-04-132-3/+41
* SERVER-32424 Use hybrid cursor caching by default.Don Anderson2018-04-134-29/+60
* SERVER-34088 Add ability to watch all changes for an entire sharded clusterBernard Gorman2018-04-132-1/+13
* SERVER-34317: Check wiredtiger_open return code before accessing the connection.Daniel Gottlieb2018-04-121-9/+8
* SERVER-34279: Ensure a minValid lastApplied exists for upgrade.Daniel Gottlieb2018-04-127-12/+63
* SERVER-32639 skip signing and validating clusterTime in arbitersMisha Tyulenev2018-04-128-24/+69
* SERVER-33114 make change streams unwind applyOps generated by transactionsIan Boros2018-04-127-285/+787
* SERVER-34432 Allow $changeStream resume attempts to proceed if the initial st...Bernard Gorman2018-04-122-3/+81
* SERVER-34326 use highest cluserTime for global snapshot readsMisha Tyulenev2018-04-122-3/+13
* SERVER-34226 Fix lintMark Benvenuto2018-04-122-3/+5
* SERVER-33433 Rebuild in-memory Session state for committed transactions from ...Siyuan Zhou2018-04-121-0/+10
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-1213-35/+141
* SERVER-34226 Implement FreeMonController - Registration pieceMark Benvenuto2018-04-1210-9/+1885
* SERVER-34181 Include 'clusterTime' in each change streamCharlie Swanson2018-04-123-66/+134
* SERVER-34183 abort existing transaction on startTransactionPavi Vetriselvan2018-04-121-3/+0
* SERVER-34430 Don't drop database from old primary shard after movePrimaryEsha Maharishi2018-04-122-36/+6
* SERVER-34429 Check if Database object exists before invalidating in-memory ca...Esha Maharishi2018-04-121-2/+6
* SERVER-34108: Rebuild all indexes for a collection simultaneously at startup.Daniel Gottlieb2018-04-121-40/+69
* SERVER-34289 add new sharded cluster wrapper for connecting to an existing cl...Robert Guo2018-04-121-0/+2
* SERVER-34087 Add db.getMongo().watch() helper to watch all changes for the cl...Bernard Gorman2018-04-121-0/+27
* SERVER-34086 Add ability to watch all changes for an entire replica setBernard Gorman2018-04-125-53/+126
* SERVER-34244 Add nameOnly option to listCollectionsXiangyu Yao2018-04-112-11/+26
* SERVER-33501 Support retryable writes for commitTransaction commandSiyuan Zhou2018-04-118-27/+37
* SERVER-29134: Support change streams on an entire database in a sharded clusterNick Zolnierz2018-04-1113-66/+120
* SERVER-33241 Abort all open transactions on FCV downgradeTess Avitabile2018-04-113-3/+13
* SERVER-33240 only allow transactions on FCV 4.0Pavi Vetriselvan2018-04-111-0/+15
* SERVER-34146 OpObserver should cause secondaries to invalidate their in-memor...jannaerin2018-04-113-4/+74
* Revert "SERVER-33501 Support retryable writes for commitTransaction command"William Schultz2018-04-118-37/+27
* SERVER-32876 Don't stall ftdc due to WT cache full.Michael Cahill2018-04-117-34/+66
* SERVER-33501 Support retryable writes for commitTransaction commandSiyuan Zhou2018-04-108-27/+37
* SERVER-34103 Modify benchRun to use multi-statement transactions for snapshot...Xiangyu Yao2018-04-101-5/+35
* SERVER-33570 Add write concern majority to logical session cache refresh requestMatthew Saltz2018-04-101-0/+10
* Import tools: f5c4a44d3242b97eff9764e1456fe05c1fb6a5b5 from branch masterKelsey Schubert2018-04-1022-187/+1142
* SERVER-34223 Implement config file options for free monitoringMark Benvenuto2018-04-104-1/+185
* SERVER-34220 Write Curl Networking ImplMark Benvenuto2018-04-1011-0/+776
* SERVER-34224 Implement FreeMonStorage Standalone and IDL for storageMark Benvenuto2018-04-105-0/+453
* SERVER-34225 Implement FreeMonMessageQueueMark Benvenuto2018-04-106-0/+535
* SERVER-33906 Callback registration for logs in embedded C API.Henrik Edin2018-04-108-21/+330
* SERVER-32487 Embedded CAPI takes a yaml config string instead of argc and argv.Henrik Edin2018-04-1011-76/+178
* SERVER-33349 Add command to get stable checkpoint timestampJudah Schvimer2018-04-1013-12/+93
* SERVER-33413 nia countdownlatch misues condvarsJason Carey2018-04-091-7/+9
* SERVER-33457 Index creation in background not allowed in embedded.Henrik Edin2018-04-098-10/+165
* SERVER-34197 Only allow global snapshot reads when test commands are enabledJack Mulrow2018-04-093-1/+9
* SERVER-34194 applyOps update for control chunk should include history arrayJack Mulrow2018-04-092-1/+10
* SERVER-34328 Fix lintWilliam Schultz2018-04-091-15/+14
* SERVER-34328 Remove unused lambda captures.A. Jesse Jiryu Davis2018-04-094-4/+4
* SERVER-34264 Use TRACE_INDEX for logging Index KeyStringSulabh Mahajan2018-04-091-1/+1
* SERVER-33488 conditionally update WT size metadata during startup recoveryKyle Suarez2018-04-076-1/+224
* SERVER-32608 Make secondaries refresh their database metadata from the persis...jannaerin2018-04-062-5/+64