summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cut release 1.5.2.1.5.2Michael Cahill2013-03-286-9/+23
* Track cursor creation in the statistics (as demonstrated by the BashoKeith Bostic2013-03-275-29/+36
* Stop trying to cache the oldest reader: we only use it for eviction and only ...Michael Cahill2013-03-262-11/+4
* Fix a leak in eviction detected by valgrind.Michael Cahill2013-03-261-0/+9
* Add a test case for Java cursor issue refs #493Alex Gorrod2013-03-263-0/+89
* Cleanup wiredtiger.in: adjust whitespace to make it more human readable.Michael Cahill2013-03-263-176/+186
* Fix get_key/value in the Java API for complex cursors.Michael Cahill2013-03-261-441/+439
* Merge pull request #492 from wiredtiger/statlog-source-typesMichael Cahill2013-03-258-66/+121
|\
| * Merge branch 'develop' into statlog-source-typesMichael Cahill2013-03-267-9/+60
| |\ | |/ |/|
* | Merge branch 'master' into developMichael Cahill2013-03-267-9/+60
|\ \
| * | Added tag 1.5.1 for changeset 32e357c7de23Michael Cahill2013-03-261-0/+1
| * | Cut release 1.5.11.5.1Michael Cahill2013-03-256-9/+59
| | * Release packages are available, note where in the README file.Keith Bostic2013-03-252-3/+3
| | * re-build all auto-generated files.Keith Bostic2013-03-251-5/+6
| | * Support logging the statistics of a type of object based on a partialKeith Bostic2013-03-256-63/+117
| |/ |/|
* | Don't log statistics in test/format (session.verify can fail and returnKeith Bostic2013-03-251-3/+1
* | Merge pull request #489 from wiredtiger/stat-objectsMichael Cahill2013-03-2411-43/+165
|\ \
| * | Replace statistics_log.objects with statistics_log.sources, no other change.Keith Bostic2013-03-217-35/+36
| * | Now there are multiple sets of objects, sort them so objects groupKeith Bostic2013-03-211-1/+1
| * | If we fail to create the statistics cursor, we may still have allocatedKeith Bostic2013-03-201-1/+2
| * | Optionally dump statistics for a list of objects as part of statisticsKeith Bostic2013-03-2010-42/+162
* | | Add Java documentation for Session::open_cursorAlex Gorrod2013-03-251-0/+5
| |/ |/|
* | 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