summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* If looping waiting for the cache to become empty, wake the eviction thread pe...Michael Cahill2012-10-101-4/+5
* Merge branch 'develop' into bloom-bulk-fastpathMichael Cahill2012-10-104-36/+33
|\
| * imported patch cache-check-on-exitMichael Cahill2012-10-102-3/+10
| * Don't wait for eviction when bulk loading or updating a file configured for n...Michael Cahill2012-10-101-5/+7
| * Cope if there is no btree set in the session when checking for eviction, do t...Michael Cahill2012-10-102-1/+3
| * Move the eviction check to before an update starts, rather than after it is h...Michael Cahill2012-10-103-35/+20
| * Walk a constant number of pages for LRU.Michael Cahill2012-10-101-0/+1
* | Update auto-generated file.Michael Cahill2012-10-101-1/+7
* | Merge branch 'develop' into bloom-bulk-fastpathMichael Cahill2012-10-102-41/+47
|\ \ | |/
| * Add an eviction statistic to file and LSM statistics cursors.Alex Gorrod2012-10-102-41/+47
* | Merge branch 'develop' into bloom-bulk-fastpathMichael Cahill2012-10-093-6/+45
|\ \ | |/
| * Add a statistics_fast flag to file statistics cursors.Alex Gorrod2012-10-093-6/+45
* | Merge branch 'develop' into bloom-bulk-fastpathMichael Cahill2012-10-098-20/+69
|\ \ | |/
| * After an auto-commit transaction, where the cursor may be reused, we need to ...Michael Cahill2012-10-094-16/+14
| * style cleanupKeith Bostic2012-10-081-9/+9
| * Add a new statistics cursor type "statistics:lsm".Alex Gorrod2012-10-085-0/+31
| * Add a connection-wide flag to disable LSM merges.Michael Cahill2012-10-053-4/+24
* | Kludge to force-feed a bitmap into a bulk load.Michael Cahill2012-10-053-2/+5
|/
* Lint: cast to void when we don't use the return value from WT_ATOMIC_*.Michael Cahill2012-10-051-9/+9
* Add ability to disable LSM bloom filters.Alex Gorrod2012-10-042-0/+3
* Issue #310 needs to be able to call a serialization function from insideKeith Bostic2012-10-036-145/+84
* Add a fast path for setting fixed-length column store values.Michael Cahill2012-10-031-2/+2
* Save two strcmp calls in fast pass cursor set_key. Tidy some flags.Alex Gorrod2012-10-031-0/+3
* whitespaceKeith Bostic2012-09-281-1/+1
* Clear the cursor position in next, prev and reset, now that we no longer clea...Michael Cahill2012-09-281-0/+10
* Confirm that we can retry a deadlocked transaction with the same key/value pairMichael Cahill2012-09-281-5/+0
* Merge branch 'develop' into evict-failMichael Cahill2012-09-282-4/+4
|\
| * Fix a copy-paste bug in the lsm code.Alex Gorrod2012-09-281-2/+2
| * whitespaceKeith Bostic2012-09-271-2/+2
* | Propagate eviction failures out to __wt_page_in_func:Michael Cahill2012-09-272-2/+8
|/
* Switch to an atomic add to allocate transaction IDs.Michael Cahill2012-09-271-2/+2
* Fix an off-by-one error in the check for obsolete transaction IDs.Michael Cahill2012-09-272-6/+6
* Add a LSM_WORKER structure to save passing as many context paramaters toAlex Gorrod2012-09-272-0/+11
* Merge pull request #341 from wiredtiger/lsm-checkpoint-threadMichael Cahill2012-09-262-0/+3
|\
| * Tidy and bug fix LSM checkpoint thread implementation.Alex Gorrod2012-09-261-2/+2
| * Merge branch 'develop' into lsm-checkpoint-threadAlex Gorrod2012-09-2611-43/+105
| |\
| * \ Merge branch 'develop' into lsm-checkpoint-threadAlex Gorrod2012-09-264-9/+28
| |\ \
| * | | Implement part of LSM checkpoint worker thread implementation.Alex2012-09-242-0/+3
* | | | fix a couple of lint warnings.Keith Bostic2012-09-261-1/+1
| |_|/ |/| |
* | | Merge branch 'develop' into lsm-minor-mergeMichael Cahill2012-09-2610-37/+92
|\ \ \
| * \ \ Merge pull request #337 from wiredtiger/nocacheMichael Cahill2012-09-268-33/+77
| |\ \ \
| | * | | Update btree file count to only include open writable files.Alex Gorrod2012-09-262-3/+7
| | * | | Move hazard_size from the connection to the session. Each session can have aAlex Gorrod2012-09-262-4/+4
| | * | | Line wrapping and spelling fixes.Alex Gorrod2012-09-251-1/+1
| | * | | Update hazard references, so the active array grows as needed.Alex Gorrod2012-09-254-3/+8
| | * | | Make no_cache configuration undocumented. Update calculation for findingAlex Gorrod2012-09-252-4/+2
| | * | | Merge branch 'develop' into nocacheAlex Gorrod2012-09-253-7/+28
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Update handle cache to deal with no-cache cursors and btree handles.Alex Gorrod2012-09-241-0/+2
| | * | | Merge branch 'develop' into nocacheAlex Gorrod2012-09-244-21/+96
| | |\ \ \
| | * \ \ \ Merge branch 'develop' into nocache. Manually merged.Alex Gorrod2012-09-246-69/+83
| | |\ \ \ \