summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-32677 Fix segmentation fault when converting a replica set to ...r3.6.3-rc1r3.6.3Blake Oler2018-02-163-27/+3
* SERVER-33333 don't kill cursor when auth check failsIan Boros2018-02-141-0/+2
* SERVER-32806 retried FindAndModify not using oplogHack when querying for pre/...Randolph Tan2018-02-141-1/+4
* Import wiredtiger: bc82f0f0383af9ef41ece37a36ae9200ea4561a3 from branch mongo...Luke Chen2018-02-1459-642/+1482
* SERVER-32368 do not perform UUID check against a shard's config cache in the ...Esha Maharishi2018-02-131-0/+2
* SERVER-33234 dropIndexes on mongos should ignore IndexNotFound from individua...Esha Maharishi2018-02-121-2/+12
* SERVER-32205 Prohibit dropping the admin database at catalog levelMaria van Keulen2018-02-125-1/+41
* SERVER-32349 Change streams over sharded collections may produce merged op lo...Martin Neupauer2018-02-123-17/+72
* Revert "SERVER-32875 Don't stall ftdc due to running out of tickets"Kelsey Schubert2018-02-123-15/+1
* SERVER-32516 remove make_optional typeJudah Schvimer2018-02-121-1/+1
* SERVER-32556 retryable write on local db hits an invariantRandolph Tan2018-02-121-2/+8
* SERVER-33005 Fix planner to avoid incorrect OR pushdown through $elemMatch.David Storch2018-02-123-24/+230
* SERVER-32970 put back random chunk size initialization in mongos auto split t...Randolph Tan2018-02-122-2/+23
* SERVER-32783 remove unnecessary scheduleWork call from CollectionCloner::_ver...Benety Goh2018-02-101-8/+1
* SERVER-32783 CollectionCloner::shutdown() does not wait for _verifyCollection...Benety Goh2018-02-102-1/+34
* SERVER-32783 add test case for CollectionCloner handling collection drops whi...Benety Goh2018-02-101-0/+85
* SERVER-32783 fix race in RemoteCommandRetryScheduler between shutdown() and r...Benety Goh2018-02-092-1/+59
* SERVER-31768 Don't create the first collection on a primary drained shardjannaerin2018-02-092-46/+88
* SERVER-33140 DNS must disregard irrelevant recordsADAM David Alan Martin2018-02-093-28/+60
* SERVER-32783 make RemoteCommandRetryScheduler single-use - cannot be be resta...Benety Goh2018-02-093-13/+61
* SERVER-32783 RemoteCommandRetryScheduler releases callback resources on compl...Benety Goh2018-02-093-1/+48
* SERVER-32783 reduce unnecessary lock acqisition in RemoteCommandRetrySchedule...Benety Goh2018-02-091-7/+8
* SERVER-33158 Shrink LogicalSession refresh batchesJason Carey2018-02-084-1/+26
* SERVER-32779 Upgrade tomcrypt to 1.18.1Jason Carey2018-02-0831-187/+177
* SERVER-32072 Always roundtrip dbrefs in the shellJason Carey2018-02-084-31/+83
* SERVER-28822 asan fixesJason Carey2018-02-082-1/+21
* SERVER-28822 Add new dbclient connection pool optionssamantharitter2018-02-088-82/+488
* SERVER-31979 Include chunk migration statistics in moveChunk.commit in changelogjannaerin2018-02-075-8/+18
* SERVER-32677 Fix segmentation fault when converting a replica set to a replic...Blake Oler2018-02-063-3/+27
* SERVER-33089 Do not regenerate auth indexes in queryable backup modeSpencer Jackson2018-02-051-0/+8
* SERVER-31484 separate the operation deadline from awaitData deadline in shard...Martin Neupauer2018-02-0515-85/+83
* SERVER-32209 Don't drop snapshots for all reconfig, only on PV change.Siyuan Zhou2018-02-011-7/+18
* SERVER-31760 Optimize $expr to allow index use for equality predicates.David Storch2018-02-016-277/+145
* SERVER-31760 Add index support for InternalExprEqMatchExpression.David Storch2018-02-0122-203/+767
* SERVER-31760 Add InternalExprEqMatchExpression.David Storch2018-02-0122-71/+811
* SERVER-32593 Stepdown after failed moveChunk commit shouldn't crash source sh...Jack Mulrow2018-01-311-0/+20
* SERVER-32592 Ignore stepdown errors in MigrationSourceManager::cleanupOnErrorJack Mulrow2018-01-311-1/+6
* SERVER-32875 Don't stall ftdc due to running out of ticketsBruce Lucas2018-01-313-1/+15
* SERVER-32851 Prevent setFCV and createCollection racing such that a collectio...Dianna Hohensee2018-01-311-0/+30
* SERVER-32987 Move the contents of the 'uuid' library to be under 'base'Kaloian Manassiev2018-01-3110-32/+2
* SERVER-32766 Address already in use with bind_ip_all and ipv6Sara Golemon2018-01-301-0/+3
* SERVER-32901 Pull the CollectionShardingState map out of ShardingStateKaloian Manassiev2018-01-305-55/+69
* SERVER-32243 Add an option to have the validate hook skip some collectionsJonathan Abrahams2018-01-301-0/+1
* SERVER-32259 Update wiredtiger_util.cppChibuikem Amaechi2018-01-301-1/+1
* SERVER-32209 Reset the in-memory optimes on PV downgrade and upgradeSiyuan Zhou2018-01-293-17/+72
* SERVER-32637 update oldest_timestamp on PV0 secondariesEric Milkie2018-01-293-3/+26
* Import wiredtiger: b85bcfde3b7e41a35017385fd219553e7028c427 from branch mongo...Luke Chen2018-01-29725-3255/+8142
* SERVER-32631 Deduplicate results in SockAddr::createAll()Sara Golemon2018-01-282-21/+33
* SERVER-32794 Make timeouts unrelated to elections not depend on election timeoutJudah Schvimer2018-01-263-3/+18
* SERVER-32432 Race condition causes seg fault in ReplicationCoordinatorExterna...Siyuan Zhou2018-01-251-5/+9