summaryrefslogtreecommitdiff
path: root/src/session/session_compact.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2220 Split WT_TIMEDIFF macro into unit specific macros.Alex Gorrod2015-11-171-2/+1
* WT-2178: Have several session API calls return ENOTSUP when in-memory.Alex Gorrod2015-10-301-0/+3
* WT-2140: WT_SESSION.compact calls WT_SESSION.checkpoint, so the latterKeith Bostic2015-10-231-8/+15
* WT-2140: Pull an error message out of __compact_file and into the upper-levelKeith Bostic2015-10-231-12/+13
* WT-2140: minor cleanup to WT_SESSION.compact: don't do error checkingKeith Bostic2015-10-231-0/+10
* Boolean conversion pass over include.Keith Bostic2015-09-271-1/+1
* WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ...Michael Cahill2015-09-221-2/+2
* Whitespace: 3 spaces after a period in a comment.Keith Bostic2015-06-141-1/+1
* Add a "WT_" prefix to the many TXN_* macros in use inside WiredTiger.Michael Cahill2015-05-111-1/+1
* The size of the file is decreasing each time, so compacting 10 times,Keith Bostic2015-01-191-4/+6
* Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-051-1/+1
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* I can never remember which version of API_END has the return call andKeith Bostic2014-06-271-1/+1
* Return if another thread already is in compact.Susan LoVerso2014-01-151-2/+1
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* spellingMichael Cahill2013-12-121-2/+2
* Merge pull request #803 from wiredtiger/lintAlex Gorrod2013-12-111-1/+0
|\
| * lint + CoverityKeith Bostic2013-12-111-1/+0
* | Fix LSM compact so it doesn't try to compact the file inside an LSM tree.Michael Cahill2013-12-121-4/+6
|/
* LSM compaction review updates. Implement Sue's suggestions, be more aggressi...Michael Cahill2013-12-111-24/+8
* Implement compact for LSM trees. Add a new timeout compact configuration.Alex Gorrod2013-12-061-23/+117
* whitespaceKeith Bostic2013-12-041-8/+6
* Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-111-84/+88
* Now that compaction only operates on 10% of the file at a time, repeatedKeith Bostic2013-11-101-0/+156