| Commit message (Expand) | Author | Age | Files | Lines |
* | update a comment, minor whitespace. | Keith Bostic | 2011-12-12 | 1 | -8/+7 |
* | Split the reconciliation into reconciliation and eviction pieces, and | Keith Bostic | 2011-11-26 | 1 | -1/+22 |
* | Make sync and verify work on tables (and colgroups and indices). | Michael Cahill | 2011-10-04 | 1 | -1/+3 |
* | Some "public" btree routines were __wt_bt_XXX, some where __wt_btree_XXX, | Keith Bostic | 2011-08-04 | 1 | -2/+2 |
* | Add support for extending column-store files -- this isn't right yet, | Keith Bostic | 2011-07-06 | 1 | -5/+1 |
* | Change all struct names to have the prefix "__wt_", and all corresponding typ... | Michael Cahill | 2011-05-30 | 1 | -1/+1 |
* | General changes to make test001 work -- we can now create trees from scratch. | Keith Bostic | 2011-05-11 | 1 | -6/+0 |
* | Fix the problem where a sync or close call could deadlock with a thread of | Keith Bostic | 2011-05-04 | 1 | -1/+1 |
* | The recent core dump problem was caused by the sync call reconciling pages the | Keith Bostic | 2011-04-09 | 1 | -41/+3 |
* | Checkpoint the salvage code, row-store files are passing basic smoke tests. | Keith Bostic | 2011-04-06 | 1 | -1/+1 |
* | Move parent-page updates into the reconciliation code (previously, the close | Keith Bostic | 2011-03-16 | 1 | -10/+10 |
* | Note that file sync is single-threaded and a depth-first walk. | Keith Bostic | 2011-03-15 | 1 | -1/+11 |
* | Formatting, mostly whitespace (s_longlines). | Michael Cahill | 2011-03-07 | 1 | -1/+2 |
* | Collapse the internal API, push sessions down into the OS layer for error han... | Michael Cahill | 2011-03-04 | 1 | -11/+9 |
* | Begin renaming some of the structs in the internal API (in particular, IDB ->... | Michael Cahill | 2011-02-07 | 1 | -3/+3 |
* | Remove support for duplicate data items in the Btree. | Keith Bostic | 2011-02-23 | 1 | -2/+1 |
* | Supress some "X may be used uninitialized" warnings. | Michael Cahill | 2011-02-18 | 1 | -1/+1 |
* | Get rid of uses of "database". We're using standard terminology in WiredTiger | Keith Bostic | 2011-02-17 | 1 | -1/+1 |
* | Remove '$Id$ from sources, add more file to the list for s_copyright to check. | Michael Cahill | 2011-02-16 | 1 | -2/+0 |
* | Restructure the tree to ease merge. | Michael Cahill | 2011-02-01 | 1 | -0/+61 |