summaryrefslogtreecommitdiff
path: root/src/conn
Commit message (Expand)AuthorAgeFilesLines
* Fix a spelling problem.Keith Bostic2013-04-251-2/+2
* Don't allow statistics_log "sources" configuration for objects otherKeith Bostic2013-04-251-1/+12
* Sue found the reason the open files count keeps climbing.Keith Bostic2013-04-241-2/+0
* Introduce a condition variable for application threads waiting for evictionAlex Gorrod2013-04-241-0/+3
* src/conn/conn_cache.c: function with return after a jump to an error labelMichael Cahill2013-04-241-4/+4
* Move allocation and freeing of the LRU queue out of the eviction thread: appl...Michael Cahill2013-04-241-0/+5
* Merge branch 'develop' into lsm-ckpt-experimentsMichael Cahill2013-04-245-69/+148
|\
| * Merge branch 'develop' into stecKeith Bostic2013-04-221-0/+3
| |\
| | * Move pack/unpack methods into the extension API, because extensions shouldn't...Michael Cahill2013-04-221-0/+3
| * | Fix a memory leak, we had two allocated string names, and were only freeingKeith Bostic2013-04-211-7/+8
| |/
| * Add WT_EXTENSION_API::strerror so extensions don't have to load againstKeith Bostic2013-04-201-0/+1
| * Change the extension function names to "init" and "terminate" so that API cha...Michael Cahill2013-04-192-5/+5
| * Export more of the config parsing machinery to the extension API: we're going...Michael Cahill2013-04-181-2/+4
| * Add an extension "unload" entry point, configured with "unload" and withKeith Bostic2013-04-182-10/+19
| * Use an opaque type for config arguments passed to callbacks, rather than void *.Michael Cahill2013-04-181-2/+2
| * Replace WT_EXTENSION_CONFIG.argv[] with WT_EXTENSION_API::get_config_next;Keith Bostic2013-04-171-0/+1
| * Rename WT_EXTENSION_API::config to be WT_EXTENSION_API::get_config.Keith Bostic2013-04-171-1/+1
| * Change the extension entry point signature to take a (void *config)Keith Bostic2013-04-171-2/+2
| * Replace wiredtiger_extension_api() with WT_CONNECTION.get_extension_api.Keith Bostic2013-04-171-10/+9
| * More changes to the extension API (this is only part-way there, but itKeith Bostic2013-04-171-22/+17
| * Add a new WT_EXTENSION_API method that returns the default session forKeith Bostic2013-04-161-1/+11
| * Merge branch 'develop' into data-sourceKeith Bostic2013-04-151-4/+4
| |\
| | * whitespace and spelling complaints.Keith Bostic2013-04-151-4/+4
| * | Merge branch 'develop' into data-sourceKeith Bostic2013-04-151-12/+32
| |\ \ | | |/
| | * Be more aggressive about using shared cache resources.Alex Gorrod2013-04-151-12/+32
| * | Data source cleanup: fix some build warnings, exclude new function from the J...Michael Cahill2013-04-121-2/+3
| * | More work on data-source configuration support.Keith Bostic2013-04-113-10/+12
| * | Add a new method WT_EXTENSION_API::config that takes a cfg[] and returnsKeith Bostic2013-04-101-4/+5
| * | Make conn.add_collator, conn.add_compressor and conn.add_data_sourceKeith Bostic2013-04-101-6/+10
| * | Support new configuration options added by the applications, using a newKeith Bostic2013-04-093-10/+45
| * | Make WiredTiger extension functions available to linked-in modules viaKeith Bostic2013-04-091-18/+13
| * | First cut at moving the configuration information into the WT_CONNECTION_IMPLKeith Bostic2013-04-093-10/+16
| * | Configuration strings are never written, const them to save memory.Keith Bostic2013-04-051-3/+3
| * | Call LSM methods directly instead of using WT_DATA_SOURCE implementation.Keith Bostic2013-04-041-7/+1
| |/
* | Merge branch 'basho' into lsm-ckpt-experimentsMichael Cahill2013-04-024-144/+166
|\ \ | |/
| * Update new code to use data handles.Michael Cahill2013-03-261-4/+4
| * Merge branch 'develop' into data-handlesMichael Cahill2013-03-261-48/+73
| |\
| * \ Merge branch 'develop' into data-handlesMichael Cahill2013-03-258-81/+672
| |\ \
| * \ \ Merge branch 'develop' into data-handlesMichael Cahill2013-03-257-88/+764
| |\ \ \
| * \ \ \ Merge branch 'develop' into data-handlesMichael Cahill2012-09-281-1/+2
| |\ \ \ \
| * \ \ \ \ Merge branch 'develop' into data-handlesMichael Cahill2012-09-272-24/+33
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'develop' into data-handlesMichael Cahill2012-09-252-29/+86
| |\ \ \ \ \ \
| * | | | | | | Replace session->btree with a data handle.Michael Cahill2012-09-182-43/+40
| * | | | | | | Rename {conn,session}_btree.c to {conn,session}_dhandle.c.Michael Cahill2012-09-181-0/+0
| * | | | | | | Split general WT_BTREE fields into WT_DATA_HANDLE.Michael Cahill2012-09-182-106/+128
* | | | | | | | Merge branch 'basho' into lsm-ckpt-experimentsMichael Cahill2013-03-261-48/+73
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Support logging the statistics of a type of object based on a partialKeith Bostic2013-03-251-48/+73
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'basho' into lsm-ckpt-experimentsMichael Cahill2013-03-251-18/+98
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Replace statistics_log.objects with statistics_log.sources, no other change.Keith Bostic2013-03-211-9/+9
| * | | | | | Optionally dump statistics for a list of objects as part of statisticsKeith Bostic2013-03-201-18/+98