index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
block
/
block_compact.c
Age
Commit message (
Expand
)
Author
2014-01-07
Update copyright notices for 2014.
Keith Bostic
2013-12-23
Make addr_size (block manager's address sizes) a size_t instead of a
Keith Bostic
2013-12-07
Acquire the live system's lock around the save/restore of the first-first
Keith Bostic
2013-11-12
Don't output the file offset on verbose, it's too much verbage.
Keith Bostic
2013-11-11
I meant to put the __VERBOSE_OUTPUT_PERCENTILE #ifdef back so we don't
Keith Bostic
2013-11-11
Fix yet more warnings from gcc 4.6:
Michael Cahill
2013-11-11
Fix more gcc format warnings:
Michael Cahill
2013-11-11
Fix a few GCC warnings:
Michael Cahill
2013-11-10
Use statistics to figure out if compaction was successful, that means
Keith Bostic
2013-11-09
Compression changes.
Keith Bostic
2013-11-06
Don't limit block rewrites to the last half of the file, if we can make
Keith Bostic
2013-05-11
Rename the WT_FH.file_size field to be WT_FH.size.
Keith Bostic
2013-01-01
Update copyright notice to 2013.
Keith Bostic
2012-11-25
Make the compaction trigger a configuration string.
Keith Bostic
2012-10-17
Drop the compaction limit, compact any file that's at least 10K.
Keith Bostic
2012-10-16
Paranoia, skip the page if we fail to crack the address cookie.
Keith Bostic
2012-10-16
Add support for online compaction, ref #248. This is an initial commit,
Keith Bostic