summaryrefslogtreecommitdiff
path: root/src/include/cell.i
Commit message (Expand)AuthorAgeFilesLines
* Restore the copy of the key/value as part of entering the API: the reason isKeith Bostic2013-07-311-5/+3
* Sue's review of changes to cell.i, ref #600.Keith Bostic2013-07-241-18/+26
* cell.i:483:6: error: conversion to 'unsigned int' from 'int' may change the s...Keith Bostic2013-07-191-1/+1
* Add a comment to explain why we don't need to check the new value'sKeith Bostic2013-07-191-1/+5
* When we aren't able to create a short key or value (and, in the case of aKeith Bostic2013-07-191-2/+24
* Change "short" data items from 127B or less to be 63B or less, and use theKeith Bostic2013-07-191-176/+118
* Add a new cell type, WT_CELL_KEY_PREFIX, that appears on row-store leafKeith Bostic2013-07-171-33/+56
* Turn off Huffman encoding for keys on row-store internal pages.Keith Bostic2013-07-131-3/+9
* Remove support for prefix-compression on row-store internal pages.Keith Bostic2013-07-131-19/+55
* Fix build warning.Alex Gorrod2013-05-011-0/+2
* Merge pull request #494 from wiredtiger/data-handlesMichael Cahill2013-04-011-1/+1
|\
| * Merge branch 'develop' into data-handlesMichael Cahill2013-03-251-7/+12
| |\
| * \ Merge branch 'develop' into data-handlesMichael Cahill2013-03-251-26/+103
| |\ \
* | | | Replace CHK with WT_CELL_LEN_CHK, avoid name-space pollution.Keith Bostic2013-03-311-6/+5
| |_|/ |/| |
* | | Reorg cell unpacking code slightly to avoid recursion so it can be inlined (-...Michael Cahill2013-03-111-7/+12
| |/ |/|
* | Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* | Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo...Michael Cahill2012-11-301-1/+1
* | whitespaceMichael Cahill2012-11-211-1/+1
* | Review uses of WT_ITEM::data, never cast it to a non-const pointer.Michael Cahill2012-11-201-1/+1
* | Instead of entering a fake key cell after the last cell on the page justKeith Bostic2012-10-241-28/+0
* | The __wt_cell_unpack_copy function copies the key/value sometimes butKeith Bostic2012-10-111-0/+66
* | Support for deleting overflow values in variable-length column-stores.Keith Bostic2012-10-071-3/+42
|/
* Add dictionary support to variable-length column store objects,Keith Bostic2012-09-221-7/+63
* Change the WT_CELL_VALUE_COPY cell format to not, by default, includeKeith Bostic2012-09-221-7/+19
* Don't try and hide the raw cell type WT_CELL_VALUE_COPY, that way weKeith Bostic2012-09-091-13/+7
* Add support for row-store leaf page value dictionaries, using the newKeith Bostic2012-09-091-23/+58
* Grab an other bit for cell types, and add a new cell type WT_CELL_VALUE_COPY.Keith Bostic2012-09-081-31/+73
* Fix a comment.Keith Bostic2012-09-031-1/+1
* Add a new cell type, WT_CELL_ADDR_DEL; it's not yet used, but it will be theKeith Bostic2012-09-031-35/+32
* Document how we can expand the cell types down in a backward compatible way.Keith Bostic2012-08-201-6/+14
* Next set of changes for fast-truncate: the ability to delete leaf pagesKeith Bostic2012-08-181-30/+61
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* Split the WT_PAGE_DISK structure into two parts: the btree page headerKeith Bostic2012-01-011-2/+3
* Don't add a 64-bit quantity to row-store internal entries.Keith Bostic2011-12-231-3/+7
* Use Michael's new WT_INTPACK64_MAXSIZE, WT_INTPACK32_MAXSIZE #definesKeith Bostic2011-12-191-1/+1
* Replace WT_OFF/WT_OFF_RECORD structures on row- and column-store internalKeith Bostic2011-12-171-76/+135
* Delete trailing blank lines from files.Keith Bostic2011-10-071-1/+0
* Turned on GCC "-Wpadded".Michael Cahill2011-08-091-8/+8
* Use size_t for size calculations, only store uint32_t in structs.Michael Cahill2011-08-181-3/+3
* Remove declarations for static inline functions, when mixed with non-inlined ...Michael Cahill2011-08-041-19/+11
* We're using "key/value", not "key/data" in WiredTiger, rename the cell typesKeith Bostic2011-07-221-31/+31
* ../src/include/cell.i:349: warning: implicit conversion shortens 64-bit value...Michael Cahill2011-07-181-1/+1
* Write the remaining code for cursor, search insert and reconciliationKeith Bostic2011-07-171-17/+16
* Add support for RLE counts for deleted and overflow data cells. I don'tKeith Bostic2011-07-161-111/+140
* Fix a typo left over from the last merge.Keith Bostic2011-07-151-22/+21
* Add support for RLE information in the cell -- nothing uses it yet, butKeith Bostic2011-07-151-50/+79
* The boundaries for short key/data items are 0x3f/0x7f, not one less thanKeith Bostic2011-07-141-2/+2
* Bump the size of cells to cope with large keys, use the integer packing code ...Michael Cahill2011-07-161-4/+5
* Use the safety mode built into the variable-length unpacking rather than seco...Michael Cahill2011-07-161-14/+4
* ../src/include/cell.i:294: warning: implicit conversion shortens 64-bit value...Michael Cahill2011-07-161-4/+4