summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Turn off autobrief for pages in the documentation, do a pass for naming struc...Michael Cahill2014-08-2917-15/+86
* Make the two paragraphs match (they're the same, really), I'll abstractKeith Bostic2014-08-282-12/+12
* whitespaceKeith Bostic2014-08-281-2/+1
* whitespaceKeith Bostic2014-08-281-2/+1
* KNFKeith Bostic2014-08-281-5/+3
* whitespaceKeith Bostic2014-08-281-2/+1
* Use WT_PAGE_IS_INTERNAL instead of testing explicitly.Keith Bostic2014-08-282-6/+4
* My change broke ex_log. Back out change until I figure it out.Susan LoVerso2014-08-281-42/+30
* Fix log_filesize calculation. #1106Susan LoVerso2014-08-281-30/+42
* Fix ifdef for adaptive mutexes.Susan LoVerso2014-08-281-1/+1
* Linux adaptive pthread mutexes are less interesting for conditionKeith Bostic2014-08-281-13/+1
* whitespaceKeith Bostic2014-08-281-2/+1
* Switch from adaptive pthread mutexes by default, based on:Keith Bostic2014-08-287-11/+46
* Don't ignore error returns from __wt_rwunlock, __wt_rwlock_destroy.Keith Bostic2014-08-281-2/+2
* Don't ignore error return from WT_SESSION.close.Keith Bostic2014-08-281-3/+4
* Clarify the bulk-load & durability paragraph, use a single chunk of textKeith Bostic2014-08-282-15/+14
* Update to the current version of the autoconf macro we use to search for JNI ...Michael Cahill2014-08-281-0/+8
* Merge pull request #1155 from wiredtiger/hyper-replayMichael Cahill2014-08-281-0/+32
|\
| * Fix __log_filesize to look for end in larger chunks.Susan LoVerso2014-08-261-0/+32
* | Make arg order of __wt_rwlock_alloc consistent with spin locks. #1163Susan LoVerso2014-08-276-7/+7
* | Coordinate log cursors and log archiving. #1163Susan LoVerso2014-08-274-1/+34
* | Add intro sentence to retain paragraph. #1150Susan LoVerso2014-08-271-0/+3
* | Minor changes from durability doc review. #1150Susan LoVerso2014-08-274-20/+22
* | Merge pull request #1180 from wiredtiger/shared-cache-sessionsMichael Cahill2014-08-273-67/+102
|\ \
| * | Fix session management for shared caches.Alex Gorrod2014-08-273-67/+102
* | | WiredTiger only has one kind of backup, quit calling it "hot backup".Keith Bostic2014-08-2612-106/+175
|/ /
* | Fix the size of the value returned when stepping into log records. We skip t...Michael Cahill2014-08-264-7/+7
* | log/log.c:477:20: error: conversion to 'off_t' from 'long unsigned int' may c...Michael Cahill2014-08-261-1/+1
* | Merge branch 'develop' into durability-docsMichael Cahill2014-08-2618-74/+250
|\ \
| * \ Merge pull request #1173 from wiredtiger/ckpt-log-sizeMichael Cahill2014-08-269-28/+131
| |\ \
| | * | Add doc discussion about log_size. #1170Susan LoVerso2014-08-251-0/+15
| | * | Refactor to remove layering violations. #1170Susan LoVerso2014-08-215-13/+27
| | * | Fix minimum value. #1170Susan LoVerso2014-08-212-5/+5
| | * | Add log_size configuration for checkpoints. #1170Susan LoVerso2014-08-208-28/+102
| * | | Merge develop.Michael Cahill2014-08-262-267/+441
| |\ \ \
| | * \ \ Merge branch 'develop' into log-printfSusan LoVerso2014-08-251-260/+433
| | |\ \ \
| | * | | | Move step_count back out of conditional. Fix example printing.Susan LoVerso2014-08-251-7/+8
| * | | | | Fix a comment.Keith Bostic2014-08-231-1/+1
| * | | | | Log cursors are readonly period.Keith Bostic2014-08-231-1/+1
| * | | | | Add more information and examples for the log cursors (a few bug fixes,Keith Bostic2014-08-236-34/+91
| |/ / / /
| * | | | Add log_printf call to ex_log. Plus some fixes for it. #1171Susan LoVerso2014-08-214-12/+24
* | | | | Wordsmith the hot backup paragraph for commit-level durability.Keith Bostic2014-08-251-5/+7
* | | | | note there must always be at least one log file.Keith Bostic2014-08-251-3/+4
* | | | | document that hot backups and incremental archival can mess up withKeith Bostic2014-08-251-0/+8
* | | | | Add thread-failure wording.Keith Bostic2014-08-251-0/+6
* | | | | Structure durability wording as 3 pages, "checkpoint durability",Keith Bostic2014-08-258-172/+204
* | | | | Simplify headersKeith Bostic2014-08-251-2/+2
* | | | | whitespaceKeith Bostic2014-08-251-1/+1
* | | | | Add a page to the documentation describing transactional durabililty.Michael Cahill2014-08-253-13/+145
| |/ / / |/| | |
* | | | Merge branch 'develop' into salvage-merge-fixesKeith Bostic2014-08-235-7/+69
|\ \ \ \ | |/ / /