summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30346 Add startupWarnings for master-slaveKatherine Walker2017-09-214-3/+20
* SERVER-30722 Make changestreams require FCV 3.6Matthew Russotto2017-09-211-0/+9
* Revert "SERVER-21677 Remove "diaglog" support from the server"Ian Whalen2017-09-2111-0/+292
* SERVER-31176 Use stderr for interactive password promptsKevin Pulo2017-09-211-2/+2
* SERVER-19076 handle multiline shard keys in sh.status()Kevin Pulo2017-09-212-55/+92
* SERVER-30737 Use launchServiceWorkerThread to launch threads in ServiceExecut...Andrew Morrow2017-09-203-13/+23
* SERVER-31187 refactor ShardLocal and move some functionality to RSLocalClientMisha Tyulenev2017-09-205-124/+274
* SERVER-30830 applyOps checks if collection/database exists before applying CR...Benety Goh2017-09-201-46/+71
* SERVER-30933 Change invariant to uassert for invalid uuid in queriesMaria van Keulen2017-09-204-4/+30
* SERVER-30894 Handle nested oplog entries in retry pathRandolph Tan2017-09-202-42/+341
* SERVER-21677 Remove "diaglog" support from the serverDan Pasette2017-09-2011-292/+0
* SERVER-30695 uniqueItems must ignore field order when comparing documentsKyle Suarez2017-09-202-3/+12
* SERVER-31132 Make noop writer interval configurableJudah Schvimer2017-09-201-2/+19
* SERVER-30679 Integrate causallyConsistentReads into SessionOptions.Max Hirschhorn2017-09-203-184/+136
* SERVER-31032 Make secondary requests default to 'available' rc-level when bot...Dianna Hohensee2017-09-203-7/+31
* SERVER-31117 pin can return unauthorizedJason Carey2017-09-201-1/+1
* SERVER-31120 fix invalid session getMore invariantJason Carey2017-09-201-6/+9
* SERVER-31011 Provide transaction record deletion hookJason Carey2017-09-2025-74/+699
* SERVER-30914: Repair basic builds on OpenBSDAndrew Aldridge2017-09-204-2/+11
* SERVER-30857 Support unknown Linux distributionsMark Benvenuto2017-09-202-9/+6
* SERVER-30769 Mongo shell throws 'exception during autocomplete'Mark Benvenuto2017-09-201-10/+16
* SERVER-31067 extra threads for PeriodicRunnerASIOJason Carey2017-09-203-48/+100
* SERVER-30613 Make adaptive executor separate task types when avoiding starvationJonathan Reams2017-09-207-73/+111
* SERVER-31114 Perform targeted session invalidation on direct writes to `confi...Kaloian Manassiev2017-09-206-22/+56
* SERVER-31119 Make string.cpp compatible with boost 1.62Jelle van der Waa2017-09-201-1/+8
* Revert "SERVER-31114 Perform targeted session invalidation on direct writes t...Kaloian Manassiev2017-09-206-56/+22
* SERVER-31114 Perform targeted session invalidation on direct writes to `confi...Kaloian Manassiev2017-09-206-22/+56
* Revert "SERVER-30933 Change invariant to uassert for invalid uuid in queries"Maria van Keulen2017-09-193-29/+4
* SERVER-29428 Fail gracefully in mongod when featureCompatibilityVersion is in...Louis Williams2017-09-191-2/+15
* SERVER-31038 Fix possible stall from happening in DBCollection.createIndexesIan Boros2017-09-191-0/+4
* SERVER-30530 WCE retry loop runs argument function without retry logic if in ...Benety Goh2017-09-192-1/+53
* Revert "SERVER-30346 Add startupWarnings for master-slave replication".Katherine Walker2017-09-194-20/+3
* SERVER-30940 make sure we never roll back behind commit pointJudah Schvimer2017-09-195-10/+26
* SERVER-30176: Extend the JSON Schema parser to handle logical restriction key...Nick Zolnierz2017-09-1932-274/+1332
* SERVER-30346 Add startupWarnings for master-slave replicationkvwalker2017-09-194-3/+20
* SERVER-30894 Make object2 an optional parameter for OplogEntryRandolph Tan2017-09-194-15/+19
* SERVER-30986 Prevent invalid regex in RegexMatchExpressionsBlake Oler2017-09-193-11/+11
* SERVER-31154 Make planner options stringizer check completeness at compile time.Matthew Russotto2017-09-191-39/+49
* Revert "Cased"Matthew Russotto2017-09-191-49/+39
* SERVER-30963 synchronize access to logOp() in oplog_testBenety Goh2017-09-191-19/+15
* CasedMatthew Russotto2017-09-191-39/+49
* SERVER-30206 Error if retryable write request has multi update or deleteJack Mulrow2017-09-191-0/+8
* SERVER-29929 Report highest observed cluster time from change stream on each ...Matthew Russotto2017-09-1922-13/+138
* SERVER-30933 Change invariant to uassert for invalid uuid in queriesMaria van Keulen2017-09-193-4/+29
* SERVER-30325 Cleanup the logging/retryable writes glue codeKaloian Manassiev2017-09-193-113/+125
* SERVER-31145 No move lock_guard<> to WithLockNathan Myers2017-09-181-1/+3
* SERVER-29141 Add a waitForEvent with a timeout to TaskExecutor.Charlie Swanson2017-09-189-8/+75
* SERVER-31092 Fix getNumAvailableCores() on Windows to be able to return more ...Henrik Edin2017-09-181-1/+1
* SERVER-30178 extend JSON Schema parser to handle "items" and "additionalItems"Kyle Suarez2017-09-182-21/+530
* SERVER-31103 do not generate UUID for sharded final output collection in mapR...Esha Maharishi2017-09-181-2/+4