| Commit message (Expand) | Author | Age | Files | Lines |
* | spelling | Keith Bostic | 2015-11-03 | 1 | -1/+1 |
* | WT-2193 Implement @agorrod's review feedback. | Michael Cahill | 2015-11-03 | 1 | -1/+10 |
* | WT-2193 Use a separate session for flushing metadata. | Michael Cahill | 2015-11-03 | 1 | -3/+53 |
* | Merge pull request #2257 from wiredtiger/inmem | Michael Cahill | 2015-10-30 | 1 | -1/+2 |
|\ |
|
| * | Don't do internal checkpoints for in-memory databases. | Michael Cahill | 2015-10-21 | 1 | -1/+2 |
* | | WT-2170 Add a macro perfom an operation at an isolation level. | Michael Cahill | 2015-10-28 | 1 | -1/+2 |
* | | WT-2170 Remove incorrect wrap. | Susan LoVerso | 2015-10-27 | 1 | -8/+0 |
* | | WT-2170 KNF | Susan LoVerso | 2015-10-27 | 1 | -2/+1 |
* | | WT-2170 Wrap some metadata_cursor calls. | Susan LoVerso | 2015-10-27 | 1 | -0/+9 |
|/ |
|
* | SERVER-19954 Don't scan tracked handles during checkpoints. | Michael Cahill | 2015-10-12 | 1 | -29/+0 |
* | WT-2141: __meta_track_apply, __meta_track_unroll have unnecessarily | Keith Bostic | 2015-09-27 | 1 | -40/+22 |
* | Boolean conversion pass over txn. | Keith Bostic | 2015-09-24 | 1 | -2/+2 |
* | Boolean conversion pass over meta. | Keith Bostic | 2015-09-24 | 1 | -3/+3 |
* | WT-2009 Be paranoid about syncing the log after meta tracking. | Alex Gorrod | 2015-07-22 | 1 | -7/+4 |
* | WT-2009 Check for errors syncing the metadata before removing files. | Michael Cahill | 2015-07-17 | 1 | -1/+4 |
* | WT-2009 Apply tracked metadata operations post-commit. In particular, don't ... | Michael Cahill | 2015-07-16 | 1 | -27/+53 |
* | WT-1992 Make it clear that WT_ST_EMPTY = 0, we depend on it. | Michael Cahill | 2015-07-06 | 1 | -1/+1 |
* | whitespace | Keith Bostic | 2015-07-03 | 1 | -1/+0 |
* | WT-1992: clean up metadata tracking error handling, ensure any partially | Keith Bostic | 2015-07-03 | 1 | -10/+52 |
* | SERVER-18838 During drops, don't remove files until the metadata is stable. | Michael Cahill | 2015-06-25 | 1 | -1/+28 |
* | Revert "SERVER-18838 flush WT metadata during create/drop so we don't see mis... | Michael Cahill | 2015-06-25 | 1 | -1/+14 |
* | SERVER-18838 flush WT metadata during create/drop so we don't see missing fil... | Michael Cahill | 2015-06-25 | 1 | -14/+1 |
* | __wt_strdup and __wt_strndup both handle NULL source arguments. | Keith Bostic | 2015-05-01 | 1 | -4/+2 |
* | Fix a deadlock related to LSM. There are cases where closing a file with | Alex Gorrod | 2015-04-23 | 1 | -0/+29 |
* | meta_track.c:191: warning: declaration of 'sync' shadows a global declaration | Michael Cahill | 2015-03-26 | 1 | -2/+2 |
* | When we complete a schema-changing operation, make sure the metadata is stabl... | Michael Cahill | 2015-03-26 | 1 | -5/+20 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Switch to stashing the metadata dhandle, not the btree. | Alex Gorrod | 2014-12-12 | 1 | -2/+2 |
* | Make pre-alloc a boolean and convert connection log settings to flags. | Susan LoVerso | 2014-12-02 | 1 | -1/+1 |
* | Track data handles rather than btree handles. This shouldn't be a real chang... | Michael Cahill | 2014-11-22 | 1 | -9/+12 |
* | Don't use const for strings returned in allocated memory. | Michael Cahill | 2014-10-16 | 1 | -1/+1 |
* | Don't checkpoint the metadata on every schema operation if we are logging. | Michael Cahill | 2014-07-09 | 1 | -2/+5 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |
* | whitespace | Keith Bostic | 2013-12-03 | 1 | -2/+1 |
* | Create a Python pass for source code style checking (to eventually replace s_... | Michael Cahill | 2013-11-05 | 1 | -2/+6 |
* | Add support for recovery of remove operations and column stores. | Michael Cahill | 2013-07-26 | 1 | -2/+2 |
* | Rename metadata_read to be metadata_search to follow the other | Keith Bostic | 2013-06-04 | 1 | -1/+2 |
* | 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 | 1 | -5/+5 |
|\ |
|
| * | Merge branch 'develop' into data-handles | Michael Cahill | 2013-03-25 | 1 | -6/+23 |
| |\ |
|
| * | | Replace session->btree with a data handle. | Michael Cahill | 2012-09-18 | 1 | -12/+12 |
| * | | 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 |
| |/
|/| |
|
* | | In order to mmap read-only checkpoints, we need a place to store a | Keith Bostic | 2013-01-26 | 1 | -2/+5 |
* | | Update copyright notice to 2013. | Keith Bostic | 2013-01-01 | 1 | -1/+1 |
* | | __wt_meta_track_off and __wt_lsm_checkpoint_worker create fake | Keith Bostic | 2012-12-19 | 1 | -2/+1 |
* | | Allow meta_tracking transactions to be nested. | Michael Cahill | 2012-10-25 | 1 | -3/+8 |
* | | Checkpoint the metadata after successful schema-level operations. | Michael Cahill | 2012-10-05 | 1 | -0/+10 |
|/ |
|
* | Fix locking of newly created handles, closing on error. | Michael Cahill | 2012-09-11 | 1 | -3/+5 |