| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2707 stricter checks in dist/s_label, and add some WT_ERR calls (#2800) | Don Anderson | 2016-06-17 | 1 | -6/+3 |
* | Merge branch 'develop' into wt-2287-rebalance | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
|\ |
|
| * | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | | Move __wt_buf_set_printable() from buf.i to bt_misc.c, there's no reason | Keith Bostic | 2015-12-17 | 1 | -2/+12 |
|/ |
|
* | Boolean conversion for the rest of the btree code. | Keith Bostic | 2015-09-23 | 1 | -8/+9 |
* | Change the invalid address error message from "eof" to "corrupt or eof", | Keith Bostic | 2015-09-15 | 1 | -28/+30 |
* | The only "expected" error from WT_BM::addr_invalid is EINVAL, otherwise | Keith Bostic | 2015-09-15 | 1 | -7/+17 |
* | Merge branch 'develop' into wt-2093-cleanup | Keith Bostic | 2015-09-14 | 1 | -3/+3 |
|\ |
|
| * | WT-2105: If a corrupted WT_CELL_VALUE_COPY cell has an offset larger | Keith Bostic | 2015-09-13 | 1 | -3/+3 |
* | | WT-2093: __wt_block_addr_valid() didn't distinguish between a valid | Keith Bostic | 2015-09-11 | 1 | -3/+3 |
|/ |
|
* | Review WiredTiger code base for places where "recno" is set to 0 or | Keith Bostic | 2015-08-26 | 1 | -5/+6 |
* | Merge branch 'develop' into wt-1967-evict-any | Michael Cahill | 2015-08-26 | 1 | -2/+2 |
|\ |
|
| * | WT-1822, WT-2051 | Keith Bostic | 2015-08-24 | 1 | -2/+2 |
* | | Merge branch 'develop' into wt-1967-evict-any | Keith Bostic | 2015-08-21 | 1 | -58/+58 |
|\ \
| |/ |
|
| * | Rename "addr" to "tag". The argument is not necessarily a block-manager | Keith Bostic | 2015-08-20 | 1 | -58/+58 |
* | | WT-1967: creating a lookaside table to hold updates which are no longer | Keith Bostic | 2015-07-19 | 1 | -2/+4 |
|/ |
|
* | Whitespace: 3 spaces after a period in a comment. | Keith Bostic | 2015-06-14 | 1 | -2/+2 |
* | Remove per page/record checksum. Refactor common code. Verify root page. WT-... | Susan LoVerso | 2015-05-04 | 1 | -0/+2 |
* | Cache a maximum of 2MB per session for scratch buffers (configurable via an u... | Michael Cahill | 2015-01-05 | 1 | -3/+3 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | If forcing a busy page out of memory, it's possible reconciliation couldn't | Keith Bostic | 2014-11-06 | 1 | -4/+4 |
* | Verify we never write an empty page. | Keith Bostic | 2014-11-04 | 1 | -7/+18 |
* | Whitespace. | Keith Bostic | 2014-10-28 | 1 | -4/+4 |
* | Fix a comment. | Keith Bostic | 2014-10-22 | 1 | -1/+1 |
* | Put the format's '%' in the string, so WT_SIZET_FMT looks like | Keith Bostic | 2014-10-20 | 1 | -2/+2 |
* | MSVC doesn't yet support "%zu", replace with #defines. | Keith Bostic | 2014-10-15 | 1 | -4/+4 |
* | Minor renaming, __wt_lex_compare_collator to __wt_compare, | Keith Bostic | 2014-08-11 | 1 | -1/+1 |
* | Replace the collator comparison #defines with inline functions, | Keith Bostic | 2014-08-10 | 1 | -2/+2 |
* | Convert row-store fast on-page key processing from per-page to per key. | Keith Bostic | 2014-06-30 | 1 | -3/+3 |
* | fix a comment | Keith Bostic | 2014-04-28 | 1 | -0/+1 |
* | We can't collapse removed key and value overflow items into a single | Keith Bostic | 2014-03-19 | 1 | -3/+4 |
* | Assert we only reset a cell once, and that it's the type we expect when | Keith Bostic | 2014-03-19 | 1 | -1/+1 |
* | Generalize overflow keys to look like overflow values, that is, set the | Keith Bostic | 2014-03-18 | 1 | -6/+6 |
* | Restructure the disk image checking functions so there's an easy way to | Keith Bostic | 2014-03-15 | 1 | -30/+42 |
* | Merge pull request #837 from wiredtiger/cell-unpack-optimizations-2 | Michael Cahill | 2014-01-09 | 1 | -3/+3 |
|\ |
|
| * | Avoid unpacking the key cell multiple times when returning key/value | Keith Bostic | 2014-01-09 | 1 | -3/+3 |
* | | Additional empty-value support: add a new page-header flag if all of the | Keith Bostic | 2014-01-09 | 1 | -5/+25 |
|/ |
|
* | Merge pull request #833 from wiredtiger/salvage-corrupt | Michael Cahill | 2014-01-08 | 1 | -2/+2 |
|\ |
|
| * | Minor re-working of 9dd055a. | Keith Bostic | 2014-01-08 | 1 | -2/+2 |
* | | Flag row-store leaf pages with no empty values, avoiding a second pass | Keith Bostic | 2014-01-08 | 1 | -9/+63 |
|/ |
|
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Change the returned length of a cell from a uint32_t to a size_t. | Keith Bostic | 2013-12-23 | 1 | -1/+2 |
* | Make addr_size (block manager's address sizes) a size_t instead of a | Keith Bostic | 2013-12-23 | 1 | -2/+2 |
* | Better/fixed support for huge keys/values. | Keith Bostic | 2013-12-16 | 1 | -3/+2 |
* | Create a new cell type WT_CELL_ADDR_LEAF, use it to mark leaf page | Keith Bostic | 2013-11-12 | 1 | -4/+11 |
* | There's magic code to handle overflow records that have been deleted but | Keith Bostic | 2013-10-18 | 1 | -2/+2 |
* | fix a comment's formatting | Keith Bostic | 2013-10-15 | 1 | -2/+1 |
* | Pass the collator reference instead of the Btree handle to the "standard" | Keith Bostic | 2013-07-25 | 1 | -2/+2 |
* | Change "short" data items from 127B or less to be 63B or less, and use the | Keith Bostic | 2013-07-19 | 1 | -6/+5 |
* | Add a new cell type, WT_CELL_KEY_PREFIX, that appears on row-store leaf | Keith Bostic | 2013-07-17 | 1 | -0/+4 |