| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-3014 Add GCC/clang support for ELF symbol visibility. (#3138) | Keith Bostic | 2016-12-05 | 1 | -0/+1 |
* | WT-2671 dump more information about the file layout in verify debug mode (#2755) | Keith Bostic | 2016-06-09 | 1 | -16/+0 |
* | 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 |
* | | Merge branch 'develop' into wt-2287-rebalance | Keith Bostic | 2015-12-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | __wt_ref_info() and __ref_is_lef() no longer need a WT_SESSION_IMPL | Keith Bostic | 2015-12-14 | 1 | -1/+1 |
| * | gcc47 with [-Werror=maybe-uninitialized] reports we can end up with type | Keith Bostic | 2015-12-14 | 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 | -0/+16 |
|/ |
|
* | WT-2132 Make debug dump function more robust to errors. | Alex Gorrod | 2015-09-25 | 1 | -2/+3 |
* | WT-2132 Be more defensive in code used to debug address structures. | Alex Gorrod | 2015-09-24 | 1 | -2/+3 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | 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 |