summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge pull request #529 from wiredtiger/merge-no-clearagorrod2013-05-061-6/+0
| |\
| | * Merge branch 'develop' into merge-no-clearMichael Cahill2013-05-0714-344/+103
| | |\
| | * | We have to remove live pages from the LRU queue during merge: we check before...Michael Cahill2013-05-071-0/+3
| | * | Merge doesn't need to clear pages from the eviction queue or clear the evicti...Michael Cahill2013-05-071-9/+0
| * | | Re-check the "no eviction" flag while holding the eviction walk lock. This f...Michael Cahill2013-05-073-12/+24
| * | | Merge branch 'develop' into eviction-tuningAlex Gorrod2013-05-0714-344/+103
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'develop' into app-forced-evictionAlex Gorrod2013-05-0743-390/+783
| | |\ \ | | | |/
| | * | Move forced eviction into application threads. This is a major cleanup of th...Michael Cahill2013-04-2414-341/+101
| * | | Merge branch 'develop' into eviction-tuningAlex Gorrod2013-05-0740-381/+762
| |\ \ \ | | | |/ | | |/|
| * | | Changes to tune eviction loops based on profiling. Track more pages, but onl...Michael Cahill2013-04-244-47/+64
* | | | Add handle.terminate methods to WT_COLLATOR, WT_COMPRESSOR andKeith Bostic2013-05-072-15/+60
| |/ / |/| |
* | | Document that direct_io=[data] (O_DIRECT for data files) implies that youKeith Bostic2013-05-062-2/+14
* | | Don't check the truncate URI if it's not set.Keith Bostic2013-05-061-3/+3
* | | I messed up the WT_ERR/WT_RET pairs, fix it.Keith Bostic2013-05-061-3/+3
* | | Flag that WT_SESSION.{drop,rename,salvage,truncate,upgrade,verify} allKeith Bostic2013-05-063-7/+12
* | | Some session methods checked URIs in the WiredTiger name space in theKeith Bostic2013-05-063-8/+12
* | | minor cleanup, consistently use local variable where it makes sense,Keith Bostic2013-05-061-5/+5
* | | fix a commentKeith Bostic2013-05-041-1/+1
* | | Fix a comment.Keith Bostic2013-05-041-4/+1
* | | __lsm_tombstone doesn't need to be writeable.Keith Bostic2013-05-031-3/+3
* | | document that configuring statistics_log implies configuring statistics.Keith Bostic2013-05-031-2/+2
* | | Merge pull request #520 from wiredtiger/lsm_statsagorrod2013-05-0314-196/+326
|\ \ \
| * \ \ Merge branch 'develop' into lsm_statsKeith Bostic2013-05-026-25/+49
| |\ \ \
| * | | | Expand on some comments.Alex Gorrod2013-05-021-2/+5
| * | | | Cut-and-paste mistake: don't leave early, without releasing the rest ofKeith Bostic2013-05-011-1/+1
| * | | | We can't hold the schema lock while stat traverses the list of LSM treesKeith Bostic2013-05-011-9/+37
| * | | | Fix a comment, callers of __wt_lsm_tree_get are supposed to already beKeith Bostic2013-05-011-4/+2
| * | | | Merge branch 'develop' into lsm_statsKeith Bostic2013-05-012-5/+11
| |\ \ \ \
| * | | | | Add WT_CURSOR_STATS to return a reference to a statistic cursor's stats,Keith Bostic2013-05-012-4/+11
| * | | | | Be explicit, we're turning on a set of flags.Keith Bostic2013-05-011-4/+4
| * | | | | Give the LSM tree its own data-source statistics structure back, moveKeith Bostic2013-05-018-130/+119
| * | | | | Add support for aggregating data-source statistics, currently onlyKeith Bostic2013-04-307-98/+203
* | | | | | Merge branch 'develop' into hot-backup-raceKeith Bostic2013-05-028-30/+60
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Allow unquoted config values that include slashes.Michael Cahill2013-05-023-19/+27
| * | | | | Add a header file I forgot in the last commit :(Alex Gorrod2013-05-021-0/+5
| * | | | | Tidy previous commit to at use a define around the magic number.Alex Gorrod2013-05-021-1/+1
| * | | | | Limit the size of pages created when merging split merge trees.Alex Gorrod2013-05-021-3/+8
| * | | | | Disable a heuristic used in LRU eviction if we get stuck. With tiny caches a...Michael Cahill2013-05-021-3/+9
| | |/ / / | |/| | |
| * | | | Put new handles at the beginning of the shared list: we're likely to open the...Michael Cahill2013-05-011-2/+8
| * | | | Fix build warning with GCC 4.6 when diagnostic is disabled.Alex Gorrod2013-05-011-3/+1
| * | | | Fix build warning.Alex Gorrod2013-05-011-0/+2
| |/ / /
* | | | Merge branch 'develop' into hot-backup-raceMichael Cahill2013-05-0113-104/+277
|\ \ \ \ | |/ / /
| * | | Further fix for locking in __wt_evict_file: make sure no walk is in progress ...Michael Cahill2013-04-302-25/+28
| * | | Remove a stray "goto err" that was making Bloom creation exit early.Michael Cahill2013-04-301-1/+0
| * | | Use the evict walk lock to protect clearing a page from the eviction queue.Michael Cahill2013-04-301-2/+2
| * | | Wait on a condition variable rather than sleeping in LSM workers. This can b...Michael Cahill2013-04-294-18/+33
| * | | Merge pull request #514 from wiredtiger/lsm-latencyagorrod2013-04-285-46/+114
| |\ \ \
| | * | | Fix the logic for waking the LSM worker thread: do it the first time we notic...Michael Cahill2013-04-291-6/+11
| | * | | Add a comment about how we realloc the arrays inside cursors.Michael Cahill2013-04-291-0/+6
| | * | | LSM worker threads don't need to check the state so often: increase sleep times.Michael Cahill2013-04-291-7/+11