| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't leak memory on error, cgconfig holds memory that's may not have | Keith Bostic | 2013-11-15 | 1 | -2/+7 |
* | __wt_config_next() has lots of possible errors, check for not-found | Keith Bostic | 2013-11-14 | 1 | -4/+8 |
* | Don't release a table unless we actually got a table. | Keith Bostic | 2013-11-05 | 1 | -4/+5 |
* | Clear out the returned table reference in all cases so we don't have | Keith Bostic | 2013-11-05 | 1 | -1/+1 |
* | API change: rework "run-time" and "tree-walk" statistics configuration. | Keith Bostic | 2013-10-19 | 1 | -6/+5 |
* | lint | Michael Cahill | 2013-10-15 | 1 | -0/+1 |
* | Merge branch 'develop' into lsm-bloom-newest | Michael Cahill | 2013-10-15 | 1 | -72/+28 |
|\ |
|
| * | Minor code shuffling, create a single statistics-cursor-init wrapper | Keith Bostic | 2013-10-14 | 1 | -34/+9 |
| * | Quit allocating the statistics cursor's stat structures separately from | Keith Bostic | 2013-10-12 | 1 | -6/+4 |
| * | Make the allocation code for an aggregate statistics structure look the | Keith Bostic | 2013-10-12 | 1 | -9/+7 |
| * | Change table statistics to use standard statistics aggregation code | Keith Bostic | 2013-10-12 | 1 | -35/+22 |
| * | The stat "clear" function isn't correct for initialization because it | Keith Bostic | 2013-10-11 | 1 | -6/+4 |
* | | Fix a long-standing deadlock that could happen when closing a busy LSM tree. | Michael Cahill | 2013-10-14 | 1 | -1/+1 |
|/ |
|
* | KNF | Keith Bostic | 2013-09-09 | 1 | -2/+2 |
* | Don't do compact operations on LSM trees. | Alex Gorrod | 2013-09-09 | 1 | -2/+3 |
* | Simplify the default implementation of range_truncate. | Michael Cahill | 2013-08-08 | 1 | -6/+3 |
* | Move data source truncate method into WT_DATA_SOURCE. | Michael Cahill | 2013-08-08 | 1 | -1/+63 |
* | Simplify the checkpoint support for data sources: for now, just | Keith Bostic | 2013-08-04 | 1 | -4/+2 |
* | Add a WT_DATA_SOURCE method to support session.checkpoint, then drill | Keith Bostic | 2013-07-31 | 1 | -0/+8 |
* | Check the key/value formats for legality before calling into the data | Keith Bostic | 2013-07-31 | 1 | -0/+9 |
* | If config is NULL, we're losing the version major/minor configuration | Keith Bostic | 2013-07-13 | 1 | -2/+4 |
* | The major/minor version support was written in a way where it wasn't | Keith Bostic | 2013-07-13 | 1 | -1/+1 |
* | Generalize the cursor "overwrite" configuration to apply to insert, update an... | Michael Cahill | 2013-06-18 | 1 | -1/+1 |
* | __create_file() doesn't need to check for a duplicate-key-error on insert, | Keith Bostic | 2013-06-05 | 1 | -5/+1 |
* | Rename metadata_read to be metadata_search to follow the other | Keith Bostic | 2013-06-04 | 3 | -6/+6 |
* | Make data-sources responsible for their own metadata entries. | Keith Bostic | 2013-06-04 | 3 | -61/+17 |
* | whitespace | Keith Bostic | 2013-06-04 | 1 | -1/+1 |
* | Change __wt_schema_get_source() to not call __wt_bad_object_type itself, | Keith Bostic | 2013-06-03 | 6 | -19/+17 |
* | We have to remove the data-source entry from the metadata file during | Keith Bostic | 2013-06-03 | 1 | -4/+9 |
* | We have to rename the data-source object in the metadata file as well | Keith Bostic | 2013-06-03 | 2 | -14/+32 |
* | __truncate_table has to call through __wt_schema_truncate, it can't | Keith Bostic | 2013-06-03 | 1 | -35/+13 |
* | imported patch realloc_def | Michael Cahill | 2013-05-31 | 1 | -5/+2 |
* | Update __wt_schema_worker so that it can operate on names. | Alex Gorrod | 2013-05-28 | 1 | -32/+29 |
* | We have to write all of the names/value pairs out to the backup file, | Keith Bostic | 2013-05-27 | 1 | -6/+25 |
* | Re-work the page, allocation size checks: instead of silently modifying | Keith Bostic | 2013-05-23 | 1 | -21/+19 |
* | Because the internal and leaf page maximum sizes must be a multiple of | Keith Bostic | 2013-05-17 | 1 | -15/+18 |
* | O_DIRECT is a global flag for the engine, which requires file page allocation | Keith Bostic | 2013-05-17 | 1 | -3/+41 |
* | Allow arbitrary data source types for indices as well as column groups. | Michael Cahill | 2013-05-17 | 1 | -9/+13 |
* | Relax the type configuration string checking, it can be any application | Keith Bostic | 2013-05-16 | 1 | -9/+12 |
* | Use the name hash to avoid string comparisons in the session list of data han... | Michael Cahill | 2013-05-16 | 1 | -1/+1 |
* | Use the allocation size for the file "desc" block. This is important for dir... | Michael Cahill | 2013-05-09 | 2 | -8/+18 |
* | Some session methods checked URIs in the WiredTiger name space in the | Keith Bostic | 2013-05-06 | 2 | -7/+0 |
* | Give the LSM tree its own data-source statistics structure back, move | Keith Bostic | 2013-05-01 | 1 | -2/+2 |
* | Merge branch 'develop' into lsm-ckpt-experiments | Michael Cahill | 2013-04-24 | 5 | -45/+161 |
|\ |
|
| * | clean up explicit declaration of 'ret' | Keith Bostic | 2013-04-20 | 1 | -1/+1 |
| * | If an underlying data-source doesn't have a truncate operation (for | Keith Bostic | 2013-04-20 | 1 | -1/+24 |
| * | Use an opaque type for config arguments passed to callbacks, rather than void *. | Michael Cahill | 2013-04-18 | 4 | -6/+12 |
| * | Add a new WT_EXTENSION_API method that returns the default session for | Keith Bostic | 2013-04-16 | 1 | -6/+11 |
| * | More work on data-source configuration support. | Keith Bostic | 2013-04-11 | 1 | -4/+4 |
| * | Support new configuration options added by the applications, using a new | Keith Bostic | 2013-04-09 | 1 | -4/+4 |