| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2196: A different solution, don't require callers to log their own error | Keith Bostic | 2015-11-03 | 1 | -1/+1 |
* | Revert "WT-2196 Fix size-only statistics when there are LSM tables." | Keith Bostic | 2015-11-03 | 1 | -5/+1 |
* | WT-2196 Fix size-only statistics when there are LSM tables. | Alex Gorrod | 2015-11-03 | 1 | -1/+5 |
* | WT-2068 Put live_open usage under HAVE_DIAGNOSTIC and an assert. | Susan LoVerso | 2015-10-13 | 1 | -11/+6 |
* | WT-2068: complain if the live system is re-opened. | Keith Bostic | 2015-10-12 | 1 | -6/+19 |
* | Missed the code use of WT_BLOCK.ckpt_inprogress. | Keith Bostic | 2015-09-27 | 1 | -2/+2 |
* | Run a script looking for boolean declarations that are assigned to a | Keith Bostic | 2015-09-24 | 1 | -2/+2 |
* | Boolean conversion pass through block, conn and evict. | Keith Bostic | 2015-09-23 | 9 | -64/+71 |
* | Convert the reconciliation structure's ints to bools. | Keith Bostic | 2015-09-22 | 5 | -26/+26 |
* | WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ... | Michael Cahill | 2015-09-22 | 4 | -17/+16 |
* | WT-2093: __wt_block_addr_valid() didn't distinguish between a valid | Keith Bostic | 2015-09-11 | 2 | -19/+19 |
* | WT-2093 Use the C99 bool type to clarify when functions return true/false. | Michael Cahill | 2015-09-08 | 2 | -13/+13 |
* | WT-1822, WT-2051 | Keith Bostic | 2015-08-24 | 2 | -4/+4 |
* | WT-2048 | Keith Bostic | 2015-08-19 | 1 | -6/+4 |
* | Merge branch 'develop' into wt-2025-inline-atomic-functions | Keith Bostic | 2015-08-18 | 1 | -8/+8 |
|\ |
|
| * | WT-2029, improve scalability of statistics | Keith Bostic | 2015-08-15 | 1 | -8/+8 |
* | | Rename atomic functions from number of bytes to number of bits. | Keith Bostic | 2015-08-13 | 1 | -2/+2 |
* | | Merge branch 'develop' into wt-2025-inline-atomic-functions | Keith Bostic | 2015-08-13 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | WT-2038 Use TAILQ for all lists. Otherwise remove is O(N), which may not sho... | Michael Cahill | 2015-08-13 | 1 | -1/+1 |
* | | WT-2025: Inline the gcc/lint (but not the Windows) atomic functions so | Keith Bostic | 2015-08-06 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #2085 from wiredtiger/wt-2015-block-destroy-failure | Alex Gorrod | 2015-07-27 | 1 | -5/+10 |
|\ |
|
| * | WT-2015: If we fail during block creation before setting the WT_BLOCK's | Keith Bostic | 2015-07-24 | 1 | -5/+10 |
* | | Merge pull request #2086 from wiredtiger/wt-2020-checksum-error-messages | Don Anderson | 2015-07-24 | 1 | -8/+16 |
|\ \ |
|
| * | | Don's review, use "checksum" in the message, not "cksum". | Keith Bostic | 2015-07-24 | 1 | -4/+6 |
| * | | WT-2020: clarify checksum error failure messages. | Keith Bostic | 2015-07-24 | 1 | -8/+14 |
| |/ |
|
* | | Clarify an error message. | Keith Bostic | 2015-07-24 | 1 | -1/+2 |
|/ |
|
* | MSVC compilers can't handle nested variadic macros (in other words, they | Keith Bostic | 2015-07-17 | 1 | -8/+13 |
* | whitespace | Keith Bostic | 2015-07-17 | 1 | -3/+3 |
* | WT-2002 Don't set block->verify until just before reading the extent list. | Michael Cahill | 2015-07-17 | 1 | -10/+10 |
* | WT-2002 Fix a typo: wrap if body in brackets. | Michael Cahill | 2015-07-17 | 1 | -3/+3 |
* | WT-2002 If a file is corrupted, verify should not panic. | Michael Cahill | 2015-07-17 | 4 | -74/+107 |
* | WT-2008 Fix a bug in recovery where a file create went missing. | Alex Gorrod | 2015-07-15 | 1 | -4/+3 |
* | WT-1993 Coverity CID 1310061: Program hangs (LOCK) | Michael Cahill | 2015-07-08 | 1 | -3/+4 |
* | WT-1993: Don't call __block_destroy() until we've allocated the block | Keith Bostic | 2015-07-03 | 1 | -2/+2 |
* | Whitespace: 3 spaces after a period in a comment. | Keith Bostic | 2015-06-14 | 3 | -4/+4 |
* | Merge pull request #2016 from wiredtiger/verify-block-leak | Keith Bostic | 2015-06-08 | 2 | -7/+17 |
|\ |
|
| * | Add the "strict" configuration option to WT_SESSION.verify, default | Keith Bostic | 2015-06-06 | 2 | -7/+17 |
* | | Move the statistics=(size) support into the block manager, theoretically, | Keith Bostic | 2015-06-06 | 1 | -1/+17 |
|/ |
|
* | Fix indentation. | Keith Bostic | 2015-05-29 | 1 | -1/+1 |
* | Use the same size limit when determining whether to do a compact. | Alex Gorrod | 2015-05-29 | 1 | -1/+1 |
* | Simplify fix for running unnecessary loops in compact. | Alex Gorrod | 2015-05-29 | 1 | -12/+11 |
* | Only compact a file if it's at least 10MB and has 1MB of available space. | Alex Gorrod | 2015-05-28 | 1 | -5/+11 |
* | lint | Keith Bostic | 2015-05-15 | 1 | -1/+1 |
* | Don't leak buffer on repeated failure. | Keith Bostic | 2015-05-15 | 1 | -2/+2 |
* | If the block manager finds an already-existing file when creating a | Keith Bostic | 2015-05-15 | 1 | -2/+34 |
* | Comment re-wording from Sue. | Keith Bostic | 2015-04-13 | 1 | -7/+10 |
* | Fix a comment typo. | Keith Bostic | 2015-04-13 | 1 | -3/+3 |
* | When using ftruncate as the file-extension call, we must use WT_FH.size | Keith Bostic | 2015-04-12 | 1 | -80/+118 |
* | The OS layer ftruncate() code sets the WT_FH file size, so when | Keith Bostic | 2015-04-12 | 6 | -7/+31 |
* | Pass __wt_close() a reference to the WT_FH memory, that way it gets | Keith Bostic | 2015-03-21 | 1 | -3/+3 |