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