| Age | Commit message (Expand) | Author |
| 2013-05-16 | Use the name hash to avoid string comparisons in the session list of data han... | Michael Cahill |
| 2013-05-15 | Add name hash to avoid excessive strcmp on common path. | Susan LoVerso |
| 2013-05-15 | typo | Michael Cahill |
| 2013-05-15 | Fix ordering of application eviction so a session's read-committed transactio... | Michael Cahill |
| 2013-05-15 | Fix a bug where clean pages could be evicted when they contained updates requ... | Michael Cahill |
| 2013-05-14 | Change file_extend syntax from file_extend=(type=[data,log],size=XXX) | Keith Bostic |
| 2013-05-11 | Support for a new configuration option, file_extend, that extends the file | Keith Bostic |
| 2013-05-11 | Rename the WT_FH.file_size field to be WT_FH.size. | Keith Bostic |
| 2013-05-11 | Add more warnings about direct I/O, put them all in one place. | Keith Bostic |
| 2013-05-11 | Increase the Linux default buffer alignment to 4KB, there are known cases | 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-09 | Merge branch 'develop' into terminate-method | Michael Cahill |
| 2013-05-09 | Push most of __conn_close down into __wt_connection_close so that everything ... | Michael Cahill |
| 2013-05-08 | Simplify quoting in config string examples, now that quotes are not reqired f... | Michael Cahill |
| 2013-05-07 | Merge branch 'develop' into terminate-method | Keith Bostic |
| 2013-05-07 | Add handle.terminate methods to WT_COLLATOR, WT_COMPRESSOR and | Keith Bostic |
| 2013-05-07 | Keep track of the maximum slot used in the LRU queue in a volatile, monotonic... | Michael Cahill |
| 2013-05-07 | Merge branch 'develop' into eviction-tuning | Alex Gorrod |
| 2013-05-07 | Merge branch 'develop' into eviction-tuning | Alex Gorrod |
| 2013-05-07 | Merge branch 'develop' into app-forced-eviction | Alex Gorrod |
| 2013-05-06 | Document that direct_io=[data] (O_DIRECT for data files) implies that you | Keith Bostic |
| 2013-05-06 | Flag that WT_SESSION.{drop,rename,salvage,truncate,upgrade,verify} all | Keith Bostic |
| 2013-05-03 | document that configuring statistics_log implies configuring statistics. | Keith Bostic |
| 2013-05-03 | Merge pull request #520 from wiredtiger/lsm_stats | agorrod |
| 2013-05-02 | Merge branch 'develop' into hot-backup-race | Keith Bostic |
| 2013-05-02 | Merge branch 'develop' into lsm_stats | Keith Bostic |
| 2013-05-02 | Add a header file I forgot in the last commit :( | Alex Gorrod |
| 2013-05-01 | Merge branch 'develop' into lsm_stats | Keith Bostic |
| 2013-05-01 | Add WT_CURSOR_STATS to return a reference to a statistic cursor's stats, | Keith Bostic |
| 2013-05-01 | Give the LSM tree its own data-source statistics structure back, move | Keith Bostic |
| 2013-05-01 | Fix build warning. | Alex Gorrod |
| 2013-05-01 | Merge branch 'develop' into hot-backup-race | Michael Cahill |
| 2013-04-30 | Add support for aggregating data-source statistics, currently only | Keith Bostic |
| 2013-04-29 | Wait on a condition variable rather than sleeping in LSM workers. This can b... | Michael Cahill |
| 2013-04-28 | Add support for open-cursor count statistics in both the connection and | Keith Bostic |
| 2013-04-26 | Two bug fixes: First, handle close checkpoints files and so can discard | Keith Bostic |
| 2013-04-24 | Changes to tune eviction loops based on profiling. Track more pages, but onl... | Michael Cahill |
| 2013-04-24 | Introduce a condition variable for application threads waiting for eviction | Alex Gorrod |
| 2013-04-24 | Move forced eviction into application threads. This is a major cleanup of th... | Michael Cahill |
| 2013-04-24 | Move allocation and freeing of the LRU queue out of the eviction thread: appl... | Michael Cahill |
| 2013-04-24 | Merge branch 'develop' into basho | Michael Cahill |
| 2013-04-24 | Merge branch 'develop' into lsm-ckpt-experiments | Michael Cahill |
| 2013-04-24 | Be less aggressive about exiting cache full check early. | Alex Gorrod |
| 2013-04-23 | Add a connection-level statistic for btree cursor ops and an LSM | Keith Bostic |
| 2013-04-23 | Clarify WT_STAT_DSRC_BLOCK_SIZE is the file size in bytes. | Keith Bostic |
| 2013-04-23 | Only evict a single page from __cursor_leave to avoid latency spikes. | Alex Gorrod |
| 2013-04-22 | Back out 2aaf73857f4c5a819ff8d94ac47a621673e0f4d0, call Michael's new | Keith Bostic |
| 2013-04-22 | Merge branch 'develop' into stec | Keith Bostic |
| 2013-04-22 | Move pack/unpack methods into the extension API, because extensions shouldn't... | Michael Cahill |