summaryrefslogtreecommitdiff
path: root/src/include/column.i
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into wt-2247-column-store-splitsKeith Bostic2016-01-191-1/+1
|\
| * Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* | WT-2247: Now that append-lists can appear on column-store pages otherKeith Bostic2015-12-311-6/+6
|/
* WT-2246: Don't use the maximum record number (UINT64_MAX) to flag anKeith Bostic2015-12-101-1/+11
* The WT_CBT_MAX_RECORD flag isn't necessary, the returned comparisonKeith Bostic2015-12-041-0/+10
* When looking for the next-larger item (__col_insert_search_gt), stayKeith Bostic2015-03-311-4/+4
* When we find a record in the slot's update skiplist, but then want toKeith Bostic2015-03-281-16/+22
* typoKeith Bostic2015-03-271-1/+1
* Cleanup, fix, simplify the cursor-insert-greater-than search, add aKeith Bostic2015-03-271-17/+53
* There can be huge gaps in the variable-length column-store name spaceKeith Bostic2015-03-271-1/+46
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Switch the WT_PAGE union #defines from pu_xxx to pg_xxx.Keith Bostic2014-02-241-14/+14
* Add pu_xxx_field #defines for the rest of the page-union fields.Keith Bostic2014-02-051-12/+10
* Add a new level of indirection on internal pages so there's a way toKeith Bostic2014-02-051-12/+24
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Don't automatically fail inserts if the write generation check fails: compare...Michael Cahill2012-11-161-9/+16
* Back out the WT_INSERT_HEAD to WT_SKIP_HEAD change: we're not going to useKeith Bostic2012-01-261-2/+2
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* Rename WT_INSERT_HEAD to be WT_SKIP_HEAD, some (but not all) of theKeith Bostic2012-01-191-2/+2
* Split u.col_leaf into two parts (u.col_fix and u.col_var), and move theKeith Bostic2011-12-181-9/+9
* fix a comment, __col_last_recno works for fix-len pages, too.Keith Bostic2011-10-181-1/+1
* If we find a match when searching a skip list, fill in the stack.Michael Cahill2011-10-111-17/+17
* Make cursor->prev use "skip list fingers" to run in O(log N) time rather than...Michael Cahill2011-10-051-9/+10
* Make column-store search function naming match row-store (renameKeith Bostic2011-09-231-12/+15
* Return a valid WT_INSERT reference when we don't find an exact match -- whileKeith Bostic2011-09-221-6/+7
* Fix spellingKeith Bostic2011-09-121-1/+1
* Keep track of the end of skip lists, fast-path appends.Michael Cahill2011-09-121-0/+15
* Replace column-store page-extension code with a new skiplist, maintainedKeith Bostic2011-09-111-0/+164