| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374) | Keith Bostic | 2017-04-07 | 1 | -1/+1 |
* | WT-3216 changes suggested by clang-tidy (#3328) | Keith Bostic | 2017-03-17 | 1 | -2/+2 |
* | WT-3093 Reduce the size of WT_PAGE. (#3212) | Keith Bostic | 2016-12-23 | 1 | -11/+12 |
* | WT-2558: WT_PAGE structure is 72B, reduce to 64B. | Keith Bostic | 2016-04-17 | 1 | -7/+17 |
* | WT-2367: WT_CURSOR.next out-of-order returns failure | Keith Bostic | 2016-02-07 | 1 | -15/+15 |
* | Merge branch 'develop' into wt-2247-column-store-splits | Keith Bostic | 2016-01-19 | 1 | -1/+1 |
|\ |
|
| * | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | | WT-2247: Now that append-lists can appear on column-store pages other | Keith Bostic | 2015-12-31 | 1 | -6/+6 |
|/ |
|
* | WT-2246: Don't use the maximum record number (UINT64_MAX) to flag an | Keith Bostic | 2015-12-10 | 1 | -1/+11 |
* | The WT_CBT_MAX_RECORD flag isn't necessary, the returned comparison | Keith Bostic | 2015-12-04 | 1 | -0/+10 |
* | When looking for the next-larger item (__col_insert_search_gt), stay | Keith Bostic | 2015-03-31 | 1 | -4/+4 |
* | When we find a record in the slot's update skiplist, but then want to | Keith Bostic | 2015-03-28 | 1 | -16/+22 |
* | typo | Keith Bostic | 2015-03-27 | 1 | -1/+1 |
* | Cleanup, fix, simplify the cursor-insert-greater-than search, add a | Keith Bostic | 2015-03-27 | 1 | -17/+53 |
* | There can be huge gaps in the variable-length column-store name space | Keith Bostic | 2015-03-27 | 1 | -1/+46 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Switch the WT_PAGE union #defines from pu_xxx to pg_xxx. | Keith Bostic | 2014-02-24 | 1 | -14/+14 |
* | Add pu_xxx_field #defines for the rest of the page-union fields. | Keith Bostic | 2014-02-05 | 1 | -12/+10 |
* | Add a new level of indirection on internal pages so there's a way to | Keith Bostic | 2014-02-05 | 1 | -12/+24 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
* | Don't automatically fail inserts if the write generation check fails: compare... | Michael Cahill | 2012-11-16 | 1 | -9/+16 |
* | Back out the WT_INSERT_HEAD to WT_SKIP_HEAD change: we're not going to use | Keith Bostic | 2012-01-26 | 1 | -2/+2 |
* | Update copyright notices to 2012. | Keith Bostic | 2012-01-22 | 1 | -3/+3 |
* | Rename WT_INSERT_HEAD to be WT_SKIP_HEAD, some (but not all) of the | Keith Bostic | 2012-01-19 | 1 | -2/+2 |
* | Split u.col_leaf into two parts (u.col_fix and u.col_var), and move the | Keith Bostic | 2011-12-18 | 1 | -9/+9 |
* | fix a comment, __col_last_recno works for fix-len pages, too. | Keith Bostic | 2011-10-18 | 1 | -1/+1 |
* | If we find a match when searching a skip list, fill in the stack. | Michael Cahill | 2011-10-11 | 1 | -17/+17 |
* | Make cursor->prev use "skip list fingers" to run in O(log N) time rather than... | Michael Cahill | 2011-10-05 | 1 | -9/+10 |
* | Make column-store search function naming match row-store (rename | Keith Bostic | 2011-09-23 | 1 | -12/+15 |
* | Return a valid WT_INSERT reference when we don't find an exact match -- while | Keith Bostic | 2011-09-22 | 1 | -6/+7 |
* | Fix spelling | Keith Bostic | 2011-09-12 | 1 | -1/+1 |
* | Keep track of the end of skip lists, fast-path appends. | Michael Cahill | 2011-09-12 | 1 | -0/+15 |
* | Replace column-store page-extension code with a new skiplist, maintained | Keith Bostic | 2011-09-11 | 1 | -0/+164 |