| Commit message (Expand) | Author | Age | Files | Lines |
* | Obscure the name of the internal page's index so code more naturally | Keith Bostic | 2014-03-31 | 1 | -4/+6 |
* | Experimental change: move the WT_PAGE.{parent,ref_hint} fields into the | Keith Bostic | 2014-03-29 | 1 | -4/+5 |
* | Switch the WT_PAGE union #defines from pu_xxx to pg_xxx. | Keith Bostic | 2014-02-24 | 1 | -3/+3 |
* | It's dangerous to reach down into the WT_PAGE_INDEX structure (and doing | Keith Bostic | 2014-02-16 | 1 | -2/+4 |
* | Add a new level of indirection on internal pages so there's a way to | Keith Bostic | 2014-02-05 | 1 | -3/+3 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Better testing of the "fast" configuration, fix a bug, the btree code | Keith Bostic | 2013-10-19 | 1 | -2/+2 |
* | API change: rework "run-time" and "tree-walk" statistics configuration. | Keith Bostic | 2013-10-19 | 1 | -3/+4 |
* | Split statistics macros into two parts: run-time and everything else, | Keith Bostic | 2013-10-10 | 1 | -32/+28 |
* | Change "short" data items from 127B or less to be 63B or less, and use the | Keith Bostic | 2013-07-19 | 1 | -1/+1 |
* | Remove support for prefix-compression on row-store internal pages. | Keith Bostic | 2013-07-13 | 1 | -1/+1 |
* | Give the LSM tree its own data-source statistics structure back, move | Keith Bostic | 2013-05-01 | 1 | -28/+32 |
* | Merge branch 'develop' into data-handles | Michael Cahill | 2013-03-25 | 1 | -33/+35 |
|\ |
|
| * | Make run-time statistics optional, defaulted to "off". | Keith Bostic | 2013-02-22 | 1 | -33/+35 |
* | | Merge branch 'develop' into data-handles | Michael Cahill | 2013-03-25 | 1 | -26/+31 |
|\ \
| |/ |
|
| * | In order to mmap read-only checkpoints, we need a place to store a | Keith Bostic | 2013-01-26 | 1 | -1/+3 |
| * | Add a statistic to track the maximum depth of the tree, as measured by the | Keith Bostic | 2013-01-16 | 1 | -2/+3 |
| * | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
| * | Push further down the "data-source" path: rename WT_BSTAT_XXX to | Keith Bostic | 2012-12-06 | 1 | -21/+21 |
| * | Review the statistics: rename the statistics names for consistency and | Keith Bostic | 2012-12-05 | 1 | -22/+21 |
| * | Add a "size of checkpoint" statistic. | Michael Cahill | 2012-11-16 | 1 | -16/+16 |
| * | Add a statistics_fast flag to file statistics cursors. | Alex Gorrod | 2012-10-09 | 1 | -1/+4 |
* | | Replace session->btree with a data handle. | Michael Cahill | 2012-09-18 | 1 | -1/+1 |
|/ |
|
* | Flip the tree-walk default operation from "prev" to "next", all | Keith Bostic | 2012-08-19 | 1 | -2/+1 |
* | Next set of changes for fast-truncate: the ability to delete leaf pages | Keith Bostic | 2012-08-19 | 1 | -1/+2 |
* | Replace local "ret" declarations with WT_DECL_RET. | Keith Bostic | 2012-04-26 | 1 | -1/+1 |
* | Update copyright notices to 2012. | Keith Bostic | 2012-01-22 | 1 | -3/+3 |
* | Minor shuffling between the block-manager and the engine. | Keith Bostic | 2011-12-28 | 1 | -3/+0 |
* | Create a per-block structure, WT_BLOCK, and move all of the block-specific | Keith Bostic | 2011-12-27 | 1 | -2/+1 |
* | Replace WT_OFF/WT_OFF_RECORD structures on row- and column-store internal | Keith Bostic | 2011-12-17 | 1 | -3/+3 |
* | Expand "illegal-format" to include "bad value" (we use it in places | Keith Bostic | 2011-12-05 | 1 | -1/+1 |
* | Rename config keys for page and overflow sizes to {internal,leaf}_{item,page}... | Michael Cahill | 2011-11-23 | 1 | -4/+4 |
* | Replace internal_node_min/leaf_node_min (the minimum page size) | Keith Bostic | 2011-09-23 | 1 | -2/+2 |
* | Change the session->close/sync calls to use the new tree-walk code. | Keith Bostic | 2011-09-13 | 1 | -1/+1 |
* | Column-store files don't have "insert" lists, they have "update" lists. | Keith Bostic | 2011-09-11 | 1 | -1/+1 |
* | Review/cleanup statistics code: | Keith Bostic | 2011-09-06 | 1 | -35/+27 |
* | Add block-allocation stat routine, call it from the primary stat function. | Keith Bostic | 2011-08-09 | 1 | -0/+2 |
* | Add statistic for bytes on the free-list. | Keith Bostic | 2011-08-09 | 1 | -1/+0 |
* | Add a "file size" statistic. | Keith Bostic | 2011-08-09 | 1 | -0/+1 |
* | Put back in the change of __stat_page_col_fix() to returning a void, | Keith Bostic | 2011-08-05 | 1 | -6/+5 |
* | Put inserted items on skiplists so we can do efficient searches (including fo... | Michael Cahill | 2011-07-29 | 1 | -5/+3 |
* | Move the WT_STAT walk code into the statistics cursor, so we only have one copy. | Michael Cahill | 2011-07-29 | 1 | -57/+9 |
* | Add some more statistics to the reconciliation code as part of reviewing how | Keith Bostic | 2011-08-04 | 1 | -46/+33 |
* | Match how Michael is doing naming, static functions don't need the __wt_ | Keith Bostic | 2011-08-03 | 1 | -20/+20 |
* | Connect the old Btree statistics code to the statistics cursors: if you | Keith Bostic | 2011-07-28 | 1 | -11/+89 |
* | Re-work fixed-length column-store as bitfields, not byte fields. | Keith Bostic | 2011-07-26 | 1 | -17/+1 |
* | Remove the support for the fixed-length, RLE column-store format (this | Keith Bostic | 2011-07-21 | 1 | -60/+0 |
* | Write the stat code for RLE variable-length column-store files -- untested | Keith Bostic | 2011-07-17 | 1 | -13/+25 |
* | Add support for RLE counts for deleted and overflow data cells. I don't | Keith Bostic | 2011-07-16 | 1 | -1/+1 |
* | Replace N different cell extraction functions with a single cell_unpack | Keith Bostic | 2011-07-14 | 1 | -4/+6 |