| Age | Commit message (Expand) | Author |
| 2012-02-02 | Move the stat cursor "clear" config to WT_SESSION::open_cursor. | Michael Cahill |
| 2012-01-31 | Connections are always exclusive, we don't need to config key. | Michael Cahill |
| 2012-01-23 | Merge WT_BUF into WT_ITEM. | Michael Cahill |
| 2012-01-23 | Some cleanup of the hazard code. In particular: | Michael Cahill |
| 2012-01-20 | Add docs for raw cursors. | Michael Cahill |
| 2012-01-18 | Add more wording on different cursor types, split the cursor types page | Keith Bostic |
| 2012-01-17 | Add wording on tuning for allocation_size, internal_page_max and | Keith Bostic |
| 2012-01-04 | Fix another compression/compressors doc problem. | Keith Bostic |
| 2012-01-01 | Add the SESSION->upgrade method. | Keith Bostic |
| 2011-12-26 | make checksums configurable on a per-file basis. | Keith Bostic |
| 2011-12-23 | Rework verify to work in the new, block-manager world. | Keith Bostic |
| 2011-12-09 | Clarify that default item sizing permits 8 items per page. | 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-11 | Add a force flag to eviction to block waiting for busy pages. | Michael Cahill |
| 2011-11-21 | Tweak the wording of documentation for some config keys. | Michael Cahill |
| 2011-11-15 | Reformat config tables in the documentation to make them more compact. | Michael Cahill |
| 2011-11-15 | Note that full paths can be included inside config strings with quotes. | 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-04 | Remove the workQ code entirely. | Michael Cahill |
| 2011-10-18 | Remove the "multithread" configuration for connections. | Michael Cahill |
| 2011-11-02 | Salvage isn't silencing all of the errors it should. (1) salvage is | Keith Bostic |
| 2011-10-21 | Fix the format-types link, minor wording changes. | Keith Bostic |
| 2011-10-19 | Stop overloading the "overwrite" flag for column-store by adding the | 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-09-29 | Support the home-directory argument to the wiredtiger_open function. | Keith Bostic |
| 2011-09-27 | Re-write the eviction thread's drain functionality to use the new tree-walk | Keith Bostic |
| 2011-09-23 | Replace internal_node_min/leaf_node_min (the minimum page size) | Keith Bostic |
| 2011-09-20 | Finally figured out where the doubled periods were actually coming from. | Keith Bostic |
| 2011-09-20 | Make WT_RESTART undocumented. | Michael Cahill |
| 2011-09-19 | The link is "compressors", not "compressor". | Keith Bostic |
| 2011-09-16 | Add the "multithread" connection configuration option, which configures | Keith Bostic |
| 2011-09-11 | Replace column-store page-extension code with a new skiplist, maintained | Keith Bostic |
| 2011-09-05 | Add a checksum to the file description block. | Keith Bostic |
| 2011-09-02 | Use a unique error code for attempting to overwrite an existing value (not EI... | Michael Cahill |
| 2011-08-16 | Finish implementation of indices -- populate them as the primary is updated, ... | Michael Cahill |
| 2011-08-23 | We're not using the read-only error for now, remove it. | Keith Bostic |
| 2011-08-23 | WT_TOOSMALL isn't used anywhere; delete it as an error. | Keith Bostic |
| 2011-08-18 | Move "verify after read" into the block-read function: the 3 places that | Keith Bostic |
| 2011-08-18 | The row/col put functions take "int is_write", while the row/col search | Keith Bostic |
| 2011-08-11 | Followup from Keith's review comments | Don Anderson |
| 2011-08-10 | Added compression infrastructure, example compressors and tests. | Don Anderson |