| Commit message (Expand) | Author | Age | Files | Lines |
* | Turn off autobrief for pages in the documentation, do a pass for naming struc... | Michael Cahill | 2014-08-29 | 17 | -15/+86 |
* | Make the two paragraphs match (they're the same, really), I'll abstract | Keith Bostic | 2014-08-28 | 2 | -12/+12 |
* | whitespace | Keith Bostic | 2014-08-28 | 1 | -2/+1 |
* | whitespace | Keith Bostic | 2014-08-28 | 1 | -2/+1 |
* | KNF | Keith Bostic | 2014-08-28 | 1 | -5/+3 |
* | whitespace | Keith Bostic | 2014-08-28 | 1 | -2/+1 |
* | Use WT_PAGE_IS_INTERNAL instead of testing explicitly. | Keith Bostic | 2014-08-28 | 2 | -6/+4 |
* | My change broke ex_log. Back out change until I figure it out. | Susan LoVerso | 2014-08-28 | 1 | -42/+30 |
* | Fix log_filesize calculation. #1106 | Susan LoVerso | 2014-08-28 | 1 | -30/+42 |
* | Fix ifdef for adaptive mutexes. | Susan LoVerso | 2014-08-28 | 1 | -1/+1 |
* | Linux adaptive pthread mutexes are less interesting for condition | Keith Bostic | 2014-08-28 | 1 | -13/+1 |
* | whitespace | Keith Bostic | 2014-08-28 | 1 | -2/+1 |
* | Switch from adaptive pthread mutexes by default, based on: | Keith Bostic | 2014-08-28 | 7 | -11/+46 |
* | Don't ignore error returns from __wt_rwunlock, __wt_rwlock_destroy. | Keith Bostic | 2014-08-28 | 1 | -2/+2 |
* | Don't ignore error return from WT_SESSION.close. | Keith Bostic | 2014-08-28 | 1 | -3/+4 |
* | Clarify the bulk-load & durability paragraph, use a single chunk of text | Keith Bostic | 2014-08-28 | 2 | -15/+14 |
* | Update to the current version of the autoconf macro we use to search for JNI ... | Michael Cahill | 2014-08-28 | 1 | -0/+8 |
* | Merge pull request #1155 from wiredtiger/hyper-replay | Michael Cahill | 2014-08-28 | 1 | -0/+32 |
|\ |
|
| * | Fix __log_filesize to look for end in larger chunks. | Susan LoVerso | 2014-08-26 | 1 | -0/+32 |
* | | Make arg order of __wt_rwlock_alloc consistent with spin locks. #1163 | Susan LoVerso | 2014-08-27 | 6 | -7/+7 |
* | | Coordinate log cursors and log archiving. #1163 | Susan LoVerso | 2014-08-27 | 4 | -1/+34 |
* | | Add intro sentence to retain paragraph. #1150 | Susan LoVerso | 2014-08-27 | 1 | -0/+3 |
* | | Minor changes from durability doc review. #1150 | Susan LoVerso | 2014-08-27 | 4 | -20/+22 |
* | | Merge pull request #1180 from wiredtiger/shared-cache-sessions | Michael Cahill | 2014-08-27 | 3 | -67/+102 |
|\ \ |
|
| * | | Fix session management for shared caches. | Alex Gorrod | 2014-08-27 | 3 | -67/+102 |
* | | | WiredTiger only has one kind of backup, quit calling it "hot backup". | Keith Bostic | 2014-08-26 | 12 | -106/+175 |
|/ / |
|
* | | Fix the size of the value returned when stepping into log records. We skip t... | Michael Cahill | 2014-08-26 | 4 | -7/+7 |
* | | log/log.c:477:20: error: conversion to 'off_t' from 'long unsigned int' may c... | Michael Cahill | 2014-08-26 | 1 | -1/+1 |
* | | Merge branch 'develop' into durability-docs | Michael Cahill | 2014-08-26 | 18 | -74/+250 |
|\ \ |
|
| * \ | Merge pull request #1173 from wiredtiger/ckpt-log-size | Michael Cahill | 2014-08-26 | 9 | -28/+131 |
| |\ \ |
|
| | * | | Add doc discussion about log_size. #1170 | Susan LoVerso | 2014-08-25 | 1 | -0/+15 |
| | * | | Refactor to remove layering violations. #1170 | Susan LoVerso | 2014-08-21 | 5 | -13/+27 |
| | * | | Fix minimum value. #1170 | Susan LoVerso | 2014-08-21 | 2 | -5/+5 |
| | * | | Add log_size configuration for checkpoints. #1170 | Susan LoVerso | 2014-08-20 | 8 | -28/+102 |
| * | | | Merge develop. | Michael Cahill | 2014-08-26 | 2 | -267/+441 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'develop' into log-printf | Susan LoVerso | 2014-08-25 | 1 | -260/+433 |
| | |\ \ \ |
|
| | * | | | | Move step_count back out of conditional. Fix example printing. | Susan LoVerso | 2014-08-25 | 1 | -7/+8 |
| * | | | | | Fix a comment. | Keith Bostic | 2014-08-23 | 1 | -1/+1 |
| * | | | | | Log cursors are readonly period. | Keith Bostic | 2014-08-23 | 1 | -1/+1 |
| * | | | | | Add more information and examples for the log cursors (a few bug fixes, | Keith Bostic | 2014-08-23 | 6 | -34/+91 |
| |/ / / / |
|
| * | | | | Add log_printf call to ex_log. Plus some fixes for it. #1171 | Susan LoVerso | 2014-08-21 | 4 | -12/+24 |
* | | | | | Wordsmith the hot backup paragraph for commit-level durability. | Keith Bostic | 2014-08-25 | 1 | -5/+7 |
* | | | | | note there must always be at least one log file. | Keith Bostic | 2014-08-25 | 1 | -3/+4 |
* | | | | | document that hot backups and incremental archival can mess up with | Keith Bostic | 2014-08-25 | 1 | -0/+8 |
* | | | | | Add thread-failure wording. | Keith Bostic | 2014-08-25 | 1 | -0/+6 |
* | | | | | Structure durability wording as 3 pages, "checkpoint durability", | Keith Bostic | 2014-08-25 | 8 | -172/+204 |
* | | | | | Simplify headers | Keith Bostic | 2014-08-25 | 1 | -2/+2 |
* | | | | | whitespace | Keith Bostic | 2014-08-25 | 1 | -1/+1 |
* | | | | | Add a page to the documentation describing transactional durabililty. | Michael Cahill | 2014-08-25 | 3 | -13/+145 |
| |/ / /
|/| | | |
|
* | | | | Merge branch 'develop' into salvage-merge-fixes | Keith Bostic | 2014-08-23 | 5 | -7/+69 |
|\ \ \ \
| |/ / / |
|