| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for tracking which spinlocks block other spinlocks and | Keith Bostic | 2013-10-06 | 1 | -0/+1 |
* | Move page split code into rec_split.c source file. | Alex Gorrod | 2013-08-13 | 1 | -0/+1 |
* | Pre-allocate log files. | Susan LoVerso | 2013-07-11 | 1 | -0/+1 |
* | Merge branch 'develop' into logging | Susan LoVerso | 2013-06-17 | 1 | -0/+1 |
|\ |
|
| * | Add two next extension functions, one to return a transaction ID, | Keith Bostic | 2013-06-10 | 1 | -0/+1 |
* | | Merge branch 'develop' into logging | Susan LoVerso | 2013-06-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Make data-sources responsible for their own metadata entries. | Keith Bostic | 2013-06-04 | 1 | -1/+1 |
* | | Add __wt_dirlist and use it to open to the end of the last log. | Susan LoVerso | 2013-05-30 | 1 | -0/+1 |
* | | First pass that compiles. | Susan LoVerso | 2013-05-15 | 1 | -0/+2 |
|/ |
|
* | Export more of the config parsing machinery to the extension API: we're going... | Michael Cahill | 2013-04-18 | 1 | -0/+1 |
* | Call LSM methods directly instead of using WT_DATA_SOURCE implementation. | Keith Bostic | 2013-04-04 | 1 | -1/+0 |
* | Merge branch 'develop' into data-source | Keith Bostic | 2013-04-03 | 1 | -2/+2 |
|\ |
|
| * | Merge branch 'develop' into data-handles | Michael Cahill | 2013-03-25 | 1 | -2/+6 |
| |\ |
|
| * \ | Merge branch 'develop' into data-handles | Michael Cahill | 2013-03-25 | 1 | -3/+10 |
| |\ \ |
|
| * | | | Rename {conn,session}_btree.c to {conn,session}_dhandle.c. | Michael Cahill | 2012-09-18 | 1 | -2/+2 |
* | | | | First set of changes to make WT_DATA_SOURCE work better (row-store is | Keith Bostic | 2013-04-03 | 1 | -0/+1 |
| |_|/
|/| | |
|
* | | | Replace os_cache_max configuration and behavior with calls to: (1) | Keith Bostic | 2013-03-04 | 1 | -0/+1 |
* | | | Merge pull request #461 from wiredtiger/pack-streams | agorrod | 2013-02-25 | 1 | -2/+3 |
|\ \ \ |
|
| * | | | Add support for streaming pack / unpack to the API. | Michael Cahill | 2013-02-21 | 1 | -2/+3 |
* | | | | Create a thread to do automatic checkpoints. | Keith Bostic | 2013-02-23 | 1 | -0/+1 |
|/ / / |
|
* | | | Rename bt_merge.c to rec_merge.c. | Michael Cahill | 2013-02-08 | 1 | -1/+1 |
* | | | Try to merge split-merge pages to minimize deepening the in-memory tree. | Michael Cahill | 2013-02-06 | 1 | -0/+1 |
| |/
|/| |
|
* | | Add mmap support for read-only objects (a read-only object is an object | Keith Bostic | 2013-01-27 | 1 | -0/+1 |
* | | Add support for statistics on schema-level objects (tables, column groups, in... | Michael Cahill | 2012-12-04 | 1 | -0/+1 |
* | | SunOS doesn't include strtouq(3), add a local version that calls strtoull(3) | Keith Bostic | 2012-12-01 | 1 | -0/+1 |
* | | Move the checksum code into support/cksum, it's at least potentially general | Keith Bostic | 2012-11-23 | 1 | -1/+1 |
* | | Move compression out of the block-manager layer to the btree layer. | Keith Bostic | 2012-11-22 | 1 | -2/+3 |
* | | Move src/btree/bt_cache.c to src/conn/conn_cache.c also s_all. | Alex Gorrod | 2012-11-09 | 1 | -1/+1 |
* | | Update cache pool to keep information in the connections cache structure | Alex Gorrod | 2012-11-05 | 1 | -1/+1 |
* | | Add a shared cache pool implemention. Manages a single cache amongst | Alex Gorrod | 2012-10-23 | 1 | -0/+1 |
* | | Add support for online compaction, ref #248. This is an initial commit, | Keith Bostic | 2012-10-16 | 1 | -0/+2 |
* | | The __wt_cell_unpack_copy function copies the key/value sometimes but | Keith Bostic | 2012-10-11 | 1 | -1/+0 |
* | | Add a new statistics cursor type "statistics:lsm". | Alex Gorrod | 2012-10-08 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'develop' into lsm | Michael Cahill | 2012-08-30 | 1 | -0/+1 |
|\ |
|
| * | Add bloom filter implementation and test. | Alex Gorrod | 2012-08-29 | 1 | -0/+1 |
* | | Implement reading and writing of LSM metadata. | Michael Cahill | 2012-08-23 | 1 | -0/+1 |
* | | Merge branch 'develop' into lsm | Michael Cahill | 2012-08-22 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Update the added hash functions. Split FNV and City hashes into separate file... | Alex Gorrod | 2012-08-15 | 1 | -1/+2 |
| * | Add 64 bit FNV and Google City Hash function implementations, along with test... | Alex Gorrod | 2012-08-14 | 1 | -0/+1 |
* | | Add support for major merges (that is, merging a set of chunks including the | Michael Cahill | 2012-08-13 | 1 | -0/+1 |
* | | LSM: switch the in-memory tree to disk (from level 0 to 1). | Michael Cahill | 2012-08-08 | 1 | -0/+1 |
* | | Add basic management of LSM trees. | Michael Cahill | 2012-08-02 | 1 | -0/+1 |
* | | Add basic support for LSM trees: stub LSM cursors. | Michael Cahill | 2012-03-11 | 1 | -0/+2 |
|/ |
|
* | Implement hot backup feature (ref issue #236). | Keith Bostic | 2012-07-03 | 1 | -0/+1 |
* | Add a local implementation of getline/fgetln. | Keith Bostic | 2012-07-02 | 1 | -0/+1 |
* | Push snapshot to checkpoint rename down through the rest of the system | Keith Bostic | 2012-06-19 | 1 | -3/+3 |
* | Get rid of "snapshot" at the API layer, drive the change down to the btree | Keith Bostic | 2012-06-18 | 1 | -1/+1 |
* | Implement checkpoints. | Michael Cahill | 2012-05-17 | 1 | -0/+1 |
* | Merge branch 'develop' into feature/transactions | Michael Cahill | 2012-05-15 | 1 | -0/+2 |
|\ |
|
| * | Move the snapshot code out of the btree engine and up into the session | Keith Bostic | 2012-05-14 | 1 | -0/+2 |