summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-201-5/+5
* 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
* Allow most merges while checkpoints are in progress.Michael Cahill2013-03-195-114/+134
* 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-198-58/+171
|\
| * 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-183-17/+29
| * | Try and group WT cache options together, add more discussion of compression.Keith Bostic2013-03-172-44/+52
| * | Add tuning advise for os_cache_dirty_max, os_cache_max.Keith Bostic2013-03-172-5/+70
| * | 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-186-42/+53
* | | 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 branch 'develop' into less-allocationKeith Bostic2013-03-1423-132/+138
|\ \
| * | 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
| | * Cleanup due to s_allAlex Gorrod2013-03-143-10/+7
| | * Add a comment.Alex Gorrod2013-03-141-0/+1
| | * Make WT_ASSERT a no-op when not in DIAGNOSTIC mode.Alex Gorrod2013-03-1411-50/+51
| * | Fix a bug in the dump utility that allowed index URIs.Alex Gorrod2013-03-141-1/+1
| |/
| * typoMichael Cahill2013-03-141-1/+1
| * Cut release 1.5.0.1.5.0Michael Cahill2013-03-141-0/+3
| * Fix spelling, make URIs consistent in the documentation.Michael Cahill2013-03-144-18/+18
| * Merge pull request #478 from wiredtiger/txn-generationMichael Cahill2013-03-135-39/+43
| |\
| | * Keep local state across {get,release}_snapshot calls so that the correct data...Michael Cahill2013-03-134-14/+15