| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | The config-scan docs were mixed up, fix them. | Keith Bostic | 2013-06-04 | 1 | -6/+7 |
* | Add a new extension function __wt_ext_config_strget that returns the | Keith Bostic | 2013-06-04 | 5 | -2/+49 |
* | Update checkpoint code to get and release handles, so that LSM cannot | Alex Gorrod | 2013-06-04 | 2 | -10/+29 |
* | Reorder the verbose version output, so the library version comes first. | Michael Cahill | 2013-06-04 | 2 | -4/+5 |
* | Change __wt_schema_get_source() to not call __wt_bad_object_type itself, | Keith Bostic | 2013-06-03 | 9 | -25/+23 |
* | We have to remove the data-source entry from the metadata file during | Keith Bostic | 2013-06-03 | 1 | -4/+9 |
* | Don't trust the extension code to give us something reasonable. | Keith Bostic | 2013-06-03 | 1 | -1/+2 |
* | We have to rename the data-source object in the metadata file as well | Keith Bostic | 2013-06-03 | 2 | -14/+32 |
* | I went too far on the last change -- we always have to create a checks | Keith Bostic | 2013-06-03 | 1 | -43/+36 |
* | __truncate_table has to call through __wt_schema_truncate, it can't | Keith Bostic | 2013-06-03 | 1 | -35/+13 |
* | Fix a core dump: handle adding configuration options to methods that | Keith Bostic | 2013-06-03 | 1 | -32/+43 |
* | Now that the memrata driver is storing the basic configuration (including | Keith Bostic | 2013-06-03 | 1 | -18/+1 |
* | Make sure we add the slot of NULL's, otherwise the search for the method | Keith Bostic | 2013-06-03 | 1 | -2/+2 |
* | Copy the entry filled with NULLs, otherwise the search for a matching | Keith Bostic | 2013-06-03 | 1 | -2/+2 |
* | Add a version flag to connection verbose configuration. | Alex Gorrod | 2013-06-03 | 5 | -18/+35 |
* | fix a comment | Keith Bostic | 2013-06-02 | 1 | -1/+1 |
* | Use parenthesis to group x - y + z expression. | Keith Bostic | 2013-05-31 | 1 | -1/+1 |
* | Merge pull request #563 from wiredtiger/realloc_def | Keith Bostic | 2013-05-31 | 12 | -86/+53 |
|\ |
|
| * | whitespace | Michael Cahill | 2013-05-31 | 2 | -7/+7 |
| * | imported patch realloc_def | Michael Cahill | 2013-05-31 | 12 | -85/+52 |
* | | Add section headings to the programming guide page. | Michael Cahill | 2013-05-31 | 1 | -3/+14 |
* | | Fix the check for orphaned pages in the docs, minor cleanup. | Michael Cahill | 2013-05-31 | 2 | -15/+11 |
* | | Cut release 1.6.11.6.1 | Alex Gorrod | 2013-05-31 | 1 | -3/+3 |
* | | Link custom data sources documentation into the docs. | Alex Gorrod | 2013-05-31 | 1 | -0/+1 |
|/ |
|
* | Remove unused variables. | Michael Cahill | 2013-05-31 | 1 | -2/+0 |
* | Fix a leak in the free-on-close list code used for extension-specific config. | Michael Cahill | 2013-05-31 | 1 | -22/+15 |
* | Fix a core dump, the realloc has to change to match the backup cursor's | Keith Bostic | 2013-05-30 | 1 | -2/+4 |
* | fix up a couple of compiler warnings. | Keith Bostic | 2013-05-30 | 1 | -3/+3 |
* | Don't use u_int in the API, it's a non-standard type. Closes #561. | Keith Bostic | 2013-05-30 | 4 | -7/+15 |
* | Change hot-backup to acquire a handle on each underlying file object to ensure | Keith Bostic | 2013-05-30 | 4 | -42/+61 |
* | whitespace | Keith Bostic | 2013-05-30 | 1 | -1/+1 |
* | Merge branch 'develop' into hot-backup | Keith Bostic | 2013-05-29 | 11 | -120/+165 |
|\ |
|
| * | remove WT_CONNECTION_IMPL.{msgfile,msgcall}, they're unused. | Keith Bostic | 2013-05-29 | 1 | -3/+0 |
| * | Merge pull request #538 from wiredtiger/warm-cache-compress | Alex Gorrod | 2013-05-29 | 8 | -81/+126 |
| |\ |
|
| | * | Create a more general-purpose block-manager preload call and pre-load | Keith Bostic | 2013-05-28 | 9 | -86/+128 |
| | * | Merge branch 'develop' into warm-cache-compress | Keith Bostic | 2013-05-28 | 50 | -537/+931 |
| | |\ |
|
| | * | | Preload internal pages into file system cache with compression. | Alex Gorrod | 2013-05-14 | 3 | -13/+16 |
| * | | | Another transaction ID fix: ignore the current ID if updating a snapshot duri... | Michael Cahill | 2013-05-29 | 1 | -5/+9 |
| * | | | Re-check that calculating an ordinary snapshot hasn't raced with updating the... | Michael Cahill | 2013-05-29 | 1 | -1/+1 |
| * | | | Build the connection config stack explicitly, fix a bug where the environment... | Michael Cahill | 2013-05-29 | 1 | -30/+29 |
| | |/
| |/| |
|
| * | | Add upgrade documentation for new shared_cache configuration option. | Alex Gorrod | 2013-05-28 | 1 | -0/+7 |
* | | | Fix a bug where LSM would get the same lock twice during a drop. | Alex Gorrod | 2013-05-29 | 1 | -10/+22 |
* | | | Add upgrade documentation for new shared_cache configuration option. | Alex Gorrod | 2013-05-28 | 1 | -0/+7 |
* | | | Merge branch 'develop' into hot-backup | Alex Gorrod | 2013-05-28 | 12 | -222/+166 |
|\ \ \
| |/ / |
|
| * | | Add an explicit enable setting to shared_cache configuration. | Alex Gorrod | 2013-05-28 | 4 | -11/+10 |
| * | | Merge pull request #552 from wiredtiger/force-evict-index | Alex Gorrod | 2013-05-28 | 8 | -211/+156 |
| |\ \ |
|
| | * | | Remove a bogus assertion from transaction ID management. | Michael Cahill | 2013-05-28 | 1 | -3/+1 |
| | * | | Avoid a race when updating the shared table of transaction IDs and calculatin... | Michael Cahill | 2013-05-28 | 2 | -81/+91 |
| | * | | Simplify scans through the global table of transaction IDs. | Michael Cahill | 2013-05-27 | 6 | -198/+121 |
| | * | | Make sure the oldest transaction ID we need always moves forward. | Michael Cahill | 2013-05-24 | 1 | -3/+5 |