| Age | Commit message (Expand) | Author |
| 2012-01-26 | Back out the WT_INSERT_HEAD to WT_SKIP_HEAD change: we're not going to use | Keith Bostic |
| 2012-01-23 | Merge WT_BUF into WT_ITEM. | Michael Cahill |
| 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 |
| 2012-01-19 | Rework statistics cursors (issue #135). | Keith Bostic |
| 2012-01-02 | Instead of checking btree->last_recno to figure out if we're past the | Keith Bostic |
| 2011-12-03 | Change the bulk-load code to call the reconciliation code directly. | Keith Bostic |
| 2011-11-29 | The bulk-loaded leaf pages have to have a parent (otherwise they trigger | Keith Bostic |
| 2011-11-10 | Change the row-store leaf-page binary search code to use keys from the disk | Keith Bostic |
| 2011-10-21 | Compare inserted keys during bulk insert to make sure they're not | Keith Bostic |
| 2011-10-17 | Don't guarantee we return -1, 0 or +1 from cursor.search_near. Instead | Keith Bostic |
| 2011-10-11 | Handle "raw" configuration in dump cursors. | Michael Cahill |
| 2011-10-05 | Make cursor->prev use "skip list fingers" to run in O(log N) time rather than... | Michael Cahill |
| 2011-10-07 | trailing whitespace | Keith Bostic |
| 2011-09-28 | Fill in the rest of the statistics cursor methods, adding prev, last, | Keith Bostic |
| 2011-09-24 | I was using the cbt->vslot value to decide if I needed to switch to a | Keith Bostic |
| 2011-09-21 | We can't use a buffer in the WT_BTREE structure as our temporary storage for | Keith Bostic |
| 2011-09-14 | Add a rwlock to btree handles, use it to get exclusive access for sync, verif... | Michael Cahill |
| 2011-09-11 | Replace column-store page-extension code with a new skiplist, maintained | Keith Bostic |
| 2011-09-08 | Fix early exits from API or va_start blocks. | Michael Cahill |
| 2011-09-08 | Add macros to standardize cursors checking whether keys and values are set. | Michael Cahill |
| 2011-09-05 | Make the cursor->search_near method's "exact" argument work. | Keith Bostic |
| 2011-08-16 | Finish implementation of indices -- populate them as the primary is updated, ... | Michael Cahill |
| 2011-08-09 | Turned on GCC "-Wpadded". | Michael Cahill |
| 2011-08-18 | Use size_t for size calculations, only store uint32_t in structs. | Michael Cahill |
| 2011-08-31 | Don't bother allocating WT_BUF space and/or checking lengths when returning | 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 |
| 2011-08-28 | Intermediate commit of new cursor code. Both prev/next cursor motions | Keith Bostic |
| 2011-08-26 | Intermediate commit of new cursor code: this commit has mostly working | Keith Bostic |
| 2011-08-22 | Comment the hell out of the cursor structure. | Keith Bostic |
| 2011-08-21 | Starting to look at cursors: first, review WT_CURSOR_BTREE and comment | Keith Bostic |
| 2011-08-10 | Initial implementation of file prev cursors. | Keith Bostic |
| 2011-07-29 | Have statistics cursors return field names as keys and use multi-column value... | Michael Cahill |
| 2011-07-29 | Add a "clear" option when closing a statistics cursor. | Michael Cahill |
| 2011-07-29 | Avoid the need for statistics cursor configuration: return two columns so app... | Michael Cahill |
| 2011-07-29 | Move the WT_STAT walk code into the statistics cursor, so we only have one copy. | Michael Cahill |
| 2011-07-28 | Connect the old Btree statistics code to the statistics cursors: if you | Keith Bostic |
| 2011-07-26 | Re-work fixed-length column-store as bitfields, not byte fields. | Keith Bostic |
| 2011-07-22 | Replace wiredtiger_recno_t with uint64_t. | Michael Cahill |
| 2011-07-17 | Write the remaining code for cursor, search insert and reconciliation | Keith Bostic |
| 2011-07-11 | Re-work cursor next calls to handle insert lists in row-store pages. This | Keith Bostic |
| 2011-07-08 | Implement projection cursors for tables by using the column list from the | Michael Cahill |
| 2011-06-08 | Add a schema layer, storing configuration information for tables, indices and... | Michael Cahill |