| Commit message (Expand) | Author | Age | Files | Lines |
* | Experimental change: move the WT_PAGE.{parent,ref_hint} fields into the | Keith Bostic | 2014-03-29 | 1 | -6/+5 |
* | We can't collapse removed key and value overflow items into a single | Keith Bostic | 2014-03-19 | 1 | -2/+4 |
* | Generalize overflow keys to look like overflow values, that is, set the | Keith Bostic | 2014-03-18 | 1 | -2/+2 |
* | Replace the WT_PAGE's WT_REF pointer with a uint32_t hint of the slot | Keith Bostic | 2014-02-03 | 1 | -2/+2 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Make addr_size (block manager's address sizes) a size_t instead of a | Keith Bostic | 2013-12-23 | 1 | -6/+6 |
* | Remove most uses of WT_STORE_SIZE, it was primarily used to convert | Keith Bostic | 2013-12-20 | 1 | -3/+3 |
* | Drive an error return from __wt_ref_info() to the surface. | Keith Bostic | 2013-11-12 | 1 | -2/+2 |
* | Compaction changes: fix a bug, we were skipping internal pages if they | Keith Bostic | 2013-11-12 | 1 | -1/+1 |
* | Create a new cell type WT_CELL_ADDR_LEAF, use it to mark leaf page | Keith Bostic | 2013-11-12 | 1 | -4/+6 |
* | Change "short" data items from 127B or less to be 63B or less, and use the | Keith Bostic | 2013-07-19 | 1 | -9/+15 |
* | Merge branch 'develop' into data-handles | Michael Cahill | 2013-03-25 | 1 | -3/+7 |
|\ |
|
| * | In order to mmap read-only checkpoints, we need a place to store a | Keith Bostic | 2013-01-26 | 1 | -1/+5 |
| * | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
| * | Review uses of WT_ITEM::data, never cast it to a non-const pointer. | Michael Cahill | 2012-11-20 | 1 | -1/+1 |
|/ |
|
* | Grab an other bit for cell types, and add a new cell type WT_CELL_VALUE_COPY. | Keith Bostic | 2012-09-08 | 1 | -2/+4 |
* | Add the WT_CELL_ADDR_DEL type to the function that returns a pointer | Keith Bostic | 2012-09-06 | 1 | -0/+2 |
* | Next set of changes for fast-truncate: the ability to delete leaf pages | Keith Bostic | 2012-08-18 | 1 | -0/+2 |
* | Second set of snapshot changes, ref #167: | Keith Bostic | 2012-03-25 | 1 | -2/+2 |
* | When WT_NOADDR became the empty string, it broke the code to print it out. | Keith Bostic | 2012-03-15 | 1 | -2/+2 |
* | Merge WT_BUF into WT_ITEM. | Michael Cahill | 2012-01-23 | 1 | -2/+2 |
* | Update copyright notices to 2012. | Keith Bostic | 2012-01-22 | 1 | -3/+3 |
* | Merge the WT_ROW_REF/WT_COL_REF structures into WT_REF: this wastes 4B | Keith Bostic | 2012-01-04 | 1 | -1/+1 |
* | bug fix: __wt_page_addr_string() wasn't returning the char * reference | Keith Bostic | 2011-12-24 | 1 | -1/+1 |
* | Rework verify to work in the new, block-manager world. | Keith Bostic | 2011-12-23 | 1 | -7/+6 |
* | Move root addresses into the schema file and add support for the | Keith Bostic | 2011-12-21 | 1 | -2/+2 |
* | Make salvage work with variable-length filesystem address cookies. | Keith Bostic | 2011-12-20 | 1 | -1/+1 |
* | Replace WT_OFF/WT_OFF_RECORD structures on row- and column-store internal | Keith Bostic | 2011-12-17 | 1 | -4/+46 |
* | We're using "key/value", not "key/data" in WiredTiger, rename the cell types | Keith Bostic | 2011-07-22 | 1 | -6/+6 |
* | Remove the support for the fixed-length, RLE column-store format (this | Keith Bostic | 2011-07-21 | 1 | -2/+0 |
* | Replace N different cell extraction functions with a single cell_unpack | Keith Bostic | 2011-07-14 | 1 | -4/+4 |
* | Add memory-footprint field to the in-memory page structure, it's used | Keith Bostic | 2011-07-08 | 1 | -1/+0 |
* | Add prefix compression to page reconciliation. | Keith Bostic | 2011-05-25 | 1 | -3/+1 |
* | Store keys less than 64 bytes and data items less than 128 bytes using only a | Keith Bostic | 2011-05-19 | 1 | -3/+8 |
* | Re-write reconciliation code to instantiate in-memory only pages during splits | Keith Bostic | 2011-03-20 | 1 | -2/+2 |
* | Naming cleanup: make cell / item variable names match their types. | Michael Cahill | 2011-03-08 | 1 | -4/+4 |
* | Make "WT_ITEM" the public name. | Michael Cahill | 2011-03-04 | 1 | -9/+9 |
* | Remove support for duplicate data items in the Btree. | Keith Bostic | 2011-02-23 | 1 | -12/+0 |
* | gcc won't inline functions outside of the scope of a file -- create a new | Keith Bostic | 2011-02-21 | 1 | -65/+0 |
* | There are 3 page classes we have to deal with in stepping through entries, by | Keith Bostic | 2011-02-18 | 1 | -6/+14 |
* | Walking a page/dsk pair with WT_INDX_AND_KEY_FOREACH, the __wt_key_item_next | Keith Bostic | 2011-02-18 | 1 | -11/+22 |
* | The __wt_key_item_next() helper function shouldn't move if we're looking at | Keith Bostic | 2011-02-18 | 1 | -1/+5 |
* | Remove '$Id$ from sources, add more file to the list for s_copyright to check. | Michael Cahill | 2011-02-16 | 1 | -2/+0 |
* | Add the WT_INDX_AND_KEY_FOREACH macro which walks a row-store page | Keith Bostic | 2011-02-12 | 1 | -0/+18 |
* | Split WT_OFF into WT_OFF and WT_OFF_RECORDS: the former is used when we don't | Keith Bostic | 2011-02-07 | 1 | -0/+2 |
* | Sort the item types. | Keith Bostic | 2011-02-06 | 1 | -10/+10 |
* | Add free-list support. Each IDB handle has a pair of sorted, linked lists | Keith Bostic | 2011-02-03 | 1 | -0/+2 |
* | Fix structs that are padded on 64-bit machines. Move runtime checks of the b... | Michael Cahill | 2011-01-31 | 1 | -73/+0 |
* | Restructure the tree to ease merge. | Michael Cahill | 2011-02-01 | 1 | -0/+175 |