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