summaryrefslogtreecommitdiff
path: root/src/include/column.i
AgeCommit message (Expand)Author
2014-02-24Switch the WT_PAGE union #defines from pu_xxx to pg_xxx.Keith Bostic
2014-02-05Add pu_xxx_field #defines for the rest of the page-union fields.Keith Bostic
2014-02-05Add a new level of indirection on internal pages so there's a way toKeith Bostic
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-11-16Don't automatically fail inserts if the write generation check fails: compare...Michael Cahill
2012-01-26Back out the WT_INSERT_HEAD to WT_SKIP_HEAD change: we're not going to useKeith Bostic
2012-01-22Update copyright notices to 2012.Keith Bostic
2012-01-19Rename WT_INSERT_HEAD to be WT_SKIP_HEAD, some (but not all) of theKeith Bostic
2011-12-18Split u.col_leaf into two parts (u.col_fix and u.col_var), and move theKeith Bostic
2011-10-18fix a comment, __col_last_recno works for fix-len pages, too.Keith Bostic
2011-10-11If we find a match when searching a skip list, fill in the stack.Michael Cahill
2011-10-05Make cursor->prev use "skip list fingers" to run in O(log N) time rather than...Michael Cahill
2011-09-23Make column-store search function naming match row-store (renameKeith Bostic
2011-09-22Return a valid WT_INSERT reference when we don't find an exact match -- whileKeith Bostic
2011-09-12Fix spellingKeith Bostic
2011-09-12Keep track of the end of skip lists, fast-path appends.Michael Cahill
2011-09-11Replace column-store page-extension code with a new skiplist, maintainedKeith Bostic