summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* BUMP 3.0.5-rc2r3.0.5-rc2Ramon Fernandez2015-07-222-2/+2
|
* SERVER-19513 move functional test to noPassthroughWithMongodDan Pasette2015-07-221-4/+4
| | | | (cherry picked from commit 162fb82bed75ede539bbb960f44d232f8b8e5848)
* SERVER-19052 use itcount() instead of count() in master/slave testsDan Pasette2015-07-222-3/+3
|
* SERVER-19052 warm the cache before perf testDan Pasette2015-07-221-0/+1
|
* SERVER-19052 fix compileDan Pasette2015-07-221-1/+1
|
* SERVER-19525: use of wrong type for size count of rolling back insertMartin Bligh2015-07-221-1/+1
|
* SERVER-19052 use itcount() instead of count() in repl testsDan Pasette2015-07-222-2/+2
| | | | (cherry picked from commit 1e786585ae83e55e13016a6761a121b502c887f8)
* SERVER-19052 cleanup unreachable if statement from removal of sizeStorer calcsDan Pasette2015-07-221-6/+1
| | | | (Manual backport of 586a9787b792036cd33684faee82969c5dcf5e50)
* SERVER-19052 Remove sizeStorer recalculations at startup with WiredTigerDan Pasette2015-07-223-13/+3
| | | | (Manual backport of 299b2c1d833c6ca537e300b5bc49384a7a81e5cd)
* Revert "Revert "SERVER-19513: Unindex documents when truncating WT capped ↵Ramon Fernandez2015-07-222-0/+29
| | | | | | collections"" This reverts commit afbf47d2dabcdd1c68b5acc065544aec858a9d66.
* post 3.0.5-rc1Ramon Fernandez2015-07-222-2/+2
|
* Revert "SERVER-19513: Unindex documents when truncating WT capped collections"Ramon Fernandez2015-07-222-29/+0
| | | | This reverts commit f40286731678938e1f80653473743de8742120ab.
* SERVER-19513: Unindex documents when truncating WT capped collectionsGeert Bosch2015-07-222-0/+29
| | | | | | | (cherry-picked from f6a55c1a9695f67b73e1ead4a1845ac95daef983) Conflicts: src/mongo/db/storage/wiredtiger/wiredtiger_record_store.cpp
* BUMP 3.0.5-rc1r3.0.5-rc1Ernie Hershey2015-07-202-2/+2
|
* SERVER-18911 Fix source tarball directory prefixJonathan Reams2015-07-201-1/+1
|
* SERVER-17254: Throttle retry of failed drop attemptsMartin Bligh2015-07-202-0/+15
|
* SERVER-19489 WorkingSet::clear() now clears the list of WorkingSetIDs that ↵David Storch2015-07-201-0/+1
| | | | | | need to be examined on yield Fixes an assertion failure that could be triggered by a rooted $or query.
* post 3.0.5-rc0Ernie Hershey2015-07-152-2/+2
|
* SERVER-18910 Don't set distname during compiler3.0.5-rc0Jonathan Reams2015-07-151-1/+1
|
* BUMP 3.0.5-rc0Ernie Hershey2015-07-142-2/+2
|
* SERVER-15901: Periodically cleanup unused lock headsGeert Bosch2015-07-143-0/+26
| | | | | | | | | (cherry-picked from 8e6e1d78c4c170384e024747737c94542f9f60d3) (cherry-picked from dd6c44de50bea877ab865fdb95aa3eeffce649b9) (cherry-picked from 328aa5b207117e6ef09605b732ff94f782af5c36) Conflicts: src/mongo/db/concurrency/SConscript
* bump tools to r3.0.5Ernie Hershey2015-07-141-1/+1
|
* SERVER-18371 Add configure check for SSL/FIPSJonathan Reams2015-07-144-15/+48
|
* WT-1989 Reducing the number of threads to 100 to alleviate memory pressureDan Pasette2015-07-141-1/+2
|
* SERVER-19375 choose new sync source based on last fetched op rather than ↵matt dannenberg2015-07-148-11/+16
| | | | last applied op
* SERVER-17259: Handle disappearance of collection during M/RGeert Bosch2015-07-131-2/+2
| | | | | | | (cherry-picked from 7a037260a8118aeaf5ff73a9f7ba01e633589bac) Conflicts: src/mongo/db/commands/mr.cpp
* Import wiredtiger-wiredtiger-mongodb-3.0.4-22-g3963315.tar.gz from ↵Michael Cahill2015-07-132-1/+13
| | | | wiredtiger branch mongodb-3.0
* BUILD-770 Fix windows-64/windows-32 compilesJonathan Reams2015-07-121-0/+4
|
* SERVER-17782 Fix source tarball pushesJonathan Reams2015-07-121-0/+1
|
* SERVER-19255 initialize _ready member of Listener to falseAdam Midvidy2015-07-101-1/+1
|
* BUILD-770 Backport version info and source tarball changesJonathan Reams2015-07-1025-430/+663
|
* SERVER-17078 Faster WT stats for storageSizeMichael Cahill2015-07-102-2/+2
| | | | (cherry picked from commit c7bab6f8cfbd610ff1690cefaccb6fc83658f517)
* SERVER-18017 SERVER-17728 Suppres some new clang 3.6 warnings we don't likeAndrew Morrow2015-07-101-0/+7
| | | | (cherry picked from commit 1d9b83f16314cdb1e9da4b5c853870f10abb49df)
* SERVER-19353 Do not use the deprecated boost system interfacesAndrew Morrow2015-07-101-0/+6
| | | | (cherry picked from commit 55af30c1040e346e09dbf6b3aa496a241685dc78)
* SERVER-17567 Don't unconditionally export parse number specializationsAndrew Morrow2015-07-101-1/+1
| | | | (cherry picked from commit d8f3c2e618f69662d20ee684c9d8fe26ff3bace5)
* SERVER-19189: Remove counters from WT session cacheMartin Bligh2015-07-102-41/+15
| | | | (cherry picked from commit 47b6b1a8fd60b0365f72c0550269c0dc0322acfd)
* SERVER-19189: Checking epoch outside of the lock is racyMartin Bligh2015-07-101-4/+5
| | | | | | | can race with epoch++ and end up with us putting an old epoch session back in the cache. (cherry picked from commit 2256dfa40676c48788265d241f7fa18ac0d0b322)
* SERVER-19189: dont check sessions is empty outside of the lockMartin Bligh2015-07-101-1/+1
| | | | | | | | | Technically it's illegal to check this outside the lock, though it's heuristic However, it's the unlikely case and we end up doing the work twice, so it seems cleaner to remove it and just do it inside the lock. Checked perf, no measurable difference (cherry picked from commit 90f72ea0b819335e55a6ddd147d5c8d4afa3c988)
* SERVER-18994 rework applier draining to avoid possible deadlockmatt dannenberg2015-07-073-6/+61
|
* SERVER-19298: always use collection options when creating collectionsScott Hernandez2015-07-071-2/+3
|
* SERVER-19298: always use collection options when creating collectionsScott Hernandez2015-07-072-6/+20
|
* SERVER-17689: handle wce better in initial syncScott Hernandez2015-07-0611-216/+267
| | | | (cherry picked from commit 57232d88b869b0741d95998f8ed09a96b2e7a1bc)
* Import wiredtiger-wiredtiger-mongodb-3.0.4-20-ga3b359d.tar.gz from ↵Alexander Gorrod2015-07-0639-348/+798
| | | | wiredtiger branch mongodb-3.0
* SERVER-18086 fix leak in QueryPlanner::planFromCacheQingyang Chen2015-07-011-6/+10
|
* SERVER-17370 Fix bugs in storage engine-specific index and collection optionsMathias Stearn2015-07-0113-110/+114
| | | | (cherry picked from commit 6d8fb7f9912873c6ff34785c55094079cf364126)
* SERVER-18955 Have ShardedClientCursor set the batch size before all callscharlie.page@gmail.com2015-07-013-25/+50
| | | | | | | | | | | comment update Signed-off-by: Randolph Tan <randolph@10gen.com> (cherry picked from commit 52840b1595449155acecb1a7401a332cbdb53fad) Conflicts: src/mongo/s/cursors.cpp src/mongo/s/cursors.h
* SERVER-19178 Fix a bug positioning cursors for capped collection truncatesMichael Cahill2015-07-011-4/+8
|
* SERVER-17815 tie breaker value should not be static in PlanRanker::scoreTreeDavid Storch2015-06-291-1/+1
| | | | (cherry picked from commit dcc38a627d3e4f92d9df0eaeb97739dfa0280907)
* Revert "SERVER-17470 Remove link to replset data in the http server"Siyuan Zhou2015-06-295-5/+6
| | | | This reverts commit 3fb110f474a8cf95bb0ac8133e98532f4b1d1542.
* SERVER-17470 Remove link to replset data in the http serverSiyuan Zhou2015-06-295-6/+5
| | | | (cherry picked from commit 816efed843cf368841ff1ef6bb2f549e91173e5e)