| Commit message (Expand) | Author | Age | Files | Lines |
* | Cut release 1.4.01.4.0 | Alex Gorrod | 2012-12-03 | 6 | -11/+45 |
* | Rename our strtouq to __wt_strtouq so we don't export anything outside | Alex Gorrod | 2012-12-03 | 4 | -5/+8 |
* | Fix a printf size_t from previous commit. | Alex Gorrod | 2012-12-03 | 1 | -1/+1 |
* | Fix a potential bug in dirty page tracking. Loosen constraints on | Alex Gorrod | 2012-12-03 | 3 | -7/+14 |
* | Update test/format to output valid configuration files again. | Alex Gorrod | 2012-12-03 | 1 | -2/+3 |
* | Don't include <signal.h> before <wt_internal.h>, it breaks with gcc 4.6 | Keith Bostic | 2012-12-02 | 1 | -1/+2 |
* | Try again: cast terabyte & petabyte to (uint64_t), that's how we're | Keith Bostic | 2012-12-02 | 1 | -2/+2 |
* | terabyte and petabyte don't fit into 32-bit constants, gcc 4.6 complains. | Keith Bostic | 2012-12-02 | 1 | -2/+2 |
* | SunOS doesn't include strtouq(3), add a local version that calls strtoull(3) | Keith Bostic | 2012-12-01 | 3 | -1/+24 |
* | Replace a call to ctime_r() with ctime() -- Solaris has a non-standard | Keith Bostic | 2012-12-01 | 2 | -2/+6 |
* | Minor cleanup of copyright notices. | Keith Bostic | 2012-11-30 | 2 | -12/+6 |
* | Use UINT_MAX instead of -1U, it makes lint happy. | Keith Bostic | 2012-11-30 | 1 | -3/+3 |
* | Update the CONFIG example. | Keith Bostic | 2012-11-30 | 1 | -3/+6 |
* | Use the final merge generation in verbose LSM output. | Michael Cahill | 2012-11-30 | 1 | -2/+2 |
* | Fix logic error in eviction loop. | Michael Cahill | 2012-11-30 | 2 | -7/+9 |
* | Merge pull request #385 from wiredtiger/trickle | Michael Cahill | 2012-11-29 | 25 | -96/+295 |
|\ |
|
| * | Clarify eviction_dirty_target documentation. | Alex Gorrod | 2012-11-30 | 2 | -4/+7 |
| * | Merge branch 'develop' into trickle | Alex Gorrod | 2012-11-30 | 22 | -328/+454 |
| |\ |
|
| * | | Add a mode to eviction that only chooses dirty pages, if we | Alex Gorrod | 2012-11-30 | 5 | -22/+41 |
| * | | Merge branch 'develop' into trickle | Alex Gorrod | 2012-11-30 | 22 | -169/+139 |
| |\ \ |
|
| * | | | Update dirty count checking to be a verbose message rather than an | Alex Gorrod | 2012-11-30 | 2 | -4/+17 |
| * | | | Remove statistics that were added for debugging. | Alex Gorrod | 2012-11-29 | 12 | -93/+91 |
| * | | | whitespace | Michael Cahill | 2012-11-29 | 1 | -6/+4 |
| * | | | Account for pages that are dirty as they are read (e.g., internal pages with ... | Michael Cahill | 2012-11-29 | 1 | -4/+14 |
| * | | | Remove testing change to example code. | Alex Gorrod | 2012-11-28 | 1 | -4/+0 |
| * | | | Merge branch 'develop' into trickle. Manual. | Alex Gorrod | 2012-11-28 | 60 | -1162/+2196 |
| |\ \ \ |
|
| * | | | | Fix tracking of dirty pages. Add statistics for dirty pages. | Alex Gorrod | 2012-11-28 | 16 | -54/+135 |
| * | | | | Merge branch 'develop' into trickle | Alex Gorrod | 2012-11-23 | 74 | -810/+892 |
| |\ \ \ \ |
|
| * | | | | | Add partial implementation for tracking dirty pages in cache. | Alex Gorrod | 2012-11-22 | 15 | -41/+122 |
* | | | | | | Fix a bug calculating the generation of an LSM merge. | Michael Cahill | 2012-11-30 | 1 | -4/+5 |
* | | | | | | Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo... | Michael Cahill | 2012-11-30 | 28 | -119/+138 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Merge pull request #384 from wiredtiger/generation | Michael Cahill | 2012-11-29 | 17 | -235/+245 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'develop' into generation | Michael Cahill | 2012-11-30 | 21 | -127/+249 |
| |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
* | | | | | | In the threaded checkpoint test, make sure threads have finished before closi... | Michael Cahill | 2012-11-30 | 1 | -3/+5 |
* | | | | | | Merge pull request #386 from wiredtiger/dump | Michael Cahill | 2012-11-29 | 4 | -90/+204 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | Missed a couple of self arguments. | Keith Bostic | 2012-11-29 | 1 | -2/+2 |
| * | | | | | The dump utility quit working on tables awhile back and we didn't have | Keith Bostic | 2012-11-29 | 1 | -83/+98 |
| * | | | | | Add a dump utility test that does end-to-end testing of complex tables. | Keith Bostic | 2012-11-29 | 2 | -6/+104 |
| * | | | | | Handle empty sources, that is, "source," or "source=," in the config | Keith Bostic | 2012-11-29 | 1 | -1/+2 |
* | | | | | | Remove trailing semi-colons & complain if they re-appear. | Keith Bostic | 2012-11-29 | 17 | -34/+40 |
|/ / / / / |
|
| * | | | | Merge branch 'develop' into generation | Keith Bostic | 2012-11-29 | 0 | -0/+0 |
| |\ \ \ \
| |/ / / /
|/| | | | |
|
* | | | | | Don't drop core if the line (a value) has no contents. | Keith Bostic | 2012-11-29 | 1 | -1/+6 |
| * | | | | Don't drop core if the line (a value) has no contents. | Keith Bostic | 2012-11-29 | 1 | -1/+6 |
| * | | | | Merge branch 'develop' into generation | Keith Bostic | 2012-11-29 | 2 | -15/+11 |
| |\ \ \ \
| |/ / / /
|/| | | | |
|
* | | | | | index_meta column_meta and format_meta, but format_meta also includes | Keith Bostic | 2012-11-29 | 2 | -15/+11 |
| * | | | | Merge branch 'develop' into generation | Keith Bostic | 2012-11-29 | 1 | -105/+67 |
| |\ \ \ \
| |/ / / /
|/| | | | |
|
* | | | | | Merge pull request #383 from wiredtiger/test_compress | Michael Cahill | 2012-11-28 | 1 | -105/+67 |
|\ \ \ \ \ |
|
| * | | | | | Simplify and speed up the test_compress test, add a test run without | Keith Bostic | 2012-11-28 | 1 | -105/+67 |
|/ / / / / |
|
| * | | | | I introduced a memory leak: free the checkpoint structure's memory, | Keith Bostic | 2012-11-28 | 2 | -24/+22 |
| * | | | | Fix a bug I just introduced: I can't use WT_NOTFOUND to flag an existing | Keith Bostic | 2012-11-28 | 2 | -16/+16 |