| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the WT_SESSION.create prefix_compression_min string configuring the | Keith Bostic | 2013-08-14 | 1 | -1/+2 |
* | The major/minor version support was written in a way where it wasn't | Keith Bostic | 2013-07-13 | 1 | -2/+9 |
* | Rework the WT_REF structure child page key to support on-page keys for | Keith Bostic | 2013-07-13 | 1 | -2/+4 |
* | Don't use u_int in the API, it's a non-standard type. Closes #561. | Keith Bostic | 2013-05-30 | 1 | -1/+1 |
* | Move WT_DATA_HANDLE into its own header file (dhandle.h). | Michael Cahill | 2013-04-02 | 1 | -40/+0 |
* | update a comment | Keith Bostic | 2013-03-29 | 1 | -1/+1 |
* | Merge branch 'develop' into data-handles | Michael Cahill | 2013-03-25 | 1 | -14/+4 |
|\ |
|
| * | Cleanup due to s_all | Alex Gorrod | 2013-03-14 | 1 | -5/+2 |
| * | Merge branch 'develop' into default-config | Michael Cahill | 2013-03-11 | 1 | -7/+0 |
| |\ |
|
| | * | Make the split percentage apply even when the resulting split page size | Keith Bostic | 2013-03-07 | 1 | -7/+0 |
| * | | Merge branch 'develop' into default-config | Michael Cahill | 2013-03-07 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Make run-time statistics optional, defaulted to "off". | Keith Bostic | 2013-02-22 | 1 | -1/+1 |
| * | | Include the default file configuration when opening a file. | Keith Bostic | 2013-02-13 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'develop' into data-handles | Michael Cahill | 2013-03-25 | 1 | -19/+32 |
|\ \
| |/ |
|
| * | Remove support for the no-cache configuration, revert back to maintaining | Keith Bostic | 2013-02-06 | 1 | -9/+7 |
| * | Merge pull request #444 from wiredtiger/mmap | Michael Cahill | 2013-01-30 | 1 | -3/+3 |
| |\ |
|
| | * | In order to mmap read-only checkpoints, we need a place to store a | Keith Bostic | 2013-01-26 | 1 | -3/+3 |
| * | | Allow LSM trees to discard the btree handle from the active chunk. | Alex Gorrod | 2013-01-25 | 1 | -9/+10 |
| |/ |
|
| * | Add a statistic to track the maximum depth of the tree, as measured by the | Keith Bostic | 2013-01-16 | 1 | -0/+1 |
| * | Add a new memory_max_page configuration option. | Alex Gorrod | 2013-01-08 | 1 | -0/+1 |
| * | Remove disabled code and rename "writes_disabled" now that all eviction is di... | Michael Cahill | 2013-01-03 | 1 | -1/+1 |
| * | Merge branch 'develop' into dirty-disable | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
| |\ |
|
| | * | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
| * | | Re-structure chunks of __bt_evict.c to make checkpoints outside of the | Keith Bostic | 2012-12-27 | 1 | -0/+2 |
| |/ |
|
| * | Merge branch 'develop' into doc_mods1 | Susan LoVerso | 2012-12-06 | 1 | -2/+2 |
| |\ |
|
| | * | Push further down the "data-source" path: rename WT_BSTAT_XXX to | Keith Bostic | 2012-12-06 | 1 | -2/+2 |
| * | | Change hazard reference to hazard pointer, plus a few minor doc edits. | Susan LoVerso | 2012-12-06 | 1 | -1/+1 |
| |/ |
|
| * | Move the write-generation out of the block header and into the page | Keith Bostic | 2012-11-28 | 1 | -0/+2 |
| * | Make WT_SESSION::create's checksum configuration 3-state: on, off, or | Keith Bostic | 2012-11-23 | 1 | -1/+4 |
| * | We need to checksum the data if it's not compressed, even if checksums | Keith Bostic | 2012-11-23 | 1 | -0/+2 |
| * | Merge branch 'develop' into raw | Keith Bostic | 2012-11-16 | 1 | -1/+1 |
| |\ |
|
| | * | Add a "size of checkpoint" statistic. | Michael Cahill | 2012-11-16 | 1 | -1/+1 |
| * | | Add support for WT_COMPRESS::compress_raw, let the underlying compression | Keith Bostic | 2012-11-15 | 1 | -2/+2 |
| |/ |
|
| * | Add a per-btree cache priority, currently only used for Bloom filters. | Michael Cahill | 2012-11-05 | 1 | -0/+1 |
| * | Support for deleting overflow values in variable-length column-stores. | Keith Bostic | 2012-10-07 | 1 | -1/+1 |
| * | One solution for #310: use the on-page cell address as our synchronization | Keith Bostic | 2012-09-30 | 1 | -0/+2 |
* | | Merge branch 'develop' into data-handles | Michael Cahill | 2012-09-27 | 1 | -6/+8 |
|\ \
| |/ |
|
| * | Add partial support for no-cache files -- this works with two caveats: | Keith Bostic | 2012-09-17 | 1 | -7/+9 |
* | | Replace session->btree with a data handle. | Michael Cahill | 2012-09-18 | 1 | -3/+6 |
* | | Split general WT_BTREE fields into WT_DATA_HANDLE. | Michael Cahill | 2012-09-18 | 1 | -18/+25 |
|/ |
|
* | Merge branch 'develop' into lsm | Michael Cahill | 2012-09-12 | 1 | -0/+5 |
|\ |
|
| * | Merge branch 'develop' into dictionary | Alex Gorrod | 2012-09-12 | 1 | -0/+1 |
| |\ |
|
| * | | Reconciliation can be called by random threads on different trees, which | Keith Bostic | 2012-09-10 | 1 | -0/+5 |
* | | | Merge branch 'develop' into lsm. Some manual conflict resolution. | Alex Gorrod | 2012-09-11 | 1 | -0/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Add the WT_BTREE.bulk_load_ok field, set when an empty tree is initially | Keith Bostic | 2012-09-10 | 1 | -0/+1 |
| |/ |
|
* | | Split the "cache_resident" flag into two parts. | Michael Cahill | 2012-08-27 | 1 | -5/+6 |
|/ |
|
* | Whitespace cleanups, no semantic changes. | Keith Bostic | 2012-08-07 | 1 | -1/+1 |
* | Merge pull request #281 from wiredtiger/cache-resident | Michael Cahill | 2012-08-05 | 1 | -2/+2 |
|\ |
|
| * | Add the cache_resident configuration flag, turns off page eviction and | Keith Bostic | 2012-08-02 | 1 | -2/+2 |
* | | Add an "was object ever modified" flag to the btree handle, and use it | Keith Bostic | 2012-08-03 | 1 | -0/+1 |
|/ |
|