summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cut release 1.5.11.5.1Michael Cahill2013-03-256-9/+59
* If open fails and direct I/O configured, note that some filesystems don'tKeith Bostic2013-03-221-3/+9
* Take more care not to use a stale value for the oldest reader transaction ID.Michael Cahill2013-03-222-6/+8
* Don't allow true/false values in config strings where integers are expected.Michael Cahill2013-03-224-7/+9
* Fix retry logic in autocommit transactions, check for errors from __wt_cache_...Michael Cahill2013-03-222-2/+5
* Move the cache full check for autocommit transactions out of the rollback pat...Michael Cahill2013-03-222-4/+10
* Fix an assertion failure if we try to do eviction without ever having done an...Michael Cahill2013-03-221-1/+1
* Fix several bugs in LSM:Michael Cahill2013-03-204-15/+22
* Add a RMW insert mode to wtbench. Fix build warnings:Alex Gorrod2013-03-202-10/+42
* When doing a merge concurrent with a checkpoint, walk all the way up to a rea...Michael Cahill2013-03-201-1/+1
* Fix merges in column stores: don't look inside ref->u.key.Michael Cahill2013-03-201-1/+1
* Merge pull request #483 from wiredtiger/merge-optMichael Cahill2013-03-1916-219/+364
|\
| * Allow most merges while checkpoints are in progress.Michael Cahill2013-03-196-114/+138
| * Remove refsize from internal pages, figure out the amount of memory being tra...Michael Cahill2013-03-195-34/+55
| * Merge branch 'develop' into merge-optMichael Cahill2013-03-1910-79/+259
| |\ | |/ |/|
* | Minor cleanup of the WT_COMPRESSOR docs, list all of the possible structureKeith Bostic2013-03-181-1/+30
* | Merge pull request #482 from wiredtiger/open-cleanupKeith Bostic2013-03-183-3/+12
|\ \
| * | Minor style change, don't test pointer as if it's a boolean, don't checkKeith Bostic2013-03-181-1/+1
| * | Try harder to cleanup after a failed wiredtiger_open call.Alex Gorrod2013-03-153-3/+12
* | | Fix a bug where absolute path names URIs were not being parsed correctlyAlex Gorrod2013-03-184-17/+30
* | | Create/drop the table we're manipulating, otherwise we don't get configKeith Bostic2013-03-171-7/+25
* | | Make more of ex_all run, I want to test some session configuration strings.Keith Bostic2013-03-171-4/+12
* | | os_cache_dirty_max, os_cache_max are WT_SESSION::create configurationKeith Bostic2013-03-171-14/+10
* | | Don't drop core if an open fails, it's just a distraction from debugging.Keith Bostic2013-03-171-15/+18
* | | Try and group WT cache options together, add more discussion of compression.Keith Bostic2013-03-173-47/+55
* | | Add tuning advise for os_cache_dirty_max, os_cache_max.Keith Bostic2013-03-173-5/+82
* | | Add a paragraph on cursor persistence to the perf tuning page.Keith Bostic2013-03-171-13/+32
| | * Add an estimate of per-allocation overhead.Michael Cahill2013-03-181-0/+12
| | * Keep track of the size of the WT_REF array in internal pages (including WT_AD...Michael Cahill2013-03-187-42/+54
| | * More tweaking of merge: don't promote if there are no live children.Michael Cahill2013-03-181-1/+6
| | * Reduce the skew against evicting internal pages.Michael Cahill2013-03-181-1/+1
| | * If a page is reconciled (causing it's on-disk blocks to be free'd andKeith Bostic2013-03-163-40/+40
| | * whitespaceKeith Bostic2013-03-151-1/+0
| | * Fix comment.Keith Bostic2013-03-151-2/+2
| | * Panic if we find a block on the wrong list, that's not something we canKeith Bostic2013-03-151-3/+4
| | * Fix some whitespace.Keith Bostic2013-03-151-1/+0
| | * Fix a comment.Keith Bostic2013-03-151-4/+4
| | * Tweak merge to build better trees with random insert workloads.Michael Cahill2013-03-155-49/+121
| |/ |/|
* | Fix a (dumb) gcc warning:Michael Cahill2013-03-151-1/+1
* | Merge pull request #480 from wiredtiger/less-allocationMichael Cahill2013-03-1415-218/+360
|\ \
| * \ Merge branch 'develop' into less-allocationKeith Bostic2013-03-1433-160/+224
| |\ \ | |/ / |/| |
* | | Minor doc change.Alex Gorrod2013-03-151-1/+3
| |/ |/|
* | Merge pull request #481 from wiredtiger/optional-assertKeith Bostic2013-03-1413-73/+70
|\ \
| * | Some functions with WT_ASSERT calls don't use the session handle for anyKeith Bostic2013-03-141-3/+5
| * | fix unused variable warnings.Keith Bostic2013-03-141-0/+3
| * | Avoid an "unused variable" complaint when building in non-HAVE_DIAGNOSTIC mode.Keith Bostic2013-03-141-3/+1
| * | Separate out the diagnostic code, it's cleaner this way.Keith Bostic2013-03-141-14/+23
| * | Rework some of the asserts based on how likely/useful they are.Keith Bostic2013-03-141-10/+6
| * | This should be an assert, not a run-time check, it's a coding errorKeith Bostic2013-03-141-10/+4
| * | Don't bother checking for an empty page: it indicates file corruption,Keith Bostic2013-03-141-4/+0