| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 10 | -10/+10 |
* | Remove HAVE_VERBOSE and most of the verbose convenience macros, verbose | Keith Bostic | 2012-12-17 | 3 | -14/+8 |
* | Make the tree build without HAVE_VERBOSE. | Keith Bostic | 2012-12-14 | 1 | -4/+4 |
* | lint: __wt_block_extlist_dump and __wt_block_extend can be static to | Keith Bostic | 2012-12-13 | 1 | -50/+54 |
* | Lock the block statistics call out of sheer raving paranoia. | Keith Bostic | 2012-12-13 | 1 | -0/+8 |
* | fix a typo in a comment. | Keith Bostic | 2012-12-13 | 1 | -2/+2 |
* | Don't ignore the return from __wt_remove on error. | Keith Bostic | 2012-12-12 | 1 | -1/+1 |
* | Don't ignore the return from __wt_block_off_free in the write error path. | Keith Bostic | 2012-12-12 | 1 | -1/+2 |
* | Now some errors can override other errors, we shouldn't ignore errors | Keith Bostic | 2012-12-12 | 2 | -2/+2 |
* | Push further down the "data-source" path: rename WT_BSTAT_XXX to | Keith Bostic | 2012-12-06 | 2 | -9/+9 |
* | Review the statistics: rename the statistics names for consistency and | Keith Bostic | 2012-12-05 | 4 | -8/+9 |
* | Move the write-generation out of the block header and into the page | Keith Bostic | 2012-11-28 | 5 | -43/+7 |
* | Extent list block allocation was only half as big as it needs to be, | Keith Bostic | 2012-11-27 | 1 | -1/+1 |
* | Assert that the write buffer is aligned for direct I/O and large enough | Keith Bostic | 2012-11-26 | 1 | -2/+6 |
* | Make the compaction trigger a configuration string. | Keith Bostic | 2012-11-25 | 2 | -12/+12 |
* | Remove unnecessary test: addr can't be NULL at that point. | Keith Bostic | 2012-11-24 | 1 | -2/+1 |
* | Tighten up the extent list offset checks: no extent block should appear | Keith Bostic | 2012-11-24 | 3 | -14/+19 |
* | Maintain bytes read/written as well as I/O counts, reference #381. | Keith Bostic | 2012-11-23 | 2 | -0/+2 |
* | Add a check for buffer alignment in the write path. | Keith Bostic | 2012-11-23 | 1 | -1/+6 |
* | typo in a comment | Keith Bostic | 2012-11-23 | 1 | -1/+1 |
* | We need to checksum the data if it's not compressed, even if checksums | Keith Bostic | 2012-11-23 | 7 | -34/+39 |
* | Move the checksum code into support/cksum, it's at least potentially general | Keith Bostic | 2012-11-23 | 1 | -1160/+0 |
* | Pack the extent list offset/size pairs for portability. | Keith Bostic | 2012-11-22 | 1 | -15/+23 |
* | Move compression out of the block-manager layer to the btree layer. | Keith Bostic | 2012-11-22 | 8 | -392/+169 |
* | Merge branch 'develop' into raw | Keith Bostic | 2012-11-20 | 3 | -7/+6 |
|\ |
|
| * | Review uses of WT_ITEM::data, never cast it to a non-const pointer. | Michael Cahill | 2012-11-20 | 3 | -7/+6 |
* | | Merge branch 'develop' into raw | Keith Bostic | 2012-11-16 | 2 | -3/+4 |
|\ \
| |/ |
|
| * | Add a "size of checkpoint" statistic. | Michael Cahill | 2012-11-16 | 2 | -3/+4 |
* | | Add support for WT_COMPRESS::compress_raw, let the underlying compression | Keith Bostic | 2012-11-15 | 5 | -48/+70 |
|/ |
|
* | Generalize the code to check for a block appearing on the available or | Keith Bostic | 2012-10-19 | 2 | -31/+54 |
* | whitespace | Keith Bostic | 2012-10-17 | 1 | -1/+1 |
* | Drop the compaction limit, compact any file that's at least 10K. | Keith Bostic | 2012-10-17 | 1 | -1/+1 |
* | lint, don't ignore function return value. | Keith Bostic | 2012-10-17 | 1 | -2/+2 |
* | Change the loop to read in the extent blocks we need, and the loop to | Keith Bostic | 2012-10-17 | 1 | -43/+55 |
* | Fake checkpoints may have the delete flag set, ignore them when rolling | Keith Bostic | 2012-10-17 | 1 | -0/+2 |
* | Paranoia, skip the page if we fail to crack the address cookie. | Keith Bostic | 2012-10-16 | 1 | -0/+2 |
* | Add support for online compaction, ref #248. This is an initial commit, | Keith Bostic | 2012-10-16 | 2 | -0/+128 |
* | Don't check if the page is on the avail or discard lists if we're salvaging | Keith Bostic | 2012-10-14 | 1 | -12/+22 |
* | Add a comment about how the skip lists are sorted, which defines allocation | Keith Bostic | 2012-10-13 | 1 | -3/+5 |
* | Alex changed the bitstring functions to support 64-bit sizes, update | Keith Bostic | 2012-10-12 | 1 | -22/+13 |
* | Allocate checkpoint blocks from the live system's list of available blocks | Keith Bostic | 2012-10-12 | 4 | -130/+140 |
* | Merge branch 'develop' into bug.310.second | Keith Bostic | 2012-10-09 | 1 | -4/+11 |
|\ |
|
| * | Don't put checkpoint extent blocks on the available list, blocks on it | Keith Bostic | 2012-10-08 | 1 | -4/+11 |
* | | Merge branch 'develop' into bug.310.second | Keith Bostic | 2012-10-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add a connection-wide flag to disable LSM merges. | Michael Cahill | 2012-10-05 | 1 | -1/+1 |
* | | Add a new diagnostic check: if we're reading a block, it shouldn't | Keith Bostic | 2012-10-03 | 2 | -1/+40 |
|/ |
|
* | Fix a bug where verify could crash if an empty checkpoint exists. | Alex Gorrod | 2012-09-26 | 1 | -0/+3 |
* | minor cleanup of a comment. | Keith Bostic | 2012-09-22 | 1 | -3/+3 |
* | Bulk-cursors no longer block checkpoints; if checkpoints can proceed in | Keith Bostic | 2012-09-20 | 1 | -19/+29 |
* | Fix a comment. | Keith Bostic | 2012-09-12 | 1 | -2/+2 |