| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the write-generation out of the block header and into the page | Keith Bostic | 2012-11-28 | 17 | -218/+230 |
* | Re-seed the random number once (and only once), for each new test/format | Keith Bostic | 2012-11-27 | 1 | -14/+15 |
* | Remove commented out code from test_checkpoint02 | Alex Gorrod | 2012-11-28 | 1 | -7/+0 |
* | Incorporate reconciliation tracking items in page and cache memory | Keith Bostic | 2012-11-27 | 2 | -3/+20 |
* | Add statistic to track bytes changed: for cursor.insert count key and | Keith Bostic | 2012-11-27 | 5 | -52/+71 |
* | And now, lint, which is why I started whacking on it. | Keith Bostic | 2012-11-27 | 1 | -1/+1 |
* | Typo in the last commit, size can't be modified in place. | Keith Bostic | 2012-11-27 | 1 | -2/+3 |
* | update | Keith Bostic | 2012-11-27 | 1 | -0/+1 |
* | size_t/int, char/u_char lint. | Keith Bostic | 2012-11-27 | 1 | -6/+7 |
* | Arithmetic shift of a negative number is undefined by ISO/IEC 9899. | Keith Bostic | 2012-11-27 | 1 | -7/+20 |
* | Extent list block allocation was only half as big as it needs to be, | Keith Bostic | 2012-11-27 | 1 | -1/+1 |
* | Have test/format seed the random number generator once, using time(3) instead... | Michael Cahill | 2012-11-27 | 1 | -5/+4 |
* | Assert that the write buffer is aligned for direct I/O and large enough | Keith Bostic | 2012-11-26 | 1 | -2/+6 |
* | Remove unused local variable. | Alex Gorrod | 2012-11-27 | 1 | -1/+0 |
* | Fix lint. | Alex Gorrod | 2012-11-27 | 1 | -1/+3 |
* | Michael says (and I agree): Compression shouldn't have to know about the | Keith Bostic | 2012-11-26 | 3 | -96/+130 |
* | Turn off prefix compression 80% of the time, otherwise raw compression | Keith Bostic | 2012-11-26 | 1 | -2/+2 |
* | Silently ignore WT_SESSION::compress_raw for file types and configurations | Keith Bostic | 2012-11-26 | 4 | -36/+17 |
* | lint, don't include <sys/time.h> explicitly, tested on FreeBSD, | Keith Bostic | 2012-11-26 | 1 | -1/+0 |
* | lint (don't include <sys/time.h> explicitly, it's a repeated include | Keith Bostic | 2012-11-26 | 1 | -1/+0 |
* | Merge pull request #382 from wiredtiger/raw | Michael Cahill | 2012-11-25 | 52 | -1065/+2043 |
|\ |
|
| * | Merge branch 'develop' into raw | Keith Bostic | 2012-11-25 | 7 | -38/+34 |
| |\
| |/
|/| |
|
* | | We're using the WT_REC_SINGLE flag for two purposes ("called for eviction" | Keith Bostic | 2012-11-25 | 7 | -38/+32 |
| * | Make the compaction trigger a configuration string. | Keith Bostic | 2012-11-25 | 7 | -19/+36 |
| * | Clarify the huffman docs a bit, no real change. | Keith Bostic | 2012-11-25 | 1 | -19/+20 |
| * | 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 | 4 | -16/+23 |
| * | signed/unsigned lint. | Keith Bostic | 2012-11-23 | 1 | -3/+3 |
| * | signed/unsigned lint. | Keith Bostic | 2012-11-23 | 1 | -1/+1 |
| * | Maintain bytes read/written as well as I/O counts, reference #381. | Keith Bostic | 2012-11-23 | 7 | -114/+148 |
| * | Add a check for buffer alignment in the write path. | Keith Bostic | 2012-11-23 | 2 | -3/+7 |
| * | typo in a comment | Keith Bostic | 2012-11-23 | 1 | -1/+1 |
| * | Check the page header's flags field as part of verification. | Keith Bostic | 2012-11-23 | 1 | -0/+11 |
| * | Make WT_SESSION::create's checksum configuration 3-state: on, off, or | Keith Bostic | 2012-11-23 | 11 | -33/+79 |
| * | If we turn off checksums because we're depending on decompression failures to | Keith Bostic | 2012-11-23 | 1 | -1/+11 |
| * | We need to checksum the data if it's not compressed, even if checksums | Keith Bostic | 2012-11-23 | 14 | -50/+82 |
| * | Move the checksum code into support/cksum, it's at least potentially general | Keith Bostic | 2012-11-23 | 3 | -2/+2 |
| * | Merge branch 'develop' into raw | Keith Bostic | 2012-11-23 | 7 | -29/+65 |
| |\
| |/
|/| |
|
* | | Update LSM worker to have cleaner error handling. | Alex Gorrod | 2012-11-23 | 1 | -22/+19 |
* | | Cut release 1.3.81.3.8 | Alex Gorrod | 2012-11-22 | 6 | -7/+44 |
| * | Pack the extent list offset/size pairs for portability. | Keith Bostic | 2012-11-22 | 1 | -15/+23 |
| * | lint: src_len no longer used in decompress, we never return an error. | Keith Bostic | 2012-11-22 | 1 | -1/+1 |
| * | Merge branch 'develop' into raw | Keith Bostic | 2012-11-22 | 6 | -10/+65 |
| |\
| |/
|/| |
|
* | | Update the documentation around statistics keys. | Michael Cahill | 2012-11-22 | 4 | -2/+16 |
* | | Don't try to merge with a chunk that is much larger than a small chunk. | Michael Cahill | 2012-11-21 | 1 | -3/+12 |
* | | After an LSM merge, fault in some pages before the new tree goes live to avoi... | Michael Cahill | 2012-11-21 | 2 | -3/+33 |
* | | whitespace | Michael Cahill | 2012-11-21 | 1 | -1/+1 |
| * | Move compression out of the block-manager layer to the btree layer. | Keith Bostic | 2012-11-22 | 23 | -541/+545 |
| * | __wt_err() returns a void, no reason to cast it. | Keith Bostic | 2012-11-22 | 1 | -6/+4 |
| * | Add support for a checksum configuration. | Keith Bostic | 2012-11-22 | 3 | -0/+7 |