| Commit message (Expand) | Author | Age | Files | Lines |
* | When reading pages, include the size of expanded row keys in the memory footp... | Michael Cahill | 2011-11-21 | 1 | -1/+4 |
* | Avoid session buffers, just call malloc/free directly. | Michael Cahill | 2011-11-10 | 1 | -1/+1 |
* | Change the row-store leaf-page binary search code to use keys from the disk | Keith Bostic | 2011-11-10 | 1 | -0/+90 |
* | Update a couple of comments, no real change. | Keith Bostic | 2011-11-06 | 1 | -6/+2 |
* | Remove the workQ code entirely. | Michael Cahill | 2011-11-04 | 1 | -1/+4 |
* | Add the "multithread" connection configuration option, which configures | Keith Bostic | 2011-09-16 | 1 | -2/+1 |
* | ANSI C-style free semantics for scratch buffers, caller doesn't have to | Keith Bostic | 2011-08-20 | 1 | -4/+2 |
* | Rename __wt_scr_release -> __wt_scr_free so we have an alloc/free pair, | Keith Bostic | 2011-08-19 | 1 | -4/+4 |
* | Add support for RLE counts for deleted and overflow data cells. I don't | Keith Bostic | 2011-07-16 | 1 | -4/+4 |
* | Replace N different cell extraction functions with a single cell_unpack | Keith Bostic | 2011-07-14 | 1 | -31/+44 |
* | Add support for extending column-store files -- this isn't right yet, | Keith Bostic | 2011-07-13 | 1 | -2/+2 |
* | Add memory-footprint field to the in-memory page structure, it's used | Keith Bostic | 2011-07-08 | 1 | -2/+0 |
* | Add support for extending column-store files -- this isn't right yet, | Keith Bostic | 2011-07-06 | 1 | -2/+2 |
* | Add spell checking for the source code. | Keith Bostic | 2011-06-10 | 1 | -1/+1 |
* | Don't allocate new buffers when instantiating keys, use the usual scratch | Keith Bostic | 2011-06-03 | 1 | -12/+16 |
* | Change the WT_IKEY's disk-page value-cell offset to be a key-cell | Keith Bostic | 2011-06-02 | 1 | -28/+16 |
* | Instantiate the keys on row-store internal pages as part of reading in the | Keith Bostic | 2011-06-01 | 1 | -119/+13 |
* | Instantiate all of the keys on internal pages when we bring them into memory. | Keith Bostic | 2011-06-01 | 1 | -0/+100 |
* | Replace the overflow bit array with a byte flag in the allocated WT_IKEY | Keith Bostic | 2011-05-31 | 1 | -36/+20 |
* | Change the K/V information in the WT_ROW/WT_ROW_REF structures to be a single | Keith Bostic | 2011-05-30 | 1 | -27/+100 |
* | Change all struct names to have the prefix "__wt_", and all corresponding typ... | Michael Cahill | 2011-05-30 | 1 | -2/+3 |
* | Add a new buffer-grow function __wt_buf_grow, to grow a buffer in place | Keith Bostic | 2011-05-29 | 1 | -2/+1 |
* | Reset the final size of the return buffer when rolling forward. | Keith Bostic | 2011-05-29 | 1 | -0/+8 |
* | Keys may be Huffman encoded -- for now, use the heavy-weight __wt_cell_copy() | Keith Bostic | 2011-05-29 | 1 | -13/+18 |
* | The rest of prefix compression -- Huffman encoding is still broken, but I | Keith Bostic | 2011-05-28 | 1 | -55/+226 |
* | First part of prefix compression support: | Keith Bostic | 2011-05-25 | 1 | -2/+2 |
* | Compress the WT_CELL. Previously, a WT_CELL was a single byte encoding | Keith Bostic | 2011-05-18 | 1 | -2/+2 |
* | Remove WT_PAGE->addr and WT_PAGE->size -- we only use the addr/size pair | Keith Bostic | 2011-05-09 | 1 | -1/+1 |
* | Quit copying overflow items down to the beginning of the WT_BUF's memory: | Keith Bostic | 2011-05-05 | 1 | -26/+24 |
* | btree/row_key.c 82 Warning 644: Variable 'ret' (line 21) may not have | Keith Bostic | 2011-04-07 | 1 | -0/+1 |
* | Add a path for data to be returned to a cursor. | Michael Cahill | 2011-03-29 | 1 | -8/+8 |
* | Make most accesses of on-page data into "const WT_CELL *". That's because we... | Michael Cahill | 2011-03-21 | 1 | -1/+1 |
* | Dump, debug, verify and the cursor code call the key process functions | Keith Bostic | 2011-03-28 | 1 | -0/+120 |