summaryrefslogtreecommitdiff
path: root/src/include/connection.h
Commit message (Expand)AuthorAgeFilesLines
...
* Implement @agorrod's review comments, add a check that custom extractors don'...Michael Cahill2014-11-041-1/+1
* Merge branch 'develop' into custom-extractorsMichael Cahill2014-10-221-5/+5
|\
| * Don't prefix the WiredTiger thread types with an underscore, we don't do itKeith Bostic2014-10-191-5/+5
| * Introduce new typedefs for pthread typedefs in platform agnostic codeMark Benvenuto2014-10-151-5/+5
* | More implementation of the custom extractor API. Still working on generating...Michael Cahill2014-10-091-0/+13
|/
* Formatting cleanups after the wt_off_t change.Keith Bostic2014-10-031-3/+3
* Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...Mark Benvenuto2014-10-021-4/+4
* Add a spin_destroy call for the new reconfig_lock, sort the lists of locks.Keith Bostic2014-09-111-1/+1
* Add a new lock to serialize reconfigure.Alex Gorrod2014-09-111-0/+1
* Write a new version of config-collapse that merges nested structuresKeith Bostic2014-09-061-0/+2
* Merge branch 'develop' into lsm-shared-workersAlex Gorrod2014-08-271-1/+6
|\
| * Refactor to remove layering violations. #1170Susan LoVerso2014-08-211-0/+2
| * Add log_size configuration for checkpoints. #1170Susan LoVerso2014-08-201-0/+1
| * Make dynamic eviction workers the default. #1143Alex Gorrod2014-08-111-0/+1
| * LintAlex Gorrod2014-08-061-1/+1
| * Merge branch 'develop' into dynamic-evict-workersAlex Gorrod2014-08-051-3/+7
| |\
* | \ Merge branch 'develop' into lsm-shared-workersAlex Gorrod2014-08-061-5/+9
|\ \ \ | | |/ | |/|
| * | Move eviction worker fields from cache into the connection, so they are alway...Michael Cahill2014-08-011-0/+3
| * | Move session creation out of worker threads: the session open can race with c...Michael Cahill2014-08-011-1/+1
| * | Bump the number of slots for internal sessions: we have a lot more than 2 now.Michael Cahill2014-08-011-2/+2
| |/
| * whitespaceKeith Bostic2014-07-301-1/+0
| * Make the eviction server thread start/stop like the rest of the serverKeith Bostic2014-07-301-3/+5
* | Start shifting to having shared worker threads for LSM trees.Alex Gorrod2014-07-171-0/+2
|/
* Merge branch 'develop' into split-memory-managementKeith Bostic2014-07-011-8/+6
|\
| * Fix build warning and comment in header file.Alex Gorrod2014-06-251-2/+2
| * Add new statistics_log=(on_close=bool) option.Alex Gorrod2014-06-251-0/+1
| * Change from using separate fields to define stat states to flags.Alex Gorrod2014-06-251-8/+5
* | Use a split generation number to determine when memory replaced by a split ca...Michael Cahill2014-06-251-0/+2
|/
* First attempt to add a sweep thread to close data handles only afterKeith Bostic2014-05-211-6/+5
* Add top layer of functions. Split files.Susan LoVerso2014-03-251-2/+1
* First bits of async codeSusan LoVerso2014-03-241-0/+6
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* __open_directory_sync can sync the wrong directory if the applicationKeith Bostic2013-12-201-1/+1
* Rework the pthread spinlock logging code.Keith Bostic2013-12-191-3/+12
* We need to handle static "location ID" variables with both multipleKeith Bostic2013-12-131-5/+6
* Add spinlock statistics for __wt_spin_trylock() calls.Keith Bostic2013-12-111-3/+4
* Make spinlock stats work across open/close of the WT_CONNECTION.Keith Bostic2013-12-111-8/+6
* Track connection & session data handle sweeps consistently, moveKeith Bostic2013-11-301-1/+1
* Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-211-0/+2
|\
| * Merge branch 'develop' into java-auto-close2Don Anderson2013-11-181-8/+22
| |\
| * | Null out closed handles in Java, and detect nulled handles on use. refs #485.Don Anderson2013-11-181-0/+2
* | | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-151-3/+5
|\ \ \ | | |/ | |/|
| * | Change compaction to not block checkpoints: during the part of compactionKeith Bostic2013-11-131-3/+5
* | | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-141-2/+2
|\ \ \ | |/ /
| * | Have pages point at their spinlock rather than keep an index into an array. ...Michael Cahill2013-11-131-2/+2
* | | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-081-4/+5
|\ \ \ | |/ /
| * | Use fewer than 256 page locks to see whether L1 cache performance improves.Michael Cahill2013-11-071-4/+5
* | | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-051-1/+12
|\ \ \ | |/ /
| * | lint, cleanup, style.Keith Bostic2013-11-011-6/+12
| * | Do a full-barrier when spinlock logging is configured, it cuts down onKeith Bostic2013-11-011-1/+6
| |/