summaryrefslogtreecommitdiff
path: root/dist
AgeCommit message (Expand)Author
2012-12-01SunOS doesn't include strtouq(3), add a local version that calls strtoull(3)Keith Bostic
2012-12-01Replace a call to ctime_r() with ctime() -- Solaris has a non-standardKeith Bostic
2012-11-30Minor cleanup of copyright notices.Keith Bostic
2012-11-30Clarify eviction_dirty_target documentation.Alex Gorrod
2012-11-30Add a mode to eviction that only chooses dirty pages, if weAlex Gorrod
2012-11-30Merge branch 'develop' into trickleAlex Gorrod
2012-11-29Remove trailing semi-colons & complain if they re-appear.Keith Bostic
2012-11-29index_meta column_meta and format_meta, but format_meta also includesKeith Bostic
2012-11-29Remove statistics that were added for debugging.Alex Gorrod
2012-11-28Merge branch 'develop' into trickle. Manual.Alex Gorrod
2012-11-28Fix tracking of dirty pages. Add statistics for dirty pages.Alex Gorrod
2012-11-27Add statistic to track bytes changed: for cursor.insert count key andKeith Bostic
2012-11-27updateKeith Bostic
2012-11-25Merge branch 'develop' into rawKeith Bostic
2012-11-25We're using the WT_REC_SINGLE flag for two purposes ("called for eviction"Keith Bostic
2012-11-25Make the compaction trigger a configuration string.Keith Bostic
2012-11-23Maintain bytes read/written as well as I/O counts, reference #381.Keith Bostic
2012-11-23Make WT_SESSION::create's checksum configuration 3-state: on, off, orKeith Bostic
2012-11-23Move the checksum code into support/cksum, it's at least potentially generalKeith Bostic
2012-11-23Merge branch 'develop' into trickleAlex Gorrod
2012-11-22Merge branch 'develop' into rawKeith Bostic
2012-11-22Move compression out of the block-manager layer to the btree layer.Keith Bostic
2012-11-22Add partial implementation for tracking dirty pages in cache.Alex Gorrod
2012-11-22Update the documentation around statistics keys.Michael Cahill
2012-11-16Merge branch 'develop' into rawKeith Bostic
2012-11-16Add variable-length column-store support for raw compression.Keith Bostic
2012-11-16Add a "size of checkpoint" statistic.Michael Cahill
2012-11-16Don't automatically fail inserts if the write generation check fails: compare...Michael Cahill
2012-11-16Add a session flag to disable cache checks in critical sections.Michael Cahill
2012-11-15Merge branch 'develop' into rawKeith Bostic
2012-11-15Add support for WT_COMPRESS::compress_raw, let the underlying compressionKeith Bostic
2012-11-15Update shared cache configuration to use absolute values instead ofAlex Gorrod
2012-11-09Merge branch 'develop' into shared-cache. ManualAlex Gorrod
2012-11-09Move src/btree/bt_cache.c to src/conn/conn_cache.c also s_all.Alex Gorrod
2012-11-09Clean up some complaints from s_all.Michael Cahill
2012-11-09Clarify the docs for the default buffer_alignment setting.Michael Cahill
2012-11-09Update shared_cache configuration settings and related changes.Alex Gorrod
2012-11-08Add documentation for cache configuration. Tidy up source.Alex Gorrod
2012-11-08Merge branch 'develop' into shared-cacheAlex Gorrod
2012-11-07Add configuration string checking to subconfig options.Alex Gorrod
2012-11-07Add support for getting config values with "X.Y" keys, update auto-generated ...Michael Cahill
2012-11-07Add partial implementation for sub-sets of configuration options.Alex Gorrod
2012-11-05Update cache pool to keep information in the connections cache structureAlex Gorrod
2012-11-01Cache the hash values used for Bloom filter lookups, rather than hashing for ...Michael Cahill
2012-11-01Support multiple LSM merge threads with the "lsm_merge_threads" config key. ...Michael Cahill
2012-10-29Tidy spelling file.Alex Gorrod
2012-10-29Fix whitespace and grammar.Alex Gorrod
2012-10-29Merge branch 'develop' into shared-cacheAlex Gorrod
2012-10-26Rename the WiredTiger installed libraries to libwiredtiger_XXX.Keith Bostic
2012-10-26Update s_string to ignore system LC_ALL setting.Alex Gorrod