summaryrefslogtreecommitdiff
path: root/src/include/btree.h
Commit message (Expand)AuthorAgeFilesLines
* Add the WT_SESSION.create prefix_compression_min string configuring theKeith Bostic2013-08-141-1/+2
* The major/minor version support was written in a way where it wasn'tKeith Bostic2013-07-131-2/+9
* Rework the WT_REF structure child page key to support on-page keys forKeith Bostic2013-07-131-2/+4
* Don't use u_int in the API, it's a non-standard type. Closes #561.Keith Bostic2013-05-301-1/+1
* Move WT_DATA_HANDLE into its own header file (dhandle.h).Michael Cahill2013-04-021-40/+0
* update a commentKeith Bostic2013-03-291-1/+1
* Merge branch 'develop' into data-handlesMichael Cahill2013-03-251-14/+4
|\
| * Cleanup due to s_allAlex Gorrod2013-03-141-5/+2
| * Merge branch 'develop' into default-configMichael Cahill2013-03-111-7/+0
| |\
| | * Make the split percentage apply even when the resulting split page sizeKeith Bostic2013-03-071-7/+0
| * | Merge branch 'develop' into default-configMichael Cahill2013-03-071-1/+1
| |\ \ | | |/
| | * Make run-time statistics optional, defaulted to "off".Keith Bostic2013-02-221-1/+1
| * | Include the default file configuration when opening a file.Keith Bostic2013-02-131-1/+1
| |/
* | Merge branch 'develop' into data-handlesMichael Cahill2013-03-251-19/+32
|\ \ | |/
| * Remove support for the no-cache configuration, revert back to maintainingKeith Bostic2013-02-061-9/+7
| * Merge pull request #444 from wiredtiger/mmapMichael Cahill2013-01-301-3/+3
| |\
| | * In order to mmap read-only checkpoints, we need a place to store aKeith Bostic2013-01-261-3/+3
| * | Allow LSM trees to discard the btree handle from the active chunk.Alex Gorrod2013-01-251-9/+10
| |/
| * Add a statistic to track the maximum depth of the tree, as measured by theKeith Bostic2013-01-161-0/+1
| * Add a new memory_max_page configuration option.Alex Gorrod2013-01-081-0/+1
| * Remove disabled code and rename "writes_disabled" now that all eviction is di...Michael Cahill2013-01-031-1/+1
| * Merge branch 'develop' into dirty-disableKeith Bostic2013-01-011-1/+1
| |\
| | * Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
| * | Re-structure chunks of __bt_evict.c to make checkpoints outside of theKeith Bostic2012-12-271-0/+2
| |/
| * Merge branch 'develop' into doc_mods1Susan LoVerso2012-12-061-2/+2
| |\
| | * Push further down the "data-source" path: rename WT_BSTAT_XXX toKeith Bostic2012-12-061-2/+2
| * | Change hazard reference to hazard pointer, plus a few minor doc edits.Susan LoVerso2012-12-061-1/+1
| |/
| * Move the write-generation out of the block header and into the pageKeith Bostic2012-11-281-0/+2
| * Make WT_SESSION::create's checksum configuration 3-state: on, off, orKeith Bostic2012-11-231-1/+4
| * We need to checksum the data if it's not compressed, even if checksumsKeith Bostic2012-11-231-0/+2
| * Merge branch 'develop' into rawKeith Bostic2012-11-161-1/+1
| |\
| | * Add a "size of checkpoint" statistic.Michael Cahill2012-11-161-1/+1
| * | Add support for WT_COMPRESS::compress_raw, let the underlying compressionKeith Bostic2012-11-151-2/+2
| |/
| * Add a per-btree cache priority, currently only used for Bloom filters.Michael Cahill2012-11-051-0/+1
| * Support for deleting overflow values in variable-length column-stores.Keith Bostic2012-10-071-1/+1
| * One solution for #310: use the on-page cell address as our synchronizationKeith Bostic2012-09-301-0/+2
* | Merge branch 'develop' into data-handlesMichael Cahill2012-09-271-6/+8
|\ \ | |/
| * Add partial support for no-cache files -- this works with two caveats:Keith Bostic2012-09-171-7/+9
* | Replace session->btree with a data handle.Michael Cahill2012-09-181-3/+6
* | Split general WT_BTREE fields into WT_DATA_HANDLE.Michael Cahill2012-09-181-18/+25
|/
* Merge branch 'develop' into lsmMichael Cahill2012-09-121-0/+5
|\
| * Merge branch 'develop' into dictionaryAlex Gorrod2012-09-121-0/+1
| |\
| * | Reconciliation can be called by random threads on different trees, whichKeith Bostic2012-09-101-0/+5
* | | Merge branch 'develop' into lsm. Some manual conflict resolution.Alex Gorrod2012-09-111-0/+1
|\ \ \ | | |/ | |/|
| * | Add the WT_BTREE.bulk_load_ok field, set when an empty tree is initiallyKeith Bostic2012-09-101-0/+1
| |/
* | Split the "cache_resident" flag into two parts.Michael Cahill2012-08-271-5/+6
|/
* Whitespace cleanups, no semantic changes.Keith Bostic2012-08-071-1/+1
* Merge pull request #281 from wiredtiger/cache-residentMichael Cahill2012-08-051-2/+2
|\
| * Add the cache_resident configuration flag, turns off page eviction andKeith Bostic2012-08-021-2/+2
* | Add an "was object ever modified" flag to the btree handle, and use itKeith Bostic2012-08-031-0/+1
|/