| Age | Commit message (Expand) | Author |
| 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 | Minor cleanup of copyright notices. | Keith Bostic |
| 2012-11-30 | Clarify eviction_dirty_target documentation. | 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 trickle | Alex Gorrod |
| 2012-11-29 | Remove trailing semi-colons & complain if they re-appear. | 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-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 | Add statistic to track bytes changed: for cursor.insert count key and | Keith Bostic |
| 2012-11-27 | update | 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-23 | Maintain bytes read/written as well as I/O counts, reference #381. | Keith Bostic |
| 2012-11-23 | Make WT_SESSION::create's checksum configuration 3-state: on, off, or | Keith Bostic |
| 2012-11-23 | Move the checksum code into support/cksum, it's at least potentially general | Keith Bostic |
| 2012-11-23 | Merge branch 'develop' into trickle | Alex Gorrod |
| 2012-11-22 | Merge branch 'develop' into raw | Keith Bostic |
| 2012-11-22 | Move compression out of the block-manager layer to the btree layer. | Keith Bostic |
| 2012-11-22 | Add partial implementation for tracking dirty pages in cache. | Alex Gorrod |
| 2012-11-22 | Update the documentation around statistics keys. | Michael Cahill |
| 2012-11-16 | Merge branch 'develop' into raw | Keith Bostic |
| 2012-11-16 | Add variable-length column-store support for raw compression. | Keith Bostic |
| 2012-11-16 | Add a "size of checkpoint" statistic. | Michael Cahill |
| 2012-11-16 | Don't automatically fail inserts if the write generation check fails: compare... | Michael Cahill |
| 2012-11-16 | Add a session flag to disable cache checks in critical sections. | Michael Cahill |
| 2012-11-15 | Merge branch 'develop' into raw | Keith Bostic |
| 2012-11-15 | Add support for WT_COMPRESS::compress_raw, let the underlying compression | Keith Bostic |
| 2012-11-15 | Update shared cache configuration to use absolute values instead of | Alex Gorrod |
| 2012-11-09 | Merge branch 'develop' into shared-cache. Manual | Alex Gorrod |
| 2012-11-09 | Move src/btree/bt_cache.c to src/conn/conn_cache.c also s_all. | Alex Gorrod |
| 2012-11-09 | Clean up some complaints from s_all. | Michael Cahill |
| 2012-11-09 | Clarify the docs for the default buffer_alignment setting. | Michael Cahill |
| 2012-11-09 | Update shared_cache configuration settings and related changes. | Alex Gorrod |
| 2012-11-08 | Add documentation for cache configuration. Tidy up source. | Alex Gorrod |
| 2012-11-08 | Merge branch 'develop' into shared-cache | Alex Gorrod |
| 2012-11-07 | Add configuration string checking to subconfig options. | Alex Gorrod |
| 2012-11-07 | Add support for getting config values with "X.Y" keys, update auto-generated ... | Michael Cahill |
| 2012-11-07 | Add partial implementation for sub-sets of configuration options. | Alex Gorrod |
| 2012-11-05 | Update cache pool to keep information in the connections cache structure | Alex Gorrod |
| 2012-11-01 | Cache the hash values used for Bloom filter lookups, rather than hashing for ... | Michael Cahill |
| 2012-11-01 | Support multiple LSM merge threads with the "lsm_merge_threads" config key. ... | Michael Cahill |
| 2012-10-29 | Tidy spelling file. | Alex Gorrod |
| 2012-10-29 | Fix whitespace and grammar. | Alex Gorrod |
| 2012-10-29 | Merge branch 'develop' into shared-cache | Alex Gorrod |
| 2012-10-26 | Rename the WiredTiger installed libraries to libwiredtiger_XXX. | Keith Bostic |
| 2012-10-26 | Update s_string to ignore system LC_ALL setting. | Alex Gorrod |