summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30636 (lint)r3.4.8-rc0Nathan Myers2017-08-281-1/+1
* SERVER-30636 Detect range deletion write concern timeout correctlyNathan Myers2017-08-281-1/+2
* SERVER-20392 remove early chunksize autosplit heuristicKevin Pulo2017-08-251-24/+1
* SERVER-30643: Ensure thread IDs observed by OpenSSL are uniformly distributedSpencer Jackson2017-08-221-19/+45
* SERVER-29714 Added more detailed error logging in validate_locale.cpp to bett...Tyler Kaye2017-08-211-5/+8
* SERVER-30183 ensure a moveChunk that joins the active moveChunk has the same ...Esha Maharishi2017-08-151-1/+2
* SERVER-30554 relax locking mode in applyOps when applying CRUD-only ops non-a...Benety Goh2017-08-101-2/+3
* SERVER-30189 Reduce calls to allocator for large $in expressionsTess Avitabile2017-08-1012-63/+110
* SERVER-26239 Improve handling of WT_CACHE_FULL for inMemory storage engineAlex Gorrod2017-08-1010-134/+248
* SERVER-29802 non-atomic applyOps does not acquire global lockBenety Goh2017-08-081-22/+15
* SERVER-29802 clean up applyOps precondition checkingBenety Goh2017-08-081-44/+51
* SERVER-29802 add applyOpsPauseBetweenOperations fail pointBenety Goh2017-08-081-0/+18
* SERVER-29802 add applyOps 'allowAtomic' flag.Benety Goh2017-08-081-2/+9
* SERVER-29802 rename txn to opCtx (apply_ops.cpp)Benety Goh2017-08-082-36/+36
* SERVER-30487 Make sharding range deleter yield the WT snapshot after each ite...Kaloian Manassiev2017-08-031-0/+2
* Import tools: 4f093ae71cdb4c6a6e9de7cd1dc67ea4405f0013 from branch v3.4r3.4.7-rc0r3.4.7Thomas Schubert2017-07-3124-539/+534
* SERVER-29282 Prevent BSON Document size from being exceeded when grouping ins...William Schultz2017-07-312-12/+176
* SERVER-30049 applyOperation_inlock() allows exceptions from Collection::inser...Benety Goh2017-07-261-7/+2
* SERVER-29817 Use hinted insert when building CollectionMetadata for performance.Andy Schwerin2017-07-242-4/+6
* SERVER-29817 Use hinted insert when building chunkRangeMapAndy Schwerin2017-07-211-4/+7
* SERVER-29876 moveChunk command ignores '_waitForDelete' optionEsha Maharishi2017-07-213-1/+22
* SERVER-29297 stepUp should wait for durability in awaitReplicationJudah Schvimer2017-07-181-3/+18
* SERVER-30060 Do not gather shard disk usage statistics unless 'maxSize' is setKaloian Manassiev2017-07-173-4/+16
* SERVER-30058 Balancer policy should not move chunks off shards on 'size excee...Kaloian Manassiev2017-07-174-25/+23
* SERVER-27581 Only fetch missing documents on update oplog entries during initialJudah Schvimer2017-07-177-116/+80
* SERVER-29540 awaitNodesAgreeOnPrimary logs why it retriesJudah Schvimer2017-07-141-0/+16
* SERVER-30132 Storage Node Watchdog needs to check journal directoryMark Benvenuto2017-07-131-1/+1
* SERVER-29015 TopologyCoordinator should not transition to candidate role in a...Benety Goh2017-07-125-14/+157
* SERVER-29947 Implement Storage Node WatchdogMark Benvenuto2017-07-121-0/+1
* SERVER-29568: Create opensslCipherConfig setParameterSpencer Jackson2017-07-112-0/+32
* SERVER-29327: Prevent DBDirectClient from storing MaxTimeMS on cursorsSpencer Jackson2017-07-113-14/+22
* SERVER-29383 When catchUpTimeoutMillis is 0, we should skip doing catchup ent...Siyuan Zhou2017-07-052-5/+27
* SERVER-27831 SERVER-28737: Push threadsafety responsibility inside of KVCatal...Daniel Gottlieb2017-07-0511-119/+88
* SERVER-26452: WCE retry on renameCollection. Address possible dassert in drop...Daniel Gottlieb2017-06-275-24/+36
* SERVER-28677 InitialSyncer should reset optimes on every attemptWilliam Schultz2017-06-274-0/+36
* SERVER-29618 fix serialization of geo match expressionsr3.4.6-rc0r3.4.6Kyle Suarez2017-06-273-21/+17
* Import tools: 29b8883c560319b016f8bd4927807fa36f1a682f from branch v3.4Ramon Fernandez2017-06-2731-122/+1232
* SERVER-28578 When doing an upgrade from PV0 to PV1, we should not return from...Matthew Russotto2017-06-272-6/+16
* SERVER-29676 arrayToObject should not error out on explicit value of null or ...Wan Bachtiar2017-06-271-1/+1
* Import wiredtiger: d2f2eae6d7718a53ac5bacf7141773ee0696f3c6 from branch mongo...Alex Gorrod2017-06-272-4/+30
* SERVER-29647 Fix $match swapping to avoid moving before $sort-$limit.David Storch2017-06-262-1/+26
* SERVER-28418 make the split command on mongod return a stale version error if...Esha Maharishi2017-06-232-3/+7
* SERVER-27347 For table drop, only close relevant URIs.Don Anderson2017-06-216-23/+80
* Import wiredtiger: 89049da5f36d57585cccac275382f7fe8fc472e2 from branch mongo...Alex Gorrod2017-06-1926-227/+352
* SERVER-29489 Use 'maxTimeMs' when calling listDatabases against shardsKaloian Manassiev2017-06-192-1/+8
* SERVER-28323 Don't pass JavaScript scopes a function ID numberSpencer Jackson2017-06-196-60/+35
* SERVER-28997: Limit SCRAM-SHA-1 cache's use of Secure MemorySpencer Jackson2017-06-1910-65/+116
* SERVER-28052 Make SHA1Hash a full fledged classRandolph Tan2017-06-1911-207/+382
* SERVER-28960 Avoid creating core dumps during DEATH_TESTs.Max Hirschhorn2017-06-161-0/+8
* SERVER-26355 Implement the interruptible form of Notification::get().Andy Schwerin2017-06-162-33/+53