index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
column.i
Age
Commit message (
Expand
)
Author
2014-02-24
Switch the WT_PAGE union #defines from pu_xxx to pg_xxx.
Keith Bostic
2014-02-05
Add pu_xxx_field #defines for the rest of the page-union fields.
Keith Bostic
2014-02-05
Add a new level of indirection on internal pages so there's a way to
Keith Bostic
2014-01-07
Update copyright notices for 2014.
Keith Bostic
2013-01-01
Update copyright notice to 2013.
Keith Bostic
2012-11-16
Don't automatically fail inserts if the write generation check fails: compare...
Michael Cahill
2012-01-26
Back out the WT_INSERT_HEAD to WT_SKIP_HEAD change: we're not going to use
Keith Bostic
2012-01-22
Update copyright notices to 2012.
Keith Bostic
2012-01-19
Rename WT_INSERT_HEAD to be WT_SKIP_HEAD, some (but not all) of the
Keith Bostic
2011-12-18
Split u.col_leaf into two parts (u.col_fix and u.col_var), and move the
Keith Bostic
2011-10-18
fix a comment, __col_last_recno works for fix-len pages, too.
Keith Bostic
2011-10-11
If we find a match when searching a skip list, fill in the stack.
Michael Cahill
2011-10-05
Make cursor->prev use "skip list fingers" to run in O(log N) time rather than...
Michael Cahill
2011-09-23
Make column-store search function naming match row-store (rename
Keith Bostic
2011-09-22
Return a valid WT_INSERT reference when we don't find an exact match -- while
Keith Bostic
2011-09-12
Fix spelling
Keith Bostic
2011-09-12
Keep track of the end of skip lists, fast-path appends.
Michael Cahill
2011-09-11
Replace column-store page-extension code with a new skiplist, maintained
Keith Bostic