summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cut release 1.4.2.1.4.2Michael Cahill2013-01-146-12/+55
* Customer requested changes for the WT_COMPRESSOR::compress_raw method API.Keith Bostic2013-01-123-20/+71
* typo in WT_COMPRESSOR::compress_raw wording.Keith Bostic2013-01-111-1/+1
* whitespaceKeith Bostic2013-01-111-1/+1
* Clarification, we're not talking about column indexes, we're talking aboutKeith Bostic2013-01-101-5/+5
* Reinstate the check that we only do forced eviction if eviction is enabled fo...Michael Cahill2013-01-101-2/+4
* Increase the maximum in-memory size if large leaf pages are configured.Michael Cahill2013-01-103-7/+15
* LintAlex Gorrod2013-01-101-2/+0
* Inline check for pages that need to be forced from cache.Alex Gorrod2013-01-103-12/+11
* Clear the LRU eviction entry if we fail to lock it.Michael Cahill2013-01-101-1/+3
* Warning 534: Ignoring return value of functionKeith Bostic2013-01-091-1/+1
* whitespace.Keith Bostic2013-01-091-1/+1
* Merge pull request #430 from wiredtiger/evict-force-lsmMichael Cahill2013-01-081-6/+3
|\
| * Disable forced eviction if eviction is disabled for the whole tree.Michael Cahill2013-01-091-6/+3
|/
* Add the ability to run wtperf without an initial populate phase.Alex Gorrod2013-01-093-11/+36
* Merge pull request #418 from wiredtiger/evict-large-pagesMichael Cahill2013-01-0818-33/+240
|\
| * Merge pull request #429 from wiredtiger/evict-force-mjcagorrod2013-01-085-35/+68
| |\
| | * Push the logic about skipping leaf or internal pages into the walk call.Michael Cahill2013-01-094-15/+24
| | * Don't deadlock just because a checkpoint is in progress.Michael Cahill2013-01-091-0/+8
| | * Fix some races in forced eviction:Michael Cahill2013-01-091-20/+36
| |/
| * Reorder an CAS operations to prioritize more likely code path.Alex Gorrod2013-01-092-5/+4
| * Merge pull request #428 from wiredtiger/evict-large-stateMichael Cahill2013-01-087-26/+39
| |\
| | * Add a forced eviction mode that uses a new page state, insteadAlex Gorrod2013-01-087-26/+39
| |/
| * Forcing memory_page_max to be smaller than cache causes more problemsAlex Gorrod2013-01-083-12/+5
| * Add a new memory_max_page configuration option.Alex Gorrod2013-01-089-36/+50
| * Ensure that we don't leave pages locked when removing them from theAlex Gorrod2013-01-081-0/+25
| * Merge branch 'develop' into evict-large-pagesAlex Gorrod2013-01-0827-95/+190
| |\
| * | Fix forced eviction to continue if a page is unavailable.Alex Gorrod2013-01-081-1/+10
| * | Update the forced eviction of large pages.Alex Gorrod2013-01-075-19/+99
| * | Merge branch 'develop' into evict-large-pagesMichael Cahill2013-01-04322-585/+707
| |\ \
| * | | whitespaceKeith Bostic2012-12-261-9/+9
| * | | Fixes to large page eviction based on review feedback.Alex Gorrod2012-12-244-31/+29
| * | | Merge branch 'develop' into evict-large-pagesKeith Bostic2012-12-236-105/+115
| |\ \ \
| * | | | whitespace cleanupKeith Bostic2012-12-211-1/+1
| * | | | Never force internal pages to be evicted.Alex Gorrod2012-12-211-0/+1
| * | | | Add a comment.Alex Gorrod2012-12-211-0/+4
| * | | | Update eviction server to work even if there is only one candidate.Alex Gorrod2012-12-213-9/+11
| * | | | Add code in to prioritize eviction of pages that are largerAlex Gorrod2012-12-214-2/+40
* | | | | Create a #define that initializes a static WT_CURSOR and use it.Keith Bostic2013-01-0810-222/+167
| |_|_|/ |/| | |
* | | | Allow examples to run in parallel: give each a unique home directory.Michael Cahill2013-01-0818-20/+30
* | | | Use the "overwrite" flag to WT_SESSION::open_cursor rather than wiredtiger_op...Michael Cahill2013-01-082-18/+16
* | | | We always specify a location for the returned memory, the test is aKeith Bostic2013-01-071-2/+1
* | | | When rolling forward to resolve key prefix compression, I don't thinkKeith Bostic2013-01-071-5/+5
* | | | Add minor clarification wording for boolean configuration strings.Keith Bostic2013-01-072-2/+19
* | | | Skip eviction of dirty pages when a checkpoint is in progress. There are cas...Michael Cahill2013-01-081-2/+14
* | | | Fixes for automake 1.3.x: don't use $(srcdir) in TESTS and avoid the new para...Michael Cahill2013-01-073-2/+2
* | | | block_vrfy.c:395: warning: format '%ju' expects type 'uintmax_t', but argumen...Michael Cahill2013-01-071-2/+2
* | | | Put "compression" in the file formats page name so it's easier to find.Keith Bostic2013-01-051-8/+32
* | | | Don't output the list of file/checkpoint ranges that weren't verifiedKeith Bostic2013-01-051-10/+22
* | | | Fix an out-of-date comment.Keith Bostic2013-01-051-5/+0