| Age | Commit message (Expand) | Author |
| 2014-08-15 | Add WT_COLLATOR::customize, allowing collators to be customized for specific ... | Michael Cahill |
| 2014-07-25 | Don't hold the checkpoint lock when flushing leaf pages during close or | Keith Bostic |
| 2014-07-20 | Do tree-append tracking in the cursor instead of in the btree handle. | Keith Bostic |
| 2014-06-30 | Instead of using an on-page length of 0 to distinguish between on-page keys | Keith Bostic |
| 2014-05-09 | Speed up checkpoints by doing a better job of skipping pages that can't conta... | Michael Cahill |
| 2014-05-08 | Comment cleanup. | Keith Bostic |
| 2014-05-08 | Skip the fast-append key comparison unless we've previously appended | Keith Bostic |
| 2014-05-01 | Move the checkpoint generation into the btree structure, increment it after t... | Michael Cahill |
| 2014-04-03 | Rename btree->{evict,root}_page -- they aren't WT_PAGEs any more. | Michael Cahill |
| 2014-03-29 | Experimental change: move the WT_PAGE.{parent,ref_hint} fields into the | Keith Bostic |
| 2014-03-27 | Make sure there is no forced eviction during checkpoints. We were checking t... | Michael Cahill |
| 2014-03-26 | Remove the split_deepen tuning parameter, replace it with something a | Keith Bostic |
| 2014-03-16 | Merge branch 'develop' into new-split | Keith Bostic |
| 2014-03-16 | I don't see any reason the checkpointing field needs to be declared | Keith Bostic |
| 2014-03-10 | Restore the internal-key truncation code, it wasn't the problem. | Keith Bostic |
| 2014-03-08 | Remove internal node key-suffix compression from the new-split branch. | Keith Bostic |
| 2014-02-26 | Merge branch 'develop' into new-split | Keith Bostic |
| 2014-02-25 | Allow some internal pages to be evicted without eviction getting aggressive. | Michael Cahill |
| 2014-02-19 | First cut a a version of new version of split that deepens the tree. | Keith Bostic |
| 2014-01-07 | Update copyright notices for 2014. | Keith Bostic |
| 2013-12-16 | Better/fixed support for huge keys/values. | Keith Bostic |
| 2013-12-11 | Rename the overflow lock, now that it is used for keys and values. | Michael Cahill |
| 2013-11-11 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-11-09 | Fix a few instances of "hazard reference" wording that crept back in. | Keith Bostic |
| 2013-10-21 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-10-17 | Replace the per-btree handle spinlock with an array of 256 spinlocks in | Keith Bostic |
| 2013-10-08 | Merge branch 'develop' into fine-grained-durability | Michael Cahill |
| 2013-10-04 | Move the serialization lock from WT_CONNECTION into WT_BTREE, the btree | Keith Bostic |
| 2013-08-29 | Scan through files before the main recovery loop, gathering checkpoint LSNs a... | Michael Cahill |
| 2013-08-14 | Add the WT_SESSION.create prefix_compression_min string configuring the | Keith Bostic |
| 2013-07-13 | The major/minor version support was written in a way where it wasn't | Keith Bostic |
| 2013-07-13 | Rework the WT_REF structure child page key to support on-page keys for | Keith Bostic |
| 2013-05-30 | Don't use u_int in the API, it's a non-standard type. Closes #561. | Keith Bostic |
| 2013-04-02 | Move WT_DATA_HANDLE into its own header file (dhandle.h). | Michael Cahill |
| 2013-03-29 | update a comment | Keith Bostic |
| 2013-03-25 | Merge branch 'develop' into data-handles | Michael Cahill |
| 2013-03-25 | Merge branch 'develop' into data-handles | Michael Cahill |
| 2013-03-14 | Cleanup due to s_all | Alex Gorrod |
| 2013-03-11 | Merge branch 'develop' into default-config | Michael Cahill |
| 2013-03-07 | Make the split percentage apply even when the resulting split page size | Keith Bostic |
| 2013-03-07 | Merge branch 'develop' into default-config | Michael Cahill |
| 2013-02-22 | Make run-time statistics optional, defaulted to "off". | Keith Bostic |
| 2013-02-13 | Include the default file configuration when opening a file. | Keith Bostic |
| 2013-02-06 | Remove support for the no-cache configuration, revert back to maintaining | Keith Bostic |
| 2013-01-30 | Merge pull request #444 from wiredtiger/mmap | Michael Cahill |
| 2013-01-26 | In order to mmap read-only checkpoints, we need a place to store a | Keith Bostic |
| 2013-01-25 | Allow LSM trees to discard the btree handle from the active chunk. | Alex Gorrod |
| 2013-01-16 | Add a statistic to track the maximum depth of the tree, as measured by the | Keith Bostic |
| 2013-01-08 | Add a new memory_max_page configuration option. | Alex Gorrod |
| 2013-01-03 | Remove disabled code and rename "writes_disabled" now that all eviction is di... | Michael Cahill |