| Age | Commit message (Expand) | Author |
| 2012-01-25 | Replace WT_CURSOR::first,last} with WT_CURSOR::reset. | Michael Cahill |
| 2012-01-22 | Update copyright notices to 2012. | Keith Bostic |
| 2012-01-19 | Rework statistics cursors (issue #135). | Keith Bostic |
| 2011-12-16 | Maintain a count in the statistics of internal pages evicted during normal op... | Michael Cahill |
| 2011-11-26 | Split the reconciliation into reconciliation and eviction pieces, and | Keith Bostic |
| 2011-11-23 | Rename config keys for page and overflow sizes to {internal,leaf}_{item,page}... | Michael Cahill |
| 2011-11-04 | Rename WT_MTX to WT_CONDVAR | Michael Cahill |
| 2011-11-04 | Remove the workQ code entirely. | Michael Cahill |
| 2011-09-23 | Replace internal_node_min/leaf_node_min (the minimum page size) | Keith Bostic |
| 2011-09-12 | Add wrappers around POSIX read/write locks. | Michael Cahill |
| 2011-09-06 | Review/cleanup statistics code: | Keith Bostic |
| 2011-09-05 | Make the cursor->search_near method's "exact" argument work. | Keith Bostic |
| 2011-08-26 | Rename __wt_conn_stats to __wt_connection_stats so the sorting is not locale-... | Michael Cahill |
| 2011-08-26 | Intermediate commit of new cursor code: this commit has mostly working | Keith Bostic |
| 2011-08-09 | don't track overflow pages read on a per-cache basis, there's no reason | Keith Bostic |
| 2011-08-09 | Add statistics for cursor->reads,inserts,updates,removes. | Keith Bostic |
| 2011-08-09 | Add statistic for bytes on the free-list. | Keith Bostic |
| 2011-08-09 | Cast the stat value to uint64_t when setting it to avoid compiler warnings. | Keith Bostic |
| 2011-08-09 | Add a "file size" statistic. | Keith Bostic |
| 2011-08-06 | Turn the "eviction server: unable to evict cache pages" warning message | Keith Bostic |
| 2011-08-04 | Shuffle some declarations around in include files (e.g., so WT_BTREE is in bt... | Michael Cahill |
| 2011-07-29 | Avoid the need for statistics cursor configuration: return two columns so app... | Michael Cahill |
| 2011-08-04 | Add some more statistics to the reconciliation code as part of reviewing how | Keith Bostic |
| 2011-07-28 | Connect the old Btree statistics code to the statistics cursors: if you | Keith Bostic |
| 2011-07-21 | Remove the support for the fixed-length, RLE column-store format (this | Keith Bostic |
| 2011-05-19 | Bulk-load is no longer standalone, it does through page reconciliation -- | Keith Bostic |
| 2011-05-13 | Finish the split of btree open and btree create; get rid of the file | Keith Bostic |
| 2011-04-25 | Move the reconciliation structure into the bt_reconcile.c file, it's only used | Keith Bostic |
| 2011-04-08 | Treating the statistics fields as an array makes it too easy to walk off the | Keith Bostic |
| 2011-04-05 | Fix some bugs found when testing bt on the public API. | Michael Cahill |
| 2011-03-16 | Generate configuration-handling code with a Python script. | Michael Cahill |
| 2011-03-29 | Add a path for data to be returned to a cursor. | Michael Cahill |
| 2011-04-03 | The allocation unit size must be part of the persistent information, apps | Keith Bostic |
| 2011-03-31 | Initial support for the salvage method: salvage doesn't work yet, but | Keith Bostic |
| 2011-03-28 | Delete ITEM_{DATA,KEY}_OVFL statistics -- we can't get it right because we | Keith Bostic |
| 2011-03-22 | Change per-thread update buffer allocation to be reflective of past updates, | Keith Bostic |
| 2011-03-04 | Collapse the internal API, push sessions down into the OS layer for error han... | Michael Cahill |
| 2011-02-07 | Begin renaming some of the structs in the internal API (in particular, IDB ->... | Michael Cahill |
| 2011-03-05 | Keep statistics on the number of split pages. | Keith Bostic |
| 2011-03-05 | First version of the split code, only works with variable-length column | Keith Bostic |
| 2011-02-23 | Remove support for duplicate data items in the Btree. | Keith Bostic |
| 2011-02-17 | Get rid of uses of "database". We're using standard terminology in WiredTiger | Keith Bostic |
| 2011-02-16 | Remove '$Id$ from sources, add more file to the list for s_copyright to check. | Michael Cahill |
| 2011-02-04 | Copy page read/write, overflow page read statistics from the cache | Keith Bostic |
| 2011-02-04 | Move "include" under src so that any file can be opened with "../*/<file>.[ch]". | Michael Cahill |