| Age | Commit message (Expand) | Author |
| 2012-01-22 | Update copyright notices to 2012. | Keith Bostic |
| 2011-12-28 | Fix a comment. | Keith Bostic |
| 2011-12-25 | When the engine calls __wt_err on error, it often outputs an error | Keith Bostic |
| 2011-12-14 | Reorg the api directory into connection and session parts. While in the area... | Michael Cahill |
| 2011-12-08 | To avoid problems with a tree being closed from underneath an application thr... | Michael Cahill |
| 2011-12-06 | Move the reconcile state from btree handles to session handles: it is not sha... | Michael Cahill |
| 2011-12-05 | Make eviction parameters tunable, to force more or less aggressive eviction. | Michael Cahill |
| 2011-12-05 | Make internal_item_max and leaf_item_max default to allow 10 items per page a... | Michael Cahill |
| 2011-11-29 | automatically prepend verbose messages with their particular tag line | Keith Bostic |
| 2011-11-28 | Add a "verify" verbose option. | Keith Bostic |
| 2011-11-26 | Split the reconciliation into reconciliation and eviction pieces, and | Keith Bostic |
| 2011-11-23 | Change the default cache size to 100MB. | Michael Cahill |
| 2011-11-23 | Rename config keys for page and overflow sizes to {internal,leaf}_{item,page}... | Michael Cahill |
| 2011-11-10 | Avoid session buffers, just call malloc/free directly. | Michael Cahill |
| 2011-11-15 | Wrap error return documentation in named section, link to it from @return sec... | Michael Cahill |
| 2011-11-08 | Fix tests to match config string changes for dump/load. | Michael Cahill |
| 2011-11-08 | Make handling of empty lists in config strings robust against empty inputs. | Michael Cahill |
| 2011-11-07 | Switch to a trylock for operations that need an exclusive handle lock: we don... | Michael Cahill |
| 2011-11-04 | Change the SESSION->{verify,salvage,dumpfile,sync} methods to have a | Keith Bostic |
| 2011-11-04 | SESSION->dumpfile is verify under the covers, and doesn't need | Keith Bostic |
| 2011-11-04 | Rename WT_MTX to WT_CONDVAR | Michael Cahill |
| 2011-11-04 | Fix btree locking to permit salvage on an open handle. | Michael Cahill |
| 2011-11-04 | Remove the workQ code entirely. | Michael Cahill |
| 2011-11-03 | KNF. | Keith Bostic |
| 2011-11-03 | Remove the workQ -- have application threads notify the read and eviction ser... | Michael Cahill |
| 2011-10-18 | Remove the "multithread" configuration for connections. | Michael Cahill |
| 2011-10-23 | __wt_config_concat should just concatenate the config strings. | Michael Cahill |
| 2011-10-28 | Split file cursors out into their own list in the session handle. | Michael Cahill |
| 2011-11-02 | Running the test suite with HAVE_DIAGNOSTIC configured fails because we | Keith Bostic |
| 2011-11-02 | Clean up a couple of places where we declared and cleared a WT_BUF, but never | Keith Bostic |
| 2011-10-22 | Rewrite __wt_config_concat: the problem is the final version of the | Keith Bostic |
| 2011-10-21 | Push handling of locking for bulk cursors into __wt_curfile_create -- fixes b... | Michael Cahill |
| 2011-10-21 | When getting a file exclusive, don't clear the open flag. | Michael Cahill |
| 2011-10-21 | Make sure WT_BTREE_BULK is set on the tree when a bulk cursor is opened. | Michael Cahill |
| 2011-10-19 | Stop overloading the "overwrite" flag for column-store by adding the | Keith Bostic |
| 2011-10-18 | Clarify a comment. | Michael Cahill |
| 2011-10-10 | Rename __wt_buf_sprintf/__wt_buf_sprintf_append to __wt_buf_fmt and | Keith Bostic |
| 2011-10-10 | If the type is "choices", then you have specify a string value for the | Keith Bostic |
| 2011-10-10 | Split __wt_buf_sprintf into two functions: __wt_buf_sprintf that sets the | Keith Bostic |
| 2011-10-07 | Delete trailing blank lines from files. | Keith Bostic |
| 2011-10-07 | Make dump cursors work. | Keith Bostic |
| 2011-10-07 | Implement custom collators. | Michael Cahill |
| 2011-10-05 | Add a "transactional" configuration to wiredtiger_open, the ex_all.c | Keith Bostic |
| 2011-10-05 | We need the session handle to free allocated resources like buffers -- | Keith Bostic |
| 2011-10-04 | Check __wt_buf_init() call for possible error return. | Keith Bostic |
| 2011-10-04 | KNF | Keith Bostic |
| 2011-10-04 | Add backslash escape support for the WiredTiger.config file. | Keith Bostic |
| 2011-10-04 | Identifiers separated by spaces were being ignored by the config parser. | Michael Cahill |
| 2011-10-04 | Add a test for wiredtiger_open with multiple compressors. | Michael Cahill |
| 2011-10-04 | Make sync and verify work on tables (and colgroups and indices). | Michael Cahill |