summaryrefslogtreecommitdiff
path: root/src/include/cell.i
AgeCommit message (Expand)Author
2012-01-22Update copyright notices to 2012.Keith Bostic
2012-01-01Split the WT_PAGE_DISK structure into two parts: the btree page headerKeith Bostic
2011-12-23Don't add a 64-bit quantity to row-store internal entries.Keith Bostic
2011-12-19Use Michael's new WT_INTPACK64_MAXSIZE, WT_INTPACK32_MAXSIZE #definesKeith Bostic
2011-12-17Replace WT_OFF/WT_OFF_RECORD structures on row- and column-store internalKeith Bostic
2011-10-07Delete trailing blank lines from files.Keith Bostic
2011-08-09Turned on GCC "-Wpadded".Michael Cahill
2011-08-18Use size_t for size calculations, only store uint32_t in structs.Michael Cahill
2011-08-04Remove declarations for static inline functions, when mixed with non-inlined ...Michael Cahill
2011-07-22We're using "key/value", not "key/data" in WiredTiger, rename the cell typesKeith Bostic
2011-07-18../src/include/cell.i:349: warning: implicit conversion shortens 64-bit value...Michael Cahill
2011-07-17Write the remaining code for cursor, search insert and reconciliationKeith Bostic
2011-07-16Add support for RLE counts for deleted and overflow data cells. I don'tKeith Bostic
2011-07-15Fix a typo left over from the last merge.Keith Bostic
2011-07-15Add support for RLE information in the cell -- nothing uses it yet, butKeith Bostic
2011-07-14The boundaries for short key/data items are 0x3f/0x7f, not one less thanKeith Bostic
2011-07-16Bump the size of cells to cope with large keys, use the integer packing code ...Michael Cahill
2011-07-16Use the safety mode built into the variable-length unpacking rather than seco...Michael Cahill
2011-07-16../src/include/cell.i:294: warning: implicit conversion shortens 64-bit value...Michael Cahill
2011-07-16whitespaceMichael Cahill
2011-07-14Update the cell.i comment describing how cells work.Keith Bostic
2011-07-14More minor fallout from the merge: there's no session handle in intpack.Keith Bostic
2011-07-14Replace N different cell extraction functions with a single cell_unpackKeith Bostic
2011-07-13Now that we're calling inline functions to pack/unpack the data length bytes,Keith Bostic
2011-07-13Add support for extending column-store files -- this isn't right yet,Keith Bostic
2011-07-12minor wording update.Keith Bostic
2011-07-06Delete __wt_cell_off_record() and __wt_key_cell_next(), they're no longer used.Keith Bostic
2011-07-08Put parantheses around non-trivial conditions in ternary expressions.Michael Cahill
2011-06-02comment typo.Keith Bostic
2011-05-30Change the K/V information in the WT_ROW/WT_ROW_REF structures to be a singleKeith Bostic
2011-05-25Add prefix compression to page reconciliation.Keith Bostic
2011-05-25First part of prefix compression support:Keith Bostic
2011-05-19Store keys less than 64 bytes and data items less than 128 bytes using only aKeith Bostic
2011-05-19Delete and off-page items have known sizes, don't store length bytes.Keith Bostic
2011-05-18Now that overflow objects are stored on page with their size attributeKeith Bostic
2011-05-18__wt_cell_copy() is never called, remove it for now.Keith Bostic
2011-05-18Compress the WT_CELL. Previously, a WT_CELL was a single byte encodingKeith Bostic