summaryrefslogtreecommitdiff
path: root/src/block/block_compact.c
AgeCommit message (Expand)Author
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-12-23Make addr_size (block manager's address sizes) a size_t instead of aKeith Bostic
2013-12-07Acquire the live system's lock around the save/restore of the first-firstKeith Bostic
2013-11-12Don't output the file offset on verbose, it's too much verbage.Keith Bostic
2013-11-11I meant to put the __VERBOSE_OUTPUT_PERCENTILE #ifdef back so we don'tKeith Bostic
2013-11-11Fix yet more warnings from gcc 4.6:Michael Cahill
2013-11-11Fix more gcc format warnings:Michael Cahill
2013-11-11Fix a few GCC warnings:Michael Cahill
2013-11-10Use statistics to figure out if compaction was successful, that meansKeith Bostic
2013-11-09Compression changes.Keith Bostic
2013-11-06Don't limit block rewrites to the last half of the file, if we can makeKeith Bostic
2013-05-11Rename the WT_FH.file_size field to be WT_FH.size.Keith Bostic
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-11-25Make the compaction trigger a configuration string.Keith Bostic
2012-10-17Drop the compaction limit, compact any file that's at least 10K.Keith Bostic
2012-10-16Paranoia, skip the page if we fail to crack the address cookie.Keith Bostic
2012-10-16Add support for online compaction, ref #248. This is an initial commit,Keith Bostic