summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cut release 1.4.01.4.0Alex Gorrod2012-12-036-11/+45
* Rename our strtouq to __wt_strtouq so we don't export anything outsideAlex Gorrod2012-12-034-5/+8
* Fix a printf size_t from previous commit.Alex Gorrod2012-12-031-1/+1
* Fix a potential bug in dirty page tracking. Loosen constraints onAlex Gorrod2012-12-033-7/+14
* Update test/format to output valid configuration files again.Alex Gorrod2012-12-031-2/+3
* Don't include <signal.h> before <wt_internal.h>, it breaks with gcc 4.6Keith Bostic2012-12-021-1/+2
* Try again: cast terabyte & petabyte to (uint64_t), that's how we'reKeith Bostic2012-12-021-2/+2
* terabyte and petabyte don't fit into 32-bit constants, gcc 4.6 complains.Keith Bostic2012-12-021-2/+2
* SunOS doesn't include strtouq(3), add a local version that calls strtoull(3)Keith Bostic2012-12-013-1/+24
* Replace a call to ctime_r() with ctime() -- Solaris has a non-standardKeith Bostic2012-12-012-2/+6
* Minor cleanup of copyright notices.Keith Bostic2012-11-302-12/+6
* Use UINT_MAX instead of -1U, it makes lint happy.Keith Bostic2012-11-301-3/+3
* Update the CONFIG example.Keith Bostic2012-11-301-3/+6
* Use the final merge generation in verbose LSM output.Michael Cahill2012-11-301-2/+2
* Fix logic error in eviction loop.Michael Cahill2012-11-302-7/+9
* Merge pull request #385 from wiredtiger/trickleMichael Cahill2012-11-2925-96/+295
|\
| * Clarify eviction_dirty_target documentation.Alex Gorrod2012-11-302-4/+7
| * Merge branch 'develop' into trickleAlex Gorrod2012-11-3022-328/+454
| |\
| * | Add a mode to eviction that only chooses dirty pages, if weAlex Gorrod2012-11-305-22/+41
| * | Merge branch 'develop' into trickleAlex Gorrod2012-11-3022-169/+139
| |\ \
| * | | Update dirty count checking to be a verbose message rather than anAlex Gorrod2012-11-302-4/+17
| * | | Remove statistics that were added for debugging.Alex Gorrod2012-11-2912-93/+91
| * | | whitespaceMichael Cahill2012-11-291-6/+4
| * | | Account for pages that are dirty as they are read (e.g., internal pages with ...Michael Cahill2012-11-291-4/+14
| * | | Remove testing change to example code.Alex Gorrod2012-11-281-4/+0
| * | | Merge branch 'develop' into trickle. Manual.Alex Gorrod2012-11-2860-1162/+2196
| |\ \ \
| * | | | Fix tracking of dirty pages. Add statistics for dirty pages.Alex Gorrod2012-11-2816-54/+135
| * | | | Merge branch 'develop' into trickleAlex Gorrod2012-11-2374-810/+892
| |\ \ \ \
| * | | | | Add partial implementation for tracking dirty pages in cache.Alex Gorrod2012-11-2215-41/+122
* | | | | | Fix a bug calculating the generation of an LSM merge.Michael Cahill2012-11-301-4/+5
* | | | | | Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo...Michael Cahill2012-11-3028-119/+138
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #384 from wiredtiger/generationMichael Cahill2012-11-2917-235/+245
|\ \ \ \ \
| * \ \ \ \ Merge branch 'develop' into generationMichael Cahill2012-11-3021-127/+249
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | In the threaded checkpoint test, make sure threads have finished before closi...Michael Cahill2012-11-301-3/+5
* | | | | | Merge pull request #386 from wiredtiger/dumpMichael Cahill2012-11-294-90/+204
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Missed a couple of self arguments.Keith Bostic2012-11-291-2/+2
| * | | | | The dump utility quit working on tables awhile back and we didn't haveKeith Bostic2012-11-291-83/+98
| * | | | | Add a dump utility test that does end-to-end testing of complex tables.Keith Bostic2012-11-292-6/+104
| * | | | | Handle empty sources, that is, "source," or "source=," in the configKeith Bostic2012-11-291-1/+2
* | | | | | Remove trailing semi-colons & complain if they re-appear.Keith Bostic2012-11-2917-34/+40
|/ / / / /
| * | | | Merge branch 'develop' into generationKeith Bostic2012-11-290-0/+0
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Don't drop core if the line (a value) has no contents.Keith Bostic2012-11-291-1/+6
| * | | | Don't drop core if the line (a value) has no contents.Keith Bostic2012-11-291-1/+6
| * | | | Merge branch 'develop' into generationKeith Bostic2012-11-292-15/+11
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | index_meta column_meta and format_meta, but format_meta also includesKeith Bostic2012-11-292-15/+11
| * | | | Merge branch 'develop' into generationKeith Bostic2012-11-291-105/+67
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #383 from wiredtiger/test_compressMichael Cahill2012-11-281-105/+67
|\ \ \ \ \
| * | | | | Simplify and speed up the test_compress test, add a test run withoutKeith Bostic2012-11-281-105/+67
|/ / / / /
| * | | | I introduced a memory leak: free the checkpoint structure's memory,Keith Bostic2012-11-282-24/+22
| * | | | Fix a bug I just introduced: I can't use WT_NOTFOUND to flag an existingKeith Bostic2012-11-282-16/+16