| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't do an append test regardless if searching the tree, but more | Keith Bostic | 2014-05-08 | 1 | -1/+1 |
* | Experimental change: move the WT_PAGE.{parent,ref_hint} fields into the | Keith Bostic | 2014-03-29 | 1 | -29/+35 |
* | Merge branch 'develop' into new-split | Keith Bostic | 2014-03-05 | 1 | -4/+4 |
|\ |
|
| * | Fix a warning from using a variable called "truncate": | Michael Cahill | 2014-03-05 | 1 | -2/+2 |
| * | [mq]: evict-walk-review | Michael Cahill | 2014-03-05 | 1 | -4/+4 |
* | | Switch the WT_PAGE union #defines from pu_xxx to pg_xxx. | Keith Bostic | 2014-02-24 | 1 | -6/+6 |
* | | Add pu_xxx_field #defines for the rest of the page-union fields. | Keith Bostic | 2014-02-05 | 1 | -3/+3 |
* | | Add a new level of indirection on internal pages so there's a way to | Keith Bostic | 2014-02-05 | 1 | -6/+6 |
|/ |
|
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Make __cursor_fix_next, __cursor_fix_prev match, I left them different | Keith Bostic | 2013-11-15 | 1 | -7/+4 |
* | Coverity: structurally dead code (UNREACHABLE) unreachable: Since the | Keith Bostic | 2013-11-15 | 1 | -23/+19 |
* | Merge branch 'develop' into statistics-split | Keith Bostic | 2013-10-21 | 1 | -19/+4 |
|\ |
|
| * | There's magic code to handle overflow records that have been deleted but | Keith Bostic | 2013-10-18 | 1 | -19/+4 |
* | | API change: rework "run-time" and "tree-walk" statistics configuration. | Keith Bostic | 2013-10-19 | 1 | -2/+2 |
* | | Split statistics macros into two parts: run-time and everything else, | Keith Bostic | 2013-10-10 | 1 | -2/+2 |
|/ |
|
* | The cursor's write-generation value is no longer used, it's only set and | Keith Bostic | 2013-08-24 | 1 | -15/+0 |
* | Wrap the btree cursor operations with code that saves/restores the cursor | Keith Bostic | 2013-07-30 | 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 | -1/+1 |
* | Turn off Huffman encoding for keys on row-store internal pages. | 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 |
* | Add a connection-level statistic for btree cursor ops and an LSM | Keith Bostic | 2013-04-23 | 1 | -0/+2 |
* | Merge branch 'develop' into data-handles | Michael Cahill | 2013-03-25 | 1 | -7/+6 |
|\ |
|
| * | Configure the walk routine to not return internal pages (we added | Keith Bostic | 2013-02-28 | 1 | -7/+6 |
* | | Merge branch 'develop' into data-handles | Michael Cahill | 2013-03-25 | 1 | -19/+29 |
|\ \
| |/ |
|
| * | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
| * | We have a panic function: make a failure to clear a hazard pointer | Keith Bostic | 2012-12-12 | 1 | -2/+2 |
| * | Push further down the "data-source" path: rename WT_BSTAT_XXX to | Keith Bostic | 2012-12-06 | 1 | -1/+1 |
| * | Review the statistics: rename the statistics names for consistency and | Keith Bostic | 2012-12-05 | 1 | -1/+1 |
| * | Don't automatically fail inserts if the write generation check fails: compare... | Michael Cahill | 2012-11-16 | 1 | -2/+6 |
| * | The __wt_cell_unpack_copy function copies the key/value sometimes but | Keith Bostic | 2012-10-11 | 1 | -27/+16 |
| * | Correctly handle errors other than WT_RESTART from __wt_cell_unpack_copy(). | Keith Bostic | 2012-10-11 | 1 | -2/+3 |
| * | Support for deleting overflow values in variable-length column-stores. | Keith Bostic | 2012-10-07 | 1 | -2/+16 |
| * | Add consistent restart handling to all of the cursor functions, whether | Keith Bostic | 2012-09-30 | 1 | -2/+4 |
* | | Merge branch 'develop' into data-handles | Michael Cahill | 2012-09-28 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Clear the cursor position in next, prev and reset, now that we no longer clea... | Michael Cahill | 2012-09-28 | 1 | -0/+1 |
* | | Replace session->btree with a data handle. | Michael Cahill | 2012-09-18 | 1 | -2/+2 |
|/ |
|
* | Another fixed-length column-store implicit record fix: if the earliest | Keith Bostic | 2012-08-27 | 1 | -6/+32 |
* | Another run at fixed-length column-store recno tracking. | Keith Bostic | 2012-08-27 | 1 | -4/+14 |
* | I went the wrong way: it's going to be too painful to reset the underlying | Keith Bostic | 2012-08-26 | 1 | -1/+1 |
* | If we do a search on a fixed-length object, and land on an implicit | Keith Bostic | 2012-08-26 | 1 | -1/+1 |
* | Now that we're using the cursor routines to set up for deletion, | Keith Bostic | 2012-08-23 | 1 | -4/+9 |
* | Now that we're using cursor search to modify records (session.truncate), | Keith Bostic | 2012-08-23 | 1 | -5/+7 |
* | Merge branch 'develop' into truncate | Keith Bostic | 2012-08-22 | 1 | -1/+1 |
|\ |
|
| * | When returning a row, only use visible WT_UPDATEs. | Michael Cahill | 2012-08-22 | 1 | -1/+1 |
* | | Flip the tree-walk default operation from "prev" to "next", all | Keith Bostic | 2012-08-19 | 1 | -1/+1 |
* | | Next set of changes for fast-truncate: the ability to delete leaf pages | Keith Bostic | 2012-08-19 | 1 | -4/+9 |
|/ |
|
* | Update the "column stores are non-transactional" comments in next/prev | Keith Bostic | 2012-08-09 | 1 | -3/+5 |
* | Next set of changes for #247, fast-path session.truncate. The focus of this | Keith Bostic | 2012-07-24 | 1 | -29/+43 |
* | Add WT_CURSOR_BTREE.row_iteration_slot and change the row-store cursor | Keith Bostic | 2012-07-20 | 1 | -7/+8 |
* | __wt_search_insert() calls the application's collation routine, which | Keith Bostic | 2012-07-14 | 1 | -6/+7 |