| Age | Commit message (Expand) | Author |
| 2014-10-02 | Typedef wt_off_t as an off_t if the type is available on the system. | Keith Bostic |
| 2014-10-02 | Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ... | Mark Benvenuto |
| 2014-06-09 | Add explicit os_cache_dirty_max settings for LSM wtperf tests. #1051 | Susan LoVerso |
| 2014-05-05 | A somewhat different approach to --enable-verbose: inline __wt_verbose() | Keith Bostic |
| 2014-02-27 | monitor_set might have been used without being initialized. | Keith Bostic |
| 2014-01-17 | Do direct I/O reads on checkpoints to reduce the VM pressure of LSM workloads. | Michael Cahill |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-12-17 | Rewrite the read/write loops to handle short returns, POSIX allows short | 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-17 | Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle so | Keith Bostic |
| 2013-11-11 | Go back to "allocation_size" to avoid breaking the world. | Michael Cahill |
| 2013-11-09 | Compression changes. | Keith Bostic |
| 2013-11-05 | Add a statistic of the number of bytes currently available in the file | Keith Bostic |
| 2013-10-18 | Merge branch 'develop' into statistics-split | Keith Bostic |
| 2013-10-17 | Rename the block manager's lock for logging, it doesn't have anything | Keith Bostic |
| 2013-10-17 | Merge branch 'develop' into statistics-split | Keith Bostic |
| 2013-10-10 | Split statistics macros into two parts: run-time and everything else, | Keith Bostic |
| 2013-10-06 | Add support for tracking which spinlocks block other spinlocks and | Keith Bostic |
| 2013-10-04 | Move the serialization lock from WT_CONNECTION into WT_BTREE, the btree | Keith Bostic |
| 2013-06-17 | Merge branch 'develop' into logging | Susan LoVerso |
| 2013-05-22 | Merge branch 'develop' into logging | Susan LoVerso |
| 2013-05-20 | Add direct_io support for logging. | Susan LoVerso |
| 2013-05-17 | O_DIRECT is a global flag for the engine, which requires file page allocation | Keith Bostic |
| 2013-05-11 | Rename the WT_FH.file_size field to be WT_FH.size. | Keith Bostic |
| 2013-05-10 | __wt_block_ckpt_init() shouldn't set the checkpoint's file size to a | Keith Bostic |
| 2013-05-09 | Use the allocation size for the file "desc" block. This is important for dir... | Michael Cahill |
| 2013-05-01 | Give the LSM tree its own data-source statistics structure back, move | Keith Bostic |
| 2013-03-13 | Create a cached list of WT_EXT structures in order to avoid so many | Keith Bostic |
| 2013-03-11 | Merge branch 'develop' into default-config | Michael Cahill |
| 2013-03-06 | Change os_write_schedule to be os_cache_dirty_max, changing a boolean | Keith Bostic |
| 2013-03-07 | Fix build after merging develop. | Michael Cahill |
| 2013-03-07 | Merge branch 'develop' into default-config | Michael Cahill |
| 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-02-28 | Add a "maximum filesystem buffer cache" setting to files. After doing the sp... | Michael Cahill |
| 2013-02-22 | Make run-time statistics optional, defaulted to "off". | Keith Bostic |
| 2013-02-14 | Merge branch 'develop' into default-config | Keith Bostic |
| 2013-02-13 | Include the default file configuration when opening a file. | Keith Bostic |
| 2013-02-13 | Enhance the "unsupported version" error message to include the supported | Keith Bostic |
| 2013-02-01 | block->ref is unsigned, it's always greater than 0. | Keith Bostic |
| 2013-02-01 | If there is an error in __wt_block_open, don't call __wt_block_close or it wi... | Michael Cahill |
| 2013-01-31 | The mmap branch changes broke checkpoint memory management, verify was | Keith Bostic |
| 2013-01-28 | Put the WT_BLOCK structure on the queue first thing, the corresponding | 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-17 | Remove HAVE_VERBOSE and most of the verbose convenience macros, verbose | Keith Bostic |
| 2012-12-13 | Lock the block statistics call out of sheer raving paranoia. | Keith Bostic |
| 2012-12-12 | Don't ignore the return from __wt_remove on error. | Keith Bostic |
| 2012-12-12 | Now some errors can override other errors, we shouldn't ignore errors | Keith Bostic |