| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Encode the location/length of simple values in the WT_ROW pointer, along | Keith Bostic | 2014-07-07 | 1 | -1/+8 |
* | Convert row-store fast on-page key processing from per-page to per key. | Keith Bostic | 2014-06-30 | 1 | -1/+1 |
* | Once we find an update object we can use, remember it and pass it into | Keith Bostic | 2014-06-13 | 1 | -26/+19 |
* | Only use the search key if we have an exact match. | Michael Cahill | 2014-05-05 | 1 | -7/+13 |
* | We're using in-cursor storage for our search keys, return a reference | Keith Bostic | 2014-05-02 | 1 | -5/+5 |
* | Experimental change: move the WT_PAGE.{parent,ref_hint} fields into the | Keith Bostic | 2014-03-29 | 1 | -1/+1 |
* | Merge branch 'develop' into new-split | Keith Bostic | 2014-03-04 | 1 | -36/+0 |
|\ |
|
| * | Simplify __wt_row_key_get a little, fix a comment, move it to live | Keith Bostic | 2014-03-04 | 1 | -36/+0 |
* | | Switch the WT_PAGE union #defines from pu_xxx to pg_xxx. | Keith Bostic | 2014-02-24 | 1 | -3/+3 |
* | | Add pu_xxx_field #defines for the rest of the page-union fields. | Keith Bostic | 2014-02-05 | 1 | -3/+3 |
|/ |
|
* | Avoid unpacking the key cell multiple times when returning key/value | Keith Bostic | 2014-01-09 | 1 | -1/+1 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Create a Python pass for source code style checking (to eventually replace s_... | Michael Cahill | 2013-11-05 | 1 | -1/+1 |
* | Merge branch 'develop' into fine-grained-durability | Michael Cahill | 2013-10-21 | 1 | -15/+3 |
|\ |
|
| * | There's magic code to handle overflow records that have been deleted but | Keith Bostic | 2013-10-18 | 1 | -14/+2 |
* | | Add logging and recovery of file truncates. | Michael Cahill | 2013-08-30 | 1 | -1/+1 |
* | | Optimize key return: always take the key if the cursor references a WT_INSERT. | Michael Cahill | 2013-07-26 | 1 | -2/+2 |
* | | Add support for recovery of remove operations and column stores. | Michael Cahill | 2013-07-26 | 1 | -5/+1 |
* | | Add logging for transaction commits. | Michael Cahill | 2013-07-26 | 1 | -0/+40 |
|/ |
|
* | Change "short" data items from 127B or less to be 63B or less, and use the | Keith Bostic | 2013-07-19 | 1 | -1/+1 |
* | Turn off Huffman encoding for keys on row-store internal pages. | Keith Bostic | 2013-07-13 | 1 | -1/+2 |
* | Rework the WT_REF structure child page key to support on-page keys for | Keith Bostic | 2013-07-13 | 1 | -2/+2 |
* | Remove support for prefix-compression on row-store internal pages. | Keith Bostic | 2013-07-13 | 1 | -1/+1 |
* | Merge branch 'develop' into data-handles | Michael Cahill | 2013-03-25 | 1 | -7/+15 |
|\ |
|
| * | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
| * | The __wt_cell_unpack_copy function copies the key/value sometimes but | Keith Bostic | 2012-10-11 | 1 | -9/+4 |
| * | Support for deleting overflow values in variable-length column-stores. | Keith Bostic | 2012-10-07 | 1 | -1/+14 |
* | | Replace session->btree with a data handle. | Michael Cahill | 2012-09-18 | 1 | -1/+1 |
|/ |
|
* | Next set of changes for #247, fast-path session.truncate. The focus of this | Keith Bostic | 2012-07-24 | 1 | -0/+10 |
* | Fix visibility of values returned after a search. | Michael Cahill | 2012-06-29 | 1 | -10/+10 |
* | Rename __wt_row_key -> __wt_row_key_copy, __wt_row_key_ref -> | Keith Bostic | 2012-06-27 | 1 | -2/+2 |
* | Merge all calls to __wt_row_key() that are preceeded by fast-track code | Keith Bostic | 2012-06-27 | 1 | -26/+10 |
* | Return keys from all operations: don't keep pointing to the application's key. | Michael Cahill | 2012-06-27 | 1 | -14/+17 |
* | Minor code changes to use fewer temporary variables when copying a cell/ikey | Keith Bostic | 2012-06-20 | 1 | -4/+2 |
* | Add macros so we don't read the WT_ROW->key field multiple times, it can | Keith Bostic | 2012-05-30 | 1 | -2/+4 |
* | Update copyright notices to 2012. | Keith Bostic | 2012-01-22 | 1 | -3/+3 |
* | There's no longer a "row_int" row-internal structure, so "row_leaf" no | Keith Bostic | 2012-01-05 | 1 | -1/+1 |
* | Split u.col_leaf into two parts (u.col_fix and u.col_var), and move the | Keith Bostic | 2011-12-18 | 1 | -1/+1 |
* | Expand "illegal-format" to include "bad value" (we use it in places | Keith Bostic | 2011-12-05 | 1 | -1/+1 |
* | Make the cursor->search_near method's "exact" argument work. | Keith Bostic | 2011-09-05 | 1 | -9/+33 |
* | Cursors maintain hazard references on pages: don't copy the update or | Keith Bostic | 2011-08-31 | 1 | -11/+16 |
* | Now that the cursor iteration code is re-written, We no longer need the | Keith Bostic | 2011-08-31 | 1 | -3/+5 |
* | Intermediate commit of new cursor code. Both prev/next cursor motions | Keith Bostic | 2011-08-30 | 1 | -60/+26 |
* | Intermediate commit of new cursor code: this commit has mostly working | Keith Bostic | 2011-08-26 | 1 | -0/+57 |
* | We no longer support the callback functions and we never return keys out of | Keith Bostic | 2011-08-08 | 1 | -132/+30 |
* | Put inserted items on skiplists so we can do efficient searches (including fo... | Michael Cahill | 2011-07-29 | 1 | -5/+5 |
* | Re-work fixed-length column-store as bitfields, not byte fields. | Keith Bostic | 2011-07-26 | 1 | -10/+5 |
* | We're using "key/value", not "key/data" in WiredTiger, rename the cell types | Keith Bostic | 2011-07-22 | 1 | -1/+1 |
* | Re-work WT_ASSERT/WT_FAILURE to support printf-style arguments and optional | Keith Bostic | 2011-07-21 | 1 | -1/+1 |