| Age | Commit message (Expand) | Author |
| 2013-05-16 | Cut release 1.6.01.6.0 | Alex Gorrod |
| 2013-05-15 | Merge pull request #542 from wiredtiger/name-hash | Michael Cahill |
| 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 | Be more specific about LSM's requirement for non-zero-length data items, | Keith Bostic |
| 2013-05-14 | Merge pull request #539 from wiredtiger/evict-clean-bug | Alex Gorrod |
| 2013-05-15 | Add a comment about tracking the largest transaction ID during reconciliation. | Michael Cahill |
| 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-14 | Acquire the file-list spin lock when checking the WT_FH.refcnt during | Keith Bostic |
| 2013-05-15 | Include the current transaction when calculating the oldest snapshot ID. | Michael Cahill |
| 2013-05-14 | fix a comment | Keith Bostic |
| 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-14 | Merge branch 'develop' into file-extend | Keith Bostic |
| 2013-05-14 | minor rephrasing so two patterns match | Keith Bostic |
| 2013-05-14 | Only track whether eviction is stuck if the cache is full. | Michael Cahill |
| 2013-05-13 | Merge pull request #537 from wiredtiger/eviction-isolation | Alex Gorrod |
| 2013-05-14 | Snapshots (including eviction) *should* include the last committed transaction. | Michael Cahill |
| 2013-05-14 | Don't preload the file system cache when compression is enabled. | Alex Gorrod |
| 2013-05-14 | Fix an off-by-one error in the transaction used for eviction. We track the o... | Michael Cahill |
| 2013-05-13 | Merge branch 'develop' into file-extend | Keith Bostic |
| 2013-05-13 | typo | Keith Bostic |
| 2013-05-13 | Merge branch 'develop' into file-extend | Keith Bostic |
| 2013-05-13 | Mention dd explicitly, it has an option to configure O_DIRECT access. | Keith Bostic |
| 2013-05-13 | Merge branch 'develop' into file-extend | Keith Bostic |
| 2013-05-13 | When unloading the live checkpoint, discard any extended blocks so files | Keith Bostic |
| 2013-05-13 | imported patch madvise-alignment | Michael Cahill |
| 2013-05-13 | Merge branch 'develop' into file-extend | Keith Bostic |
| 2013-05-13 | whitespace | Michael Cahill |
| 2013-05-13 | Clear pages from the LRU queue as soon as they are locked. Threads getting p... | Michael Cahill |
| 2013-05-11 | The underlying file format just changed, note it in the upgrading document. | 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 | Files for which we only hvae fake checkpoints might be verified, the block | 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-08 | Merge pull request #532 from wiredtiger/error-leak | Michael Cahill |
| 2013-05-09 | Don't wait in the LSM worker thread if the tree needs to be switched. | Michael Cahill |
| 2013-05-09 | All cleanup happens in the top-level open call. | Michael Cahill |
| 2013-05-09 | Push most of __conn_close down into __wt_connection_close so that everything ... | Michael Cahill |
| 2013-05-08 | Call destroy functions on error. (#531) | Susan LoVerso |
| 2013-05-08 | Sue noted that there's no statistics_log.log option. | Keith Bostic |
| 2013-05-08 | Typo. | Susan LoVerso |
| 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 |