summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cut WiredTiger release 2.0.12.0.1Alex Gorrod2013-12-122-6/+6
* Switch to atomic flags for LSM chunks, to avoid racing when setting merge flags.Michael Cahill2013-12-127-54/+63
* 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-125-25/+60
|/
* Cut WiredTiger release 2.0.02.0.0Alex Gorrod2013-12-111-4/+4
* Drop partial results after an interrupted LSM merge.Michael Cahill2013-12-111-8/+11
* Merge pull request #792 from wiredtiger/compact-lsmMichael Cahill2013-12-1014-64/+219
|\
| * Alphabetize LSM tree flags.Michael Cahill2013-12-111-5/+5
| * LSM compaction review updates. Implement Sue's suggestions, be more aggressi...Michael Cahill2013-12-114-48/+44
| * Nits.Alex Gorrod2013-12-062-2/+1
| * Merge branch 'develop' into compact-lsmAlex Gorrod2013-12-0619-191/+285
| |\
| * | Implement compact for LSM trees. Add a new timeout compact configuration.Alex Gorrod2013-12-0613-46/+204
* | | Rename the overflow lock, now that it is used for keys and values.Michael Cahill2013-12-116-16/+16
* | | typoMichael Cahill2013-12-112-2/+2
* | | Turns out truncation does delete without instantiating keys -- putKeith Bostic2013-12-101-6/+12
* | | I don't believe it's possible for a key/value pair to be deleted withoutKeith Bostic2013-12-101-10/+7
* | | Don't let reconciliation delete overflow keys out from under readersKeith Bostic2013-12-102-3/+38
* | | Use a flag in LSM cursors to track whether the cursor has incremented the ses...Michael Cahill2013-12-102-13/+42
* | | Avoid bouncing the session cursor count between zero and one when searching a...Michael Cahill2013-12-105-47/+66
* | | whitespaceKeith Bostic2013-12-091-2/+2
* | | We've already read the shared state, use the local copies.Michael Cahill2013-12-091-1/+1
* | | Use a field in the session to avoid locking during close rather than setting ...Michael Cahill2013-12-093-6/+13
* | | Acquire the live system's lock around the save/restore of the first-firstKeith Bostic2013-12-071-2/+14
* | | Free up allocated memory -- it makes Coverity happier.Keith Bostic2013-12-071-21/+41
* | | comment spelling / wordingMichael Cahill2013-12-071-1/+1
* | | TypoKeith Bostic2013-12-061-1/+1
* | | If we have an out-of-cache read-only workload, don't fight for transaction st...Michael Cahill2013-12-061-4/+10
| |/ |/|
* | Make 10MB the default LSM chunk size, modify some wtperf jobs to use 10MB chu...Michael Cahill2013-12-063-7/+6
* | Fix an off-by-one error the merge_min check.Michael Cahill2013-12-061-1/+1
* | remove unnecessary WT_UNUSED()Keith Bostic2013-12-051-1/+0
* | The comment about handles passed by our caller no longer applies, remove it.Keith Bostic2013-12-051-6/+0
* | Have merge threads create Bloom filters before trying to merge. That way, re...Michael Cahill2013-12-055-75/+72
* | Use a merge cursor with a single chunk to create Bloom filters: that deals wi...Michael Cahill2013-12-052-14/+20
* | Merge pull request #778 from wiredtiger/dhandleMichael Cahill2013-12-0411-88/+170
|\ \
| * | In truncate, release the btree handle before calling __wt_conn_dhandle_close_...Michael Cahill2013-12-051-2/+6
| * | Simplify drop: allow the lower level code to take care of locking. Avoid rec...Michael Cahill2013-12-052-33/+19
| * | Use __wt_seconds instead of hand-crafting our own.Keith Bostic2013-12-041-3/+9
| * | Abstract out the data source in-use increment/decrement so we don't haveKeith Bostic2013-12-043-13/+46
| * | Rename refcnt and usecnt, add a comment to clarify their purpose.Keith Bostic2013-12-045-12/+17
| * | When we "apply" the handle-lock from a metadata tracking record, weKeith Bostic2013-12-041-18/+23
| * | Merge branch 'develop' into dhandleKeith Bostic2013-12-0411-98/+129
| |\ \
| * | | Use a tighter bound before giving up on LSM merges.Michael Cahill2013-12-031-1/+1
| * | | Use the calculated minimum merge size when deciding if a merge is possible.Michael Cahill2013-12-031-1/+1
| * | | whitespaceKeith Bostic2013-12-031-2/+1
| * | | whitespaceKeith Bostic2013-12-031-2/+1
| * | | whitespaceKeith Bostic2013-12-032-6/+3
| * | | whitespaceKeith Bostic2013-12-031-2/+1
| * | | whitespaceKeith Bostic2013-12-031-2/+1