summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cut the 1.6.5 release.1.6.5Michael Cahill2013-10-093-3/+47
* Fix last commit: unmerged changes.Michael Cahill2013-10-091-6/+6
* The global dirty byte count can go negative if there is a race freeing update...Michael Cahill2013-10-091-25/+24
* Add __wt_cache_dirty_incr() to match __wt_cache_dirty_decr(), and makeKeith Bostic2013-10-081-12/+25
* Move WT_PAGE.bytes_dirty into WT_PAGE_MODIFY.bytes_dirty, there won't beKeith Bostic2013-10-083-21/+24
* Cleanup after merge: remove some duplicate code / comments.Michael Cahill2013-10-082-43/+7
* Merge branch 'develop' into cache-dirty-bytesMichael Cahill2013-10-084-61/+64
|\
| * Merge pull request #708 from wiredtiger/cache-dirty-bytes2Alex Gorrod2013-10-085-23/+43
| |\
| | * Track the per-page contribution to the cache's dirty byte count. If this is ...Michael Cahill2013-10-085-23/+43
| |/
* | Merge branch 'develop' into cache-dirty-bytesKeith Bostic2013-10-0719-58/+86
|\ \ | |/
| * Merge pull request #704 from wiredtiger/mutex-cleanupsueloverso2013-10-0714-38/+61
| |\
| | * Merge branch 'develop' into mutex-cleanupKeith Bostic2013-10-042-2/+2
| | |\
| | * \ Merge branch 'develop' into mutex-cleanupKeith Bostic2013-10-047-30/+134
| | |\ \
| | * | | Move the serialization lock from WT_CONNECTION into WT_BTREE, the btreeKeith Bostic2013-10-0414-38/+58
| * | | | Comment: explain why we copy the prefix before growing the buffer.Michael Cahill2013-10-051-8/+13
| * | | | Fix a bug scanning through a memory-mapped file with overflow items (which is...Michael Cahill2013-10-052-9/+7
| * | | | Cleanup the transaction state after a checkpoint.Michael Cahill2013-10-052-1/+6
| * | | | Remove prototypes for __wt_cksum_hw/__wt_cksum_sw, they aren't neededKeith Bostic2013-10-041-3/+0
| | |_|/ | |/| |
* | | | Merge branch 'develop' into cache-dirty-bytesKeith Bostic2013-10-043-2/+3
|\ \ \ \ | |/ / /
| * | | ANSI C declaration, fix spelling.Keith Bostic2013-10-043-2/+3
| | |/ | |/|
* | | Merge branch 'develop' into cache-dirty-bytesKeith Bostic2013-10-047-29/+129
|\ \ \ | |/ /
| * | Fix a comment, and a little whitespace tweaking, no real change.Keith Bostic2013-10-041-7/+6
| * | Merge pull request #702 from wiredtiger/hardware-cksumKeith Bostic2013-10-044-4/+114
| |\ \
| | * | Use funcptr, inited from __wt_library_init.Don Anderson2013-10-043-63/+35
| | * | semantic sugar: whitespace, KNF, spelling checks.Keith Bostic2013-10-032-21/+28
| | * | Do a runtime check of CRC hardware, if present, use CRC instructions. refs #582Don Anderson2013-10-031-4/+135
| * | | Merge pull request #705 from wiredtiger/scan-optKeith Bostic2013-10-041-7/+6
| |\ \ \
| | * | | minor cleanup, only assign to kb.{data,size} once.Keith Bostic2013-10-041-6/+4
| | * | | Merge branch 'develop' into scan-optMichael Cahill2013-10-051-11/+3
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Only futz with isolation in the top-level checkpoint code.Michael Cahill2013-10-051-11/+3
| | |_|/ | |/| |
| | * | Always cache the last key returned for use in scans. Otherwise, we can do hu...Michael Cahill2013-10-051-3/+4
| |/ /
* | | spelling.Keith Bostic2013-10-041-1/+1
* | | Update a couple of comments for clarity.Keith Bostic2013-10-042-0/+20
* | | Merge branch 'develop' into cache-dirty-bytesKeith Bostic2013-10-048-48/+82
|\ \ \ | |/ /
| * | Add another explicit bump of the oldest ID for LSM.Michael Cahill2013-10-042-8/+8
| * | Remove redundant function declarations.Michael Cahill2013-10-041-3/+0
| * | Now that we aren't forcing oldest ID updates all the time, we need one in the...Michael Cahill2013-10-042-1/+9
| * | Only bump the oldest snapshot ID during normal snapshot refresh if we have a ...Michael Cahill2013-10-043-3/+17
| * | Merge pull request #700 from wiredtiger/branch682Michael Cahill2013-10-031-16/+27
| |\ \
| | * | __rec_review() goes recursive, don't clear the istree state flag on eachKeith Bostic2013-10-031-2/+6
| | * | A different fix/change: return from __rec_review() if the page beingKeith Bostic2013-10-031-11/+20
| | * | Michael fixed the real problem in #682; remove the test code, but leaveKeith Bostic2013-10-031-27/+4
| | * | Merge branch 'develop' into branch682Keith Bostic2013-10-0326-222/+251
| | |\ \ | | | |/
| | * | Merge branch 'develop' into branch682Keith Bostic2013-09-199-35/+53
| | |\ \
| | * | | Add code to confirm Michael's idea on the #682 failure.Keith Bostic2013-09-171-1/+22
| * | | | During checkpoints, use the session's isolation level, not just the transacti...Michael Cahill2013-10-042-14/+16
| * | | | Typos.Susan LoVerso2013-10-032-3/+3
| * | | | Change default for logging to be off.Susan LoVerso2013-10-033-9/+11
| | |_|/ | |/| |
* | | | Merge branch 'develop' into cache-dirty-bytesKeith Bostic2013-10-0311-46/+136
|\ \ \ \ | |/ / /
| * | | Merge pull request #682 from wiredtiger/evict-walk-raceKeith Bostic2013-10-032-21/+42
| |\ \ \