summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cut release 1.6.11.6.1Alex Gorrod2013-05-311-3/+3
* Link custom data sources documentation into the docs.Alex Gorrod2013-05-311-0/+1
* 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
* 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. Closes #561.Keith Bostic2013-05-304-7/+15
* 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-2911-120/+165
|\
| * 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-298-81/+126
| |\
| | * Create a more general-purpose block-manager preload call and pre-loadKeith Bostic2013-05-289-86/+128
| | * Merge branch 'develop' into warm-cache-compressKeith Bostic2013-05-2850-537/+931
| | |\
| | * | Preload internal pages into file system cache with compression.Alex Gorrod2013-05-143-13/+16
| * | | 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-2812-222/+166
|\ \ \ | |/ /
| * | Add an explicit enable setting to shared_cache configuration.Alex Gorrod2013-05-284-11/+10
| * | Merge pull request #552 from wiredtiger/force-evict-indexAlex Gorrod2013-05-288-211/+156
| |\ \
| | * | 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-276-198/+121
| | * | 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-2415-68/+191
| | |\ \
| | * | | Yet another rearrangement of the forced eviction code. Now check the first t...Michael Cahill2013-05-245-16/+28
* | | | | 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
* | | | | avoid spelling complaintKeith Bostic2013-05-271-1/+1
* | | | | Merge branch 'develop' into hot-backup-schemaKeith Bostic2013-05-274-109/+159
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | Update backup to use __wt_schema_worker. Stop LSM drops during backups.Alex Gorrod2013-05-275-129/+70
* | | | Disallow hot backups in any tree that includes something other than aKeith Bostic2013-05-261-75/+58
* | | | Add WT_PREFIX_MATCH_LEN, a version of WT_PREFIX_MATCH that doesn't goKeith Bostic2013-05-261-5/+8
* | | | Fail any attempt to perform a hot backup on a database where thereKeith Bostic2013-05-251-0/+17
* | | | Remove the WT_COMPRESSOR documentation from examples/c/ex_all.c (we're alreadyKeith Bostic2013-05-252-6/+8
|/ / /
* | | Pass owner through LSM and index cursors, so that are closed in the correct o...Michael Cahill2013-05-244-6/+8
* | | Merge pull request #550 from wiredtiger/named-lsm-checkpointsMichael Cahill2013-05-233-29/+82
|\ \ \
| * | | Don't use WT_ERR after the "err" label.Michael Cahill2013-05-241-1/+1
| * | | LSM trees don't support named checkpoints: disallow attempts, addKeith Bostic2013-05-233-29/+82
| |/ /
* | | Note the default allocation_size and internal_page_max size changesKeith Bostic2013-05-231-0/+14
* | | Re-work the page, allocation size checks: instead of silently modifyingKeith Bostic2013-05-233-26/+24
* | | Change the default page allocation size from 512B to 4KB, change theKeith Bostic2013-05-232-7/+7
* | | Merge branch 'develop' into more-direct-ioKeith Bostic2013-05-235-38/+91
|\ \ \ | |/ /