summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* The config-scan docs were mixed up, fix them.Keith Bostic2013-06-041-6/+7
* Add a new extension function __wt_ext_config_strget that returns theKeith Bostic2013-06-045-2/+49
* Update checkpoint code to get and release handles, so that LSM cannotAlex Gorrod2013-06-042-10/+29
* Reorder the verbose version output, so the library version comes first.Michael Cahill2013-06-042-4/+5
* Change __wt_schema_get_source() to not call __wt_bad_object_type itself,Keith Bostic2013-06-039-25/+23
* We have to remove the data-source entry from the metadata file duringKeith Bostic2013-06-031-4/+9
* Don't trust the extension code to give us something reasonable.Keith Bostic2013-06-031-1/+2
* We have to rename the data-source object in the metadata file as wellKeith Bostic2013-06-032-14/+32
* I went too far on the last change -- we always have to create a checksKeith Bostic2013-06-031-43/+36
* __truncate_table has to call through __wt_schema_truncate, it can'tKeith Bostic2013-06-031-35/+13
* Fix a core dump: handle adding configuration options to methods thatKeith Bostic2013-06-031-32/+43
* Now that the memrata driver is storing the basic configuration (includingKeith Bostic2013-06-031-18/+1
* Make sure we add the slot of NULL's, otherwise the search for the methodKeith Bostic2013-06-031-2/+2
* Copy the entry filled with NULLs, otherwise the search for a matchingKeith Bostic2013-06-031-2/+2
* Add a version flag to connection verbose configuration.Alex Gorrod2013-06-035-18/+35
* fix a commentKeith Bostic2013-06-021-1/+1
* Use parenthesis to group x - y + z expression.Keith Bostic2013-05-311-1/+1
* Merge pull request #563 from wiredtiger/realloc_defKeith Bostic2013-05-3112-86/+53
|\
| * whitespaceMichael Cahill2013-05-312-7/+7
| * imported patch realloc_defMichael Cahill2013-05-3112-85/+52
* | Add section headings to the programming guide page.Michael Cahill2013-05-311-3/+14
* | Fix the check for orphaned pages in the docs, minor cleanup.Michael Cahill2013-05-312-15/+11
* | 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