| Age | Commit message (Expand) | Author |
| 2012-02-02 | Fixes to make test_schema02 pass. Much more careful checking and cleanup dur... | Michael Cahill |
| 2012-02-02 | Remove the config string from WT_CURSOR::close: it is no longer required and ... | Michael Cahill |
| 2012-02-01 | The target name for rename operations should be a URI, not a raw name. | Michael Cahill |
| 2012-01-31 | Handle errors from __wt_cursor_init. | Michael Cahill |
| 2012-01-31 | Add WT_CURSOR::uri containing the cursor source URI, primarily in support of ... | Michael Cahill |
| 2012-01-29 | If a file is big enough, and empty enough, a free range can overflow | Keith Bostic |
| 2012-01-26 | Back out the WT_INSERT_HEAD to WT_SKIP_HEAD change: we're not going to use | Keith Bostic |
| 2012-01-25 | Skiplist implementation of the default block manager free-list management. | Keith Bostic |
| 2012-01-25 | Replace WT_CURSOR::first,last} with WT_CURSOR::reset. | Michael Cahill |
| 2012-01-23 | Merge WT_BUF into WT_ITEM. | Michael Cahill |
| 2012-01-19 | Rename WT_INSERT_HEAD to be WT_SKIP_HEAD, some (but not all) of the | Keith Bostic |
| 2012-01-19 | Fix for tables with recno keys: share the function to set a cursor key. | Michael Cahill |
| 2012-01-17 | Documentation: add notes on remote file systems, created file permissions, | Keith Bostic |
| 2012-01-17 | Michael's review: make rename operation arguments match the underlying | Keith Bostic |
| 2012-01-16 | Add a simple schema-tracking log so we can unroll SESSION.rename on error. | Keith Bostic |
| 2012-01-14 | Change track initialization to return an error if it finds an incorrect | Keith Bostic |
| 2012-01-12 | Remove session buffer support: they are no longer used for bulk-load and they | Keith Bostic |
| 2012-01-11 | Change __open_schema_table() to call the underlying __create_file(), | Keith Bostic |
| 2012-01-11 | Don't allow applications to drop or create objects in the "WiredTiger" name | Keith Bostic |
| 2012-01-06 | Simplify __wt_drop_file and implement the force flag. | Keith Bostic |
| 2012-01-05 | Break out "close any btree" code into a common subroutine. | Keith Bostic |
| 2012-01-04 | Clarify the session->truncate documentation, add the simple code that | Keith Bostic |
| 2012-01-04 | Add support for truncating files and tables. | Keith Bostic |
| 2012-01-03 | Build out the SESSION->rename method, add the wt utility rename command. | Keith Bostic |
| 2012-01-02 | Review pass over errno handling -- probably still not correct, but it's | Keith Bostic |
| 2012-01-01 | Add the SESSION->upgrade method. | Keith Bostic |
| 2012-01-01 | Split the WT_PAGE_DISK structure into two parts: the btree page header | Keith Bostic |
| 2011-12-28 | Move the checksum code from support/cksum.c to block/block_cksum.c, | Keith Bostic |
| 2011-12-28 | Fix the salvage force flag: when I split apart the block-manager code, | Keith Bostic |
| 2011-12-28 | Switch from uint32_t/uint32_t addr/size pairs to off_t/uint32_t | Keith Bostic |
| 2011-12-27 | Create a per-block structure, WT_BLOCK, and move all of the block-specific | Keith Bostic |
| 2011-12-27 | Finish splitting out the block functions vs. the block-manager | Keith Bostic |
| 2011-12-24 | Add a __wt_schema_table_update function which configures the cursor for | Keith Bostic |
| 2011-12-23 | Rework verify to work in the new, block-manager world. | Keith Bostic |
| 2011-12-21 | Move root addresses into the schema file and add support for the | Keith Bostic |
| 2011-12-20 | Rename the btree/bt_desc.c to block/bt_open.c, most of the content | Keith Bostic |
| 2011-12-20 | Work through the block manager vs. block functions naming: the former are | Keith Bostic |
| 2011-12-20 | Make salvage work with variable-length filesystem address cookies. | Keith Bostic |
| 2011-12-18 | Rename __wt_rec_modify_init __wt_page_modify_init, it's the page | Keith Bostic |
| 2011-12-18 | Shuffle some routines so that primary functions come first, and they call | Keith Bostic |
| 2011-12-18 | Clean up from the merge with the current tree. | Keith Bostic |
| 2011-12-14 | Reorg the api directory into connection and session parts. While in the area... | Michael Cahill |
| 2011-12-13 | Move the handling of WT_PAGE_FORCE_EVICT into bt_evict.c and simplify -- deal... | Michael Cahill |
| 2011-12-13 | Make the serialized function helpers into inlined functions (move support/ser... | Michael Cahill |
| 2011-12-13 | Remove some noise remaining from the workq: we don't need WT_SESSION_IMPL->wq... | Michael Cahill |
| 2011-12-12 | Restructure reads to not use serialized functions, reduce the number of calls... | Michael Cahill |
| 2011-12-08 | To avoid problems with a tree being closed from underneath an application thr... | Michael Cahill |
| 2011-12-05 | Parallelize eviction by having application threads evict pages while reads ar... | Michael Cahill |
| 2011-12-07 | Remove the read thread now that application threads handle reads directly. | Michael Cahill |
| 2011-12-05 | Make eviction parameters tunable, to force more or less aggressive eviction. | Michael Cahill |