| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 6 | -6/+6 |
* | __open_directory_sync can sync the wrong directory if the application | Keith Bostic | 2013-12-20 | 1 | -3/+4 |
* | Use __wt_seconds instead of hand-crafting our own. | Keith Bostic | 2013-12-04 | 1 | -3/+9 |
* | Abstract out the data source in-use increment/decrement so we don't have | Keith Bostic | 2013-12-04 | 1 | -4/+4 |
* | Rename refcnt and usecnt, add a comment to clarify their purpose. | Keith Bostic | 2013-12-04 | 1 | -1/+1 |
* | whitespace | Keith Bostic | 2013-12-03 | 1 | -2/+1 |
* | Add WT_SESSION use-countet to WT_DATA_HANDLEs | Keith Bostic | 2013-11-30 | 1 | -0/+7 |
* | Add a default declaration for WT_PACK structures too. | Michael Cahill | 2013-11-25 | 2 | -7/+3 |
* | Create a Python pass for source code style checking (to eventually replace s_... | Michael Cahill | 2013-11-05 | 1 | -2/+6 |
* | Merge branch 'develop' into fine-grained-durability | Michael Cahill | 2013-09-16 | 1 | -25/+9 |
|\ |
|
| * | Last change wasn't complete, remove bug where calling the block-manager | Keith Bostic | 2013-09-14 | 1 | -2/+1 |
| * | Empty files may not have a valid checkpoint but may already exist. | Keith Bostic | 2013-09-14 | 1 | -23/+8 |
* | | Merge branch 'develop' into fine-grained-durability | Michael Cahill | 2013-09-14 | 2 | -3/+3 |
|\ \
| |/ |
|
| * | Change __wt_conn_btree_apply_single to match the requested handle using | Keith Bostic | 2013-09-12 | 1 | -1/+1 |
| * | I misread the code when I increased the buffer size from 512 to a new | Keith Bostic | 2013-09-11 | 1 | -2/+2 |
* | | Merge branch 'develop' into fine-grained-durability | Michael Cahill | 2013-09-11 | 2 | -7/+76 |
|\ \
| |/ |
|
| * | Back out the change to __wt_conn_btree_apply and __wt_meta_btree_apply: | Keith Bostic | 2013-09-10 | 1 | -22/+7 |
| * | Make hot backups work concurrently with files being bulk-loaded. | Keith Bostic | 2013-09-10 | 2 | -8/+92 |
* | | Scan through files before the main recovery loop, gathering checkpoint LSNs a... | Michael Cahill | 2013-08-29 | 2 | -2/+2 |
* | | Save LSNs in files during checkpoint. | Michael Cahill | 2013-08-26 | 1 | -2/+6 |
* | | Add support for recovery of remove operations and column stores. | Michael Cahill | 2013-07-26 | 1 | -2/+2 |
|/ |
|
* | The major/minor version support was written in a way where it wasn't | Keith Bostic | 2013-07-13 | 2 | -6/+16 |
* | Rename metadata_read to be metadata_search to follow the other | Keith Bostic | 2013-06-04 | 4 | -21/+22 |
* | Make data-sources responsible for their own metadata entries. | Keith Bostic | 2013-06-04 | 2 | -40/+103 |
* | Update checkpoint code to get and release handles, so that LSM cannot | Alex Gorrod | 2013-06-04 | 1 | -4/+9 |
* | imported patch realloc_def | Michael Cahill | 2013-05-31 | 1 | -6/+3 |
* | We were creating the turtle file, and if it didn't previously exist we'd create | Keith Bostic | 2013-05-25 | 2 | -90/+155 |
* | Merge branch 'develop' into lsm-ckpt-experiments | Michael Cahill | 2013-04-24 | 2 | -3/+5 |
|\ |
|
| * | More work on data-source configuration support. | Keith Bostic | 2013-04-11 | 2 | -2/+2 |
| * | Support new configuration options added by the applications, using a new | Keith Bostic | 2013-04-09 | 2 | -2/+2 |
| * | First cut at moving the configuration information into the WT_CONNECTION_IMPL | Keith Bostic | 2013-04-09 | 2 | -3/+5 |
* | | Changes based on Alex's review. | Michael Cahill | 2013-04-16 | 1 | -4/+10 |
* | | Merge branch 'basho' into lsm-ckpt-experiments | Michael Cahill | 2013-04-02 | 3 | -13/+13 |
|\ \
| |/ |
|
| * | Merge branch 'develop' into data-handles | Michael Cahill | 2013-03-25 | 2 | -0/+4 |
| |\ |
|
| * \ | Merge branch 'develop' into data-handles | Michael Cahill | 2013-03-25 | 6 | -125/+172 |
| |\ \ |
|
| * \ \ | Merge branch 'develop' into data-handles | Michael Cahill | 2012-09-25 | 2 | -28/+36 |
| |\ \ \ |
|
| * | | | | Replace session->btree with a data handle. | Michael Cahill | 2012-09-18 | 3 | -20/+20 |
| * | | | | Split general WT_BTREE fields into WT_DATA_HANDLE. | Michael Cahill | 2012-09-18 | 1 | -1/+1 |
* | | | | | Change LSM drops in the background to avoid blocking application threads. | Michael Cahill | 2013-03-21 | 1 | -2/+6 |
* | | | | | Add a condition variable to signal when LSM checkpoints should start, rather ... | Michael Cahill | 2013-03-20 | 1 | -17/+8 |
| |_|_|/
|/| | | |
|
* | | | | Ensure we always return a NULL memory pointer on failure from reading | Keith Bostic | 2013-02-13 | 2 | -0/+4 |
| |_|/
|/| | |
|
* | | | Merge pull request #444 from wiredtiger/mmap | Michael Cahill | 2013-01-30 | 1 | -2/+5 |
|\ \ \ |
|
| * | | | In order to mmap read-only checkpoints, we need a place to store a | Keith Bostic | 2013-01-26 | 1 | -2/+5 |
* | | | | Don't translate errno. #443. | Susan LoVerso | 2013-01-28 | 1 | -1/+1 |
|/ / / |
|
* | | | Check the 'bulk' configuration value for invalid strings. | Michael Cahill | 2013-01-17 | 1 | -1/+1 |
* | | | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 6 | -6/+6 |
* | | | __wt_meta_track_off and __wt_lsm_checkpoint_worker create fake | Keith Bostic | 2012-12-19 | 1 | -2/+1 |
* | | | Now some errors can override other errors, we shouldn't ignore errors | Keith Bostic | 2012-12-12 | 3 | -22/+19 |
* | | | I introduced a memory leak: free the checkpoint structure's memory, | Keith Bostic | 2012-11-28 | 1 | -3/+0 |
* | | | Fix a bug I just introduced: I can't use WT_NOTFOUND to flag an existing | Keith Bostic | 2012-11-28 | 1 | -3/+7 |