summaryrefslogtreecommitdiff
path: root/src/include/cursor.i
AgeCommit message (Expand)Author
2012-01-23Merge WT_BUF into WT_ITEM.Michael Cahill
2012-01-22Update copyright notices to 2012.Keith Bostic
2011-11-28Clean up warnings with gcc-4.6.Michael Cahill
2011-11-10Change the row-store leaf-page binary search code to use keys from the diskKeith Bostic
2011-10-05Make cursor->prev use "skip list fingers" to run in O(log N) time rather than...Michael Cahill
2011-09-24I was using the cbt->vslot value to decide if I needed to switch to aKeith Bostic
2011-09-11Replace column-store page-extension code with a new skiplist, maintainedKeith Bostic
2011-09-05Use common routines to clear/set all of the flags (well, almost all of theKeith Bostic
2011-09-05Make the cursor->search_near method's "exact" argument work.Keith Bostic
2011-08-31Return (short) on-page data for row-store cursor calls.Keith Bostic
2011-08-31Now that the cursor iteration code is re-written, We no longer need theKeith Bostic
2011-08-31Final commit of new cursor code -- prev/next cursor motions now work withKeith Bostic
2011-08-30Intermediate commit of new cursor code. Both prev/next cursor motionsKeith Bostic
2011-08-29Intermediate commit of new cursor code. I can now switch randomlyKeith Bostic