| Age | Commit message (Expand) | Author |
| 2013-03-14 | Cut release 1.5.0.1.5.0 | Michael Cahill |
| 2013-03-14 | Fix Java support in s_release | Michael Cahill |
| 2013-03-14 | Install wiredtiger.jar when running "make install". | Michael Cahill |
| 2013-03-14 | Allow building release packages without SWIG. | Michael Cahill |
| 2013-03-14 | Fix spelling, make URIs consistent in the documentation. | Michael Cahill |
| 2013-03-13 | Merge pull request #478 from wiredtiger/txn-generation | Michael Cahill |
| 2013-03-13 | Fix typo in index format. | Alex Gorrod |
| 2013-03-12 | Merge pull request #477 from wiredtiger/btree-get-memsize | Michael Cahill |
| 2013-03-13 | Push the btree overflow check into the inlined function. | Michael Cahill |
| 2013-03-13 | whitespace | Michael Cahill |
| 2013-03-13 | Keep local state across {get,release}_snapshot calls so that the correct data... | Michael Cahill |
| 2013-03-13 | Fix error handling in __wt_btree_memsize, related tidy up. | Alex Gorrod |
| 2013-03-13 | Improve docs for 'type' and 'source' config keys to WT_SESSION::create. | Michael Cahill |
| 2013-03-13 | Back out an unrelated change to memory allocation. | Michael Cahill |
| 2013-03-13 | Avoid polling global transaction state if nothing has changed. | Michael Cahill |
| 2013-03-13 | Merge branch 'develop' into btree-get-memsize | Alex Gorrod |
| 2013-03-13 | Ignore warnings when building the Python SWIG wrapper. | Alex Gorrod |
| 2013-03-13 | Stop accessing the btree child page size directly from LSM code. | Alex Gorrod |
| 2013-03-12 | A better fix for 7e1bf2482d0bec220dc20de45427428193f96134; WT_ALIGN | Keith Bostic |
| 2013-03-11 | Reorg cell unpacking code slightly to avoid recursion so it can be inlined (-... | Michael Cahill |
| 2013-03-10 | Merge pull request #452 from wiredtiger/default-config | Michael Cahill |
| 2013-03-11 | Keep the operation-specific config separate from the file config. | Michael Cahill |
| 2013-03-11 | Remove LSM configuration from file metadata. | Michael Cahill |
| 2013-03-11 | Merge branch 'develop' into default-config | Michael Cahill |
| 2013-03-08 | whitespace | 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-08 | Fix accounting for some WT_REF arrays. | Michael Cahill |
| 2013-03-08 | Anyone can check for obsolete values: we don't need a transaction running. | Michael Cahill |
| 2013-03-08 | Fix a leak of address memory. | Michael Cahill |
| 2013-03-07 | Merge pull request #472 from wiredtiger/fadvise | Michael Cahill |
| 2013-03-07 | Merge pull request #475 from wiredtiger/split-merge-memory | Michael Cahill |
| 2013-03-07 | Merge branch 'develop' into fadvise | Keith Bostic |
| 2013-03-07 | Don't increment by offset, increment by size. | Keith Bostic |
| 2013-03-07 | Use the maxpagesize, not the allocsize, and be consistent with use of | Keith Bostic |
| 2013-03-07 | Make the split percentage apply even when the resulting split page size | Keith Bostic |
| 2013-03-07 | Corret a comment. | Keith Bostic |
| 2013-03-07 | Make the "size" naming consistent, "inmem_" doesn't add anything. | Keith Bostic |
| 2013-03-07 | Include newly created split-merge page WT_ADDR and WT_IKEY structures in | Keith Bostic |
| 2013-03-07 | Fixes for the memory accounting of split-merge pages. | Keith Bostic |
| 2013-03-07 | Don't pass in both a session and a btree, the standard pattern is to get | Keith Bostic |
| 2013-03-07 | Look more carefully for merge candidates in LRU walks. | 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 | Turn of file-mapping if the application configured a cache-size maximum. | Keith Bostic |
| 2013-03-06 | Re-work posix_fadvise, sync_file_range buffer cache changes. | Keith Bostic |
| 2013-03-05 | Merge branch 'develop' into fadvise | Keith Bostic |
| 2013-03-05 | Add a Community page at the top level. | Keith Bostic |
| 2013-03-05 | Don't overwrite the LSM configuration during when checking for existence. | Michael Cahill |
| 2013-03-04 | Don't mmap(2) the file if it's configured for direct I/O, the Linux | Keith Bostic |