| Age | Commit message (Expand) | Author |
| 2014-05-05 | A somewhat different approach to --enable-verbose: inline __wt_verbose() | Keith Bostic |
| 2014-04-09 | Don't try and extend the file unless we have a valid offset. | Keith Bostic |
| 2014-04-09 | Missing WT_RET(), don't lose the error. | Keith Bostic |
| 2014-04-09 | The posix_fallocate call on Linux is corrupting already written data, | Keith Bostic |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-12-23 | Make addr_size (block manager's address sizes) a size_t instead of a | Keith Bostic |
| 2013-12-17 | ../src/block/block_write.c: In function '__wt_block_write_off': | Michael Cahill |
| 2013-12-16 | Better/fixed support for huge keys/values. | Keith Bostic |
| 2013-11-18 | Start tuning the WT_SESSION_IMPL cache of WT_EXT and WT_SIZE structures. | Keith Bostic |
| 2013-11-17 | Create a cache of WT_SIZE structures in the WT_SESSION_IMPL handle so | Keith Bostic |
| 2013-11-17 | Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle so | Keith Bostic |
| 2013-10-19 | API change: rework "run-time" and "tree-walk" statistics configuration. | Keith Bostic |
| 2013-10-10 | Split statistics macros into two parts: run-time and everything else, | Keith Bostic |
| 2013-07-11 | Pre-allocate log files. | Susan LoVerso |
| 2013-05-11 | Support for a new configuration option, file_extend, that extends the file | Keith Bostic |
| 2013-03-12 | A better fix for 7e1bf2482d0bec220dc20de45427428193f96134; WT_ALIGN | Keith Bostic |
| 2013-03-08 | Minor lint, get rid of WT_ALIGN32, it's no longer needed as far as I can tell. | Keith Bostic |
| 2013-03-06 | Change os_write_schedule to be os_cache_dirty_max, changing a boolean | Keith Bostic |
| 2013-03-06 | Re-work posix_fadvise, sync_file_range buffer cache changes. | Keith Bostic |
| 2013-03-04 | Replace os_cache_max configuration and behavior with calls to: (1) | Keith Bostic |
| 2013-01-26 | In order to mmap read-only checkpoints, we need a place to store a | Keith Bostic |
| 2013-01-01 | Update copyright notice to 2013. | Keith Bostic |
| 2012-12-12 | Don't ignore the return from __wt_block_off_free in the write error path. | Keith Bostic |
| 2012-12-05 | Review the statistics: rename the statistics names for consistency and | Keith Bostic |
| 2012-11-28 | Move the write-generation out of the block header and into the page | Keith Bostic |
| 2012-11-26 | Assert that the write buffer is aligned for direct I/O and large enough | Keith Bostic |
| 2012-11-23 | Maintain bytes read/written as well as I/O counts, reference #381. | Keith Bostic |
| 2012-11-23 | Add a check for buffer alignment in the write path. | Keith Bostic |
| 2012-11-23 | We need to checksum the data if it's not compressed, even if checksums | Keith Bostic |
| 2012-11-22 | Move compression out of the block-manager layer to the btree layer. | Keith Bostic |
| 2012-11-15 | Add support for WT_COMPRESS::compress_raw, let the underlying compression | Keith Bostic |
| 2012-10-12 | Allocate checkpoint blocks from the live system's list of available blocks | Keith Bostic |
| 2012-09-12 | Fix a comment. | Keith Bostic |
| 2012-06-19 | Push snapshot to checkpoint rename down through the rest of the system | Keith Bostic |
| 2012-06-05 | Merge the verbose write-offset/cksum information with the page-type | Keith Bostic |
| 2012-05-29 | WT_ERR call in __wt_block_write_off wasn't necessary, it came before the | Keith Bostic |
| 2012-05-24 | If a write fails, free the allocated blocks back to the avail list. | Keith Bostic |
| 2012-05-12 | Convert the block code to WT_DECL_ITEM. | Keith Bostic |
| 2012-05-07 | Rework WT_EVENT_HANDLERs. | Keith Bostic |
| 2012-04-26 | Replace local "ret" declarations with WT_DECL_RET. | Keith Bostic |
| 2012-04-22 | There are no longer any freelists, remove references to them. | Keith Bostic |
| 2012-03-30 | Naming pass: quit using _buf for block-manager API-level functions, use | Keith Bostic |
| 2012-03-29 | Review and rework spinlocks around snapshots, then turn them on. | Keith Bostic |
| 2012-03-25 | Second set of snapshot changes, ref #167: | Keith Bostic |
| 2012-03-22 | First set of snapshot changes, ref #167. The big changes are to create | Keith Bostic |
| 2012-01-29 | If a file is big enough, and empty enough, a free range can overflow | Keith Bostic |
| 2012-01-23 | Keep a special reserved value for block checksums to avoid possible collisions. | Michael Cahill |
| 2012-01-23 | Merge WT_BUF into WT_ITEM. | Michael Cahill |
| 2012-01-22 | Update copyright notices to 2012. | Keith Bostic |
| 2012-01-22 | The change to allow applications to turn off checksums broke salvage: I | Keith Bostic |