| Age | Commit message (Expand) | Author |
| 2012-12-03 | Cut release 1.4.01.4.0 | Alex Gorrod |
| 2012-12-03 | Rename our strtouq to __wt_strtouq so we don't export anything outside | Alex Gorrod |
| 2012-12-03 | Fix a printf size_t from previous commit. | Alex Gorrod |
| 2012-12-03 | Fix a potential bug in dirty page tracking. Loosen constraints on | Alex Gorrod |
| 2012-12-02 | Try again: cast terabyte & petabyte to (uint64_t), that's how we're | Keith Bostic |
| 2012-12-02 | terabyte and petabyte don't fit into 32-bit constants, gcc 4.6 complains. | Keith Bostic |
| 2012-12-01 | SunOS doesn't include strtouq(3), add a local version that calls strtoull(3) | Keith Bostic |
| 2012-12-01 | Replace a call to ctime_r() with ctime() -- Solaris has a non-standard | Keith Bostic |
| 2012-11-30 | Use UINT_MAX instead of -1U, it makes lint happy. | Keith Bostic |
| 2012-11-30 | Use the final merge generation in verbose LSM output. | Michael Cahill |
| 2012-11-30 | Fix logic error in eviction loop. | Michael Cahill |
| 2012-11-29 | Merge pull request #385 from wiredtiger/trickle | Michael Cahill |
| 2012-11-30 | Clarify eviction_dirty_target documentation. | Alex Gorrod |
| 2012-11-30 | Fix a bug calculating the generation of an LSM merge. | Michael Cahill |
| 2012-11-30 | Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo... | Michael Cahill |
| 2012-11-30 | Merge branch 'develop' into trickle | Alex Gorrod |
| 2012-11-30 | Add a mode to eviction that only chooses dirty pages, if we | Alex Gorrod |
| 2012-11-30 | Merge branch 'develop' into generation | Michael Cahill |
| 2012-11-30 | Merge branch 'develop' into trickle | Alex Gorrod |
| 2012-11-30 | Update dirty count checking to be a verbose message rather than an | Alex Gorrod |
| 2012-11-29 | The dump utility quit working on tables awhile back and we didn't have | Keith Bostic |
| 2012-11-29 | Handle empty sources, that is, "source," or "source=," in the config | Keith Bostic |
| 2012-11-29 | Don't drop core if the line (a value) has no contents. | Keith Bostic |
| 2012-11-29 | Don't drop core if the line (a value) has no contents. | Keith Bostic |
| 2012-11-29 | Merge branch 'develop' into generation | Keith Bostic |
| 2012-11-29 | index_meta column_meta and format_meta, but format_meta also includes | Keith Bostic |
| 2012-11-29 | Remove statistics that were added for debugging. | Alex Gorrod |
| 2012-11-29 | whitespace | Michael Cahill |
| 2012-11-29 | Account for pages that are dirty as they are read (e.g., internal pages with ... | Michael Cahill |
| 2012-11-28 | I introduced a memory leak: free the checkpoint structure's memory, | Keith Bostic |
| 2012-11-28 | Fix a bug I just introduced: I can't use WT_NOTFOUND to flag an existing | Keith Bostic |
| 2012-11-28 | Move the write-generation out of the block header and into the page | Keith Bostic |
| 2012-11-28 | Merge branch 'develop' into trickle. Manual. | Alex Gorrod |
| 2012-11-28 | Fix tracking of dirty pages. Add statistics for dirty pages. | Alex Gorrod |
| 2012-11-27 | Incorporate reconciliation tracking items in page and cache memory | Keith Bostic |
| 2012-11-27 | Add statistic to track bytes changed: for cursor.insert count key and | Keith Bostic |
| 2012-11-27 | And now, lint, which is why I started whacking on it. | Keith Bostic |
| 2012-11-27 | Typo in the last commit, size can't be modified in place. | Keith Bostic |
| 2012-11-27 | size_t/int, char/u_char lint. | Keith Bostic |
| 2012-11-27 | Arithmetic shift of a negative number is undefined by ISO/IEC 9899. | Keith Bostic |
| 2012-11-27 | Extent list block allocation was only half as big as it needs to be, | Keith Bostic |
| 2012-11-26 | Assert that the write buffer is aligned for direct I/O and large enough | Keith Bostic |
| 2012-11-27 | Remove unused local variable. | Alex Gorrod |
| 2012-11-27 | Fix lint. | Alex Gorrod |
| 2012-11-26 | Michael says (and I agree): Compression shouldn't have to know about the | Keith Bostic |
| 2012-11-26 | Silently ignore WT_SESSION::compress_raw for file types and configurations | Keith Bostic |
| 2012-11-25 | Merge branch 'develop' into raw | Keith Bostic |
| 2012-11-25 | We're using the WT_REC_SINGLE flag for two purposes ("called for eviction" | Keith Bostic |
| 2012-11-25 | Make the compaction trigger a configuration string. | Keith Bostic |
| 2012-11-25 | Clarify the huffman docs a bit, no real change. | Keith Bostic |