summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cut release 1.6.11.6.1Alex Gorrod2013-05-316-10/+45
* Link custom data sources documentation into the docs.Alex Gorrod2013-05-311-0/+1
* Have test/format sleep for the calculated period between hot backups.Michael Cahill2013-05-311-6/+5
* Remove unused variables.Michael Cahill2013-05-311-2/+0
* Fix a leak in the free-on-close list code used for extension-specific config.Michael Cahill2013-05-311-22/+15
* Fix a core dump, the realloc has to change to match the backup cursor'sKeith Bostic2013-05-301-2/+4
* Merge pull request #556 from wiredtiger/hot-backupAlex Gorrod2013-05-3031-514/+937
|\
| * fix up a couple of compiler warnings.Keith Bostic2013-05-301-3/+3
| * Don't use u_int in the API, it's a non-standard type.Keith Bostic2013-05-301-2/+2
| * Don't use u_int in the API, it's a non-standard type. Closes #561.Keith Bostic2013-05-304-7/+15
| * We have 3 backup tests now, name them consistently.Keith Bostic2013-05-301-0/+0
| * Change hot-backup to acquire a handle on each underlying file object to ensureKeith Bostic2013-05-304-42/+61
| * whitespaceKeith Bostic2013-05-301-1/+1
| * Merge branch 'develop' into hot-backupKeith Bostic2013-05-2912-120/+166
| |\ | |/ |/|
* | remove WT_CONNECTION_IMPL.{msgfile,msgcall}, they're unused.Keith Bostic2013-05-291-3/+0
* | Merge pull request #538 from wiredtiger/warm-cache-compressAlex Gorrod2013-05-299-81/+127
|\ \
| * \ Merge pull request #559 from wiredtiger/warm-cache-generalAlex Gorrod2013-05-2811-87/+129
| |\ \
| | * | Create a more general-purpose block-manager preload call and pre-loadKeith Bostic2013-05-2811-87/+129
| |/ /
| * | Merge branch 'develop' into warm-cache-compressKeith Bostic2013-05-2885-647/+1235
| |\ \
| * | | Preload internal pages into file system cache with compression.Alex Gorrod2013-05-144-13/+17
* | | | Another transaction ID fix: ignore the current ID if updating a snapshot duri...Michael Cahill2013-05-291-5/+9
* | | | Re-check that calculating an ordinary snapshot hasn't raced with updating the...Michael Cahill2013-05-291-1/+1
* | | | Build the connection config stack explicitly, fix a bug where the environment...Michael Cahill2013-05-291-30/+29
| |/ / |/| |
* | | Add upgrade documentation for new shared_cache configuration option.Alex Gorrod2013-05-281-0/+7
| | * Fix a bug where LSM would get the same lock twice during a drop.Alex Gorrod2013-05-291-10/+22
| | * Add upgrade documentation for new shared_cache configuration option.Alex Gorrod2013-05-281-0/+7
| | * Merge branch 'develop' into hot-backupAlex Gorrod2013-05-2816-227/+252
| | |\ | |_|/ |/| |
* | | Add an explicit enable setting to shared_cache configuration.Alex Gorrod2013-05-287-16/+18
* | | Merge pull request #552 from wiredtiger/force-evict-indexAlex Gorrod2013-05-289-211/+234
|\ \ \
| * | | Remove a bogus assertion from transaction ID management.Michael Cahill2013-05-281-3/+1
| * | | Avoid a race when updating the shared table of transaction IDs and calculatin...Michael Cahill2013-05-282-81/+91
| * | | Simplify scans through the global table of transaction IDs.Michael Cahill2013-05-277-200/+123
| * | | Make sure the oldest transaction ID we need always moves forward.Michael Cahill2013-05-241-3/+5
| * | | Merge branch 'develop' into force-evict-indexAlex Gorrod2013-05-2428-98/+233
| |\ \ \
| * | | | Update index performance test to test combinations of file and LSM.Alex Gorrod2013-05-241-29/+36
| * | | | Update new test case to run in a reasonable time.Alex Gorrod2013-05-241-37/+13
| * | | | Yet another rearrangement of the forced eviction code. Now check the first t...Michael Cahill2013-05-245-16/+28
| * | | | Add a test case for a performance regression.Alex Gorrod2013-05-241-0/+95
| | | | * Merge pull request #558 from wiredtiger/hot-backup-schemaAlex Gorrod2013-05-2714-300/+413
| | | | |\
| | | | | * Update __wt_schema_worker so that it can operate on names.Alex Gorrod2013-05-287-48/+51
| | | | | * Minor code shuffling/simplification, unused variable cleanups, comment fixing.Keith Bostic2013-05-271-18/+8
| | | | | * We have to write all of the names/value pairs out to the backup file,Keith Bostic2013-05-273-22/+36
| | | | | * Re-work the code to build the target list, uncomment object checking,Keith Bostic2013-05-271-14/+19
| | | | | * Delete test_illegal_objects, now that we're using schema_worker,Keith Bostic2013-05-271-8/+0
| | | | | * avoid spelling complaintKeith Bostic2013-05-271-1/+1
| | | | | * Merge branch 'develop' into hot-backup-schemaKeith Bostic2013-05-274-109/+159
| | | | | |\ | |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #555 from wiredtiger/turtle-raceMichael Cahill2013-05-264-109/+159
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'develop' into turtle-raceKeith Bostic2013-05-252-3/+3
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | We were creating the turtle file, and if it didn't previously exist we'd createKeith Bostic2013-05-254-109/+159
| | |/ / / / | |/| | | |
| | | | | * path variable no longer used, don't return without freeing the scratch buffer.Keith Bostic2013-05-271-9/+4