| Commit message (Expand) | Author | Age | Files | Lines |
* | cursor/cur_std.c: In function ‘__cursor_runtime_config’: | Keith Bostic | 2013-06-18 | 1 | -1/+0 |
* | whitespace | Michael Cahill | 2013-06-18 | 1 | -1/+2 |
* | Generalize the cursor "overwrite" configuration to apply to insert, update an... | Michael Cahill | 2013-06-18 | 4 | -17/+14 |
* | fix a comment | Keith Bostic | 2013-06-07 | 1 | -2/+2 |
* | The data-source cursor should have a reference to the session. | Keith Bostic | 2013-06-06 | 1 | -0/+1 |
* | Rename metadata_read to be metadata_search to follow the other | Keith Bostic | 2013-06-04 | 2 | -2/+2 |
* | Memory leak, found by inspetion -- free the returned value from | Keith Bostic | 2013-06-04 | 1 | -0/+1 |
* | Now that the memrata driver is storing the basic configuration (including | Keith Bostic | 2013-06-03 | 1 | -18/+1 |
* | imported patch realloc_def | Michael Cahill | 2013-05-31 | 1 | -5/+2 |
* | Fix a core dump, the realloc has to change to match the backup cursor's | Keith Bostic | 2013-05-30 | 1 | -2/+4 |
* | Change hot-backup to acquire a handle on each underlying file object to ensure | Keith Bostic | 2013-05-30 | 1 | -17/+50 |
* | Update __wt_schema_worker so that it can operate on names. | Alex Gorrod | 2013-05-28 | 1 | -1/+2 |
* | Minor code shuffling/simplification, unused variable cleanups, comment fixing. | Keith Bostic | 2013-05-27 | 1 | -18/+8 |
* | We have to write all of the names/value pairs out to the backup file, | Keith Bostic | 2013-05-27 | 1 | -14/+10 |
* | path variable no longer used, don't return without freeing the scratch buffer. | Keith Bostic | 2013-05-27 | 1 | -9/+4 |
* | Update backup to use __wt_schema_worker. Stop LSM drops during backups. | Alex Gorrod | 2013-05-27 | 1 | -129/+52 |
* | Disallow hot backups in any tree that includes something other than a | Keith Bostic | 2013-05-26 | 1 | -75/+58 |
* | Fail any attempt to perform a hot backup on a database where there | Keith Bostic | 2013-05-25 | 1 | -0/+17 |
* | Pass owner through LSM and index cursors, so that are closed in the correct o... | Michael Cahill | 2013-05-24 | 1 | -2/+2 |
* | minor cleanup, consistently use local variable where it makes sense, | Keith Bostic | 2013-05-06 | 1 | -5/+5 |
* | Fix a comment. | Keith Bostic | 2013-05-04 | 1 | -4/+1 |
* | Merge branch 'develop' into hot-backup-race | Michael Cahill | 2013-05-01 | 1 | -1/+7 |
|\ |
|
| * | Add support for open-cursor count statistics in both the connection and | Keith Bostic | 2013-04-28 | 1 | -1/+7 |
* | | Two bug fixes: First, handle close checkpoints files and so can discard | Keith Bostic | 2013-04-26 | 1 | -14/+29 |
|/ |
|
* | Merge branch 'develop' into lsm-ckpt-experiments | Michael Cahill | 2013-04-24 | 5 | -14/+372 |
|\ |
|
| * | Fix a bug where we could step past empty cfg[] array slots. | Keith Bostic | 2013-04-20 | 1 | -5/+7 |
| * | Export more of the config parsing machinery to the extension API: we're going... | Michael Cahill | 2013-04-18 | 1 | -2/+3 |
| * | Use an opaque type for config arguments passed to callbacks, rather than void *. | Michael Cahill | 2013-04-18 | 1 | -1/+2 |
| * | More work on data-source configuration support. | Keith Bostic | 2013-04-11 | 2 | -2/+2 |
| * | Add a new method WT_EXTENSION_API::config that takes a cfg[] and returns | Keith Bostic | 2013-04-10 | 1 | -13/+15 |
| * | If we fail the open, we may be closing without an underlying close | Keith Bostic | 2013-04-10 | 1 | -1/+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 | -2/+8 |
| * | Fix a couple of memory leaks in the data-source cursor create path. | Keith Bostic | 2013-04-03 | 1 | -1/+13 |
| * | Back out commit 06172ba931d518828c2290d943e91fd1ba8e10ab. | Keith Bostic | 2013-04-03 | 1 | -4/+0 |
| * | Make it an error to set a key in a cursor configured for "append". | Keith Bostic | 2013-04-03 | 1 | -0/+4 |
| * | There's no way to reconfigure a cursor at run-time in the current system; | Keith Bostic | 2013-04-03 | 1 | -0/+7 |
| * | Support the cursor overwrite flag in data-source cursors. | Keith Bostic | 2013-04-03 | 1 | -5/+9 |
| * | Don't use "return" in a comment, it messes up the style check. | Keith Bostic | 2013-04-03 | 1 | -1/+1 |
| * | whitespace | Keith Bostic | 2013-04-03 | 1 | -1/+1 |
| * | Add support routines to get/set the data-source key/value pair | Keith Bostic | 2013-04-03 | 1 | -63/+84 |
| * | Merge branch 'develop' into data-source | Keith Bostic | 2013-04-03 | 3 | -18/+16 |
| |\ |
|
| * | | First set of changes to make WT_DATA_SOURCE work better (row-store is | Keith Bostic | 2013-04-03 | 1 | -0/+311 |
| * | | Clean up a comment, don't bother clearing the key/value pair, it should | Keith Bostic | 2013-04-03 | 1 | -10/+0 |
* | | | Add a connection-level statistic for btree cursor ops and an LSM | Keith Bostic | 2013-04-23 | 1 | -0/+1 |
* | | | Merge branch 'develop' into lsm-ckpt-experiments | Alex Gorrod | 2013-04-09 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'develop' of github.com:wiredtiger/wiredtiger into develop | Keith Bostic | 2013-04-03 | 3 | -18/+16 |
| |\ \
| | |/
| |/| |
|
| * | | fix a comment | Keith Bostic | 2013-04-01 | 1 | -1/+1 |
* | | | Merge branch 'basho' into lsm-ckpt-experiments | Michael Cahill | 2013-04-03 | 1 | -0/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | Increment the data source cursor count in the cursor layer (where we know | Keith Bostic | 2013-04-02 | 1 | -0/+2 |