summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31441 Run validateCollections on each server in parallelr3.6.0-rc3Eddie Louie2017-11-061-11/+45
* SERVER-31538 Ensure the ServiceStateMachine always gets cleaned up on error/t...Jonathan Reams2017-11-064-187/+497
* SERVER-31392: Test changeStreams when an unsharded collection becomes shardedNick Zolnierz2017-11-062-0/+85
* SERVER-31781 Rename variable to not conflict with module nameMathew Robinson2017-11-064-25/+64
* SERVER-31300 Re-enable applyOps rollback test opWithoutUUIDBenety Goh2017-11-061-16/+15
* SERVER-31819 Log every oplog operation that gets rolled backWilliam Schultz2017-11-062-4/+4
* SERVER-31300 applyOps() adds missing UUID to individual operations in the opl...Benety Goh2017-11-062-11/+38
* SERVER-31828 endSession in js should end sessionsJason Carey2017-11-063-15/+18
* SERVER-31648 Perform sets/unsets to session tags atomically.Justin Seyster2017-11-065-41/+78
* SERVER-31300 use constant from document_validation.h instead of hard-coded 'b...Benety Goh2017-11-061-1/+2
* SERVER-31730 Preserve getNext status in PlanExecutor::executePlan().Justin Seyster2017-11-061-4/+4
* SERVER-31712 do not apply ignoredErrors when appending raw responses if no sh...Esha Maharishi2017-11-063-34/+120
* SERVER-31803 Segfault while constructing boost_optional in sharded post-chang...Bernard Gorman2017-11-061-1/+1
* SERVER-31632 write_transactions_during_migration.js should call waitForMoveCh...Randolph Tan2017-11-061-0/+2
* SERVER-30632 Always check that there are shards when sharding collectionRandolph Tan2017-11-061-3/+4
* SERVER-31820 log UUID during collection dropJudah Schvimer2017-11-062-13/+18
* SERVER-31300 add unit test for applyOpsBenety Goh2017-11-062-0/+269
* SERVER-31435 Move applyOps index collation test into jsCoreMaria van Keulen2017-11-061-2/+0
* SERVER-31804 Disable $expr rewrite optimizationJames Wahlin2017-11-064-187/+85
* SERVER-31696 Rename path prefixes in applyRenamesToExpression().Justin Seyster2017-11-033-5/+69
* SERVER-31827 Wait for Secondary after stepdown.ADAM David Alan Martin2017-11-031-0/+1
* SERVER-31450 add check_uuids_consistent_across_cluster.js comment, how to dis...Dianna Hohensee2017-11-031-0/+12
* SERVER-31753 Add support for immutable IDL typesMark Benvenuto2017-11-036-1/+21
* SERVER-31818 Add server parameter to disable MarkThread{temporary}IdleMark Benvenuto2017-11-031-0/+8
* SERVER-31380 Add metrics related to tcmalloc acquiring and decommitting memor...Mark Benvenuto2017-11-034-1/+93
* SERVER-28599 Fix MarkThreadTemporarilyIdleMark Benvenuto2017-11-031-1/+30
* SERVER-31443 Add support for change streams with non-simple collations.Charlie Swanson2017-11-0313-80/+323
* SERVER-31667 ChunkSplitter is not active and should not log to the userDianna Hohensee2017-11-031-4/+5
* SERVER-31825 replset6.js should await replication before checking if renameCo...William Schultz2017-11-031-5/+11
* SERVER-31637 Disable the periodic no-op writer in replica sets started by res...Eddie Louie2017-11-031-0/+7
* SERVER-31435 Ensure applyOps with createIndexes replicatesMaria van Keulen2017-11-032-0/+102
* SERVER-28874 make allowPartialResults option only apply if exhausted retries ...Esha Maharishi2017-11-034-2/+766
* SERVER-30715 print replSetConfig in rotateLogsPavithra Vetriselvan2017-11-032-1/+21
* SERVER-31616 Check return value of std::snprintf for errorsXiangyu Yao2017-11-033-0/+20
* SERVER-31614 Add logs when UUIDs get assigned/removed because of upgrading/do...Xiangyu Yao2017-11-031-0/+3
* SERVER-31485 Race between move chunks and dropIndex may lead to IndexNotFound...Esha Maharishi2017-11-031-74/+63
* SERVER-31797 update oldest timestamp for master-slaveEric Milkie2017-11-033-5/+27
* Import wiredtiger: 0a2f8f6ad756189263d050b29f69bc57b45b9816 from branch mongo...Luke Chen2017-11-0371-1033/+1207
* Revert "WIP Move MMAPv1 tasks to separate buildvariant"Mathias Stearn2017-11-021-111/+104
* Revert "SERVER-31565 Add stats about logical sessions background jobs to serv...Ian Whalen2017-11-0224-247/+54
* WIP Move MMAPv1 tasks to separate buildvariantIan Whalen2017-11-021-104/+111
* SERVER-31622 Add missing includeMathias Stearn2017-11-021-0/+1
* SERVER-31809 Start using toolchain python on macOSMathias Stearn2017-11-021-7/+0
* SERVER-31800 Disable location information in ABI XMLAndrew Morrow2017-11-021-1/+1
* SERVER-31591 Don't hold active RecoveryUnit while going to long sleep in HMAC...Randolph Tan2017-11-021-2/+5
* SERVER-31446 _getNextSessionMods can get stuck in a write conflict retry loopRandolph Tan2017-11-028-32/+22
* SERVER-31734 Add Status::withContext() and addContext()Mathias Stearn2017-11-029-42/+65
* SERVER-31629 Support putting unique codes directly into Status constructorsMathias Stearn2017-11-0210-22/+33
* SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn2017-11-0229-65/+53
* SERVER-31622 eliminate CloseChangeStreamExceptionMathias Stearn2017-11-027-65/+8