summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cut release 1.6.01.6.0Alex Gorrod2013-05-161-2/+2
* Merge pull request #542 from wiredtiger/name-hashMichael Cahill2013-05-156-5/+13
|\
| * Use the name hash to avoid string comparisons in the session list of data han...Michael Cahill2013-05-164-4/+7
| * Add name hash to avoid excessive strcmp on common path.Susan LoVerso2013-05-152-1/+6
* | Be more specific about LSM's requirement for non-zero-length data items,Keith Bostic2013-05-151-1/+2
|/
* Merge pull request #539 from wiredtiger/evict-clean-bugAlex Gorrod2013-05-148-57/+128
|\
| * Add a comment about tracking the largest transaction ID during reconciliation.Michael Cahill2013-05-151-0/+7
| * typoMichael Cahill2013-05-151-10/+10
| * Fix ordering of application eviction so a session's read-committed transactio...Michael Cahill2013-05-152-25/+58
| * Include the current transaction when calculating the oldest snapshot ID.Michael Cahill2013-05-151-3/+3
| * Fix a bug where clean pages could be evicted when they contained updates requ...Michael Cahill2013-05-157-37/+68
* | Acquire the file-list spin lock when checking the WT_FH.refcnt duringKeith Bostic2013-05-141-19/+34
* | fix a commentKeith Bostic2013-05-141-2/+2
|/
* Change file_extend syntax from file_extend=(type=[data,log],size=XXX)Keith Bostic2013-05-145-34/+25
* Merge branch 'develop' into file-extendKeith Bostic2013-05-145-17/+33
|\
| * minor rephrasing so two patterns matchKeith Bostic2013-05-141-5/+4
| * Only track whether eviction is stuck if the cache is full.Michael Cahill2013-05-141-3/+8
| * Merge pull request #537 from wiredtiger/eviction-isolationAlex Gorrod2013-05-133-8/+20
| |\
| | * Snapshots (including eviction) *should* include the last committed transaction.Michael Cahill2013-05-142-4/+5
| | * Fix an off-by-one error in the transaction used for eviction. We track the o...Michael Cahill2013-05-142-4/+15
| * | Don't preload the file system cache when compression is enabled.Alex Gorrod2013-05-141-1/+1
| |/
* | Merge branch 'develop' into file-extendKeith Bostic2013-05-131-1/+1
|\ \ | |/
| * typoKeith Bostic2013-05-131-1/+1
* | Merge branch 'develop' into file-extendKeith Bostic2013-05-132-1/+3
|\ \ | |/
| * Mention dd explicitly, it has an option to configure O_DIRECT access.Keith Bostic2013-05-132-1/+3
* | Merge branch 'develop' into file-extendKeith Bostic2013-05-131-5/+14
|\ \ | |/
| * imported patch madvise-alignmentMichael Cahill2013-05-131-5/+14
* | When unloading the live checkpoint, discard any extended blocks so filesKeith Bostic2013-05-131-0/+5
* | Merge branch 'develop' into file-extendKeith Bostic2013-05-133-22/+24
|\ \ | |/
| * whitespaceMichael Cahill2013-05-131-1/+0
| * Clear pages from the LRU queue as soon as they are locked. Threads getting p...Michael Cahill2013-05-132-22/+14
| * The underlying file format just changed, note it in the upgrading document.Keith Bostic2013-05-111-0/+11
* | Support for a new configuration option, file_extend, that extends the fileKeith Bostic2013-05-1111-37/+114
|/
* Rename the WT_FH.file_size field to be WT_FH.size.Keith Bostic2013-05-1110-32/+33
* Add more warnings about direct I/O, put them all in one place.Keith Bostic2013-05-112-8/+25
* Increase the Linux default buffer alignment to 4KB, there are known casesKeith Bostic2013-05-112-3/+15
* Files for which we only hvae fake checkpoints might be verified, the blockKeith Bostic2013-05-101-25/+19
* __wt_block_ckpt_init() shouldn't set the checkpoint's file size to aKeith Bostic2013-05-107-42/+39
* Use the allocation size for the file "desc" block. This is important for dir...Michael Cahill2013-05-0910-61/+77
* Merge branch 'develop' into terminate-methodMichael Cahill2013-05-097-71/+68
|\
| * Merge pull request #532 from wiredtiger/error-leakMichael Cahill2013-05-083-61/+58
| |\
| | * All cleanup happens in the top-level open call.Michael Cahill2013-05-091-8/+2
| | * Push most of __conn_close down into __wt_connection_close so that everything ...Michael Cahill2013-05-093-55/+56
| | * Call destroy functions on error. (#531)Susan LoVerso2013-05-081-1/+3
| * | Don't wait in the LSM worker thread if the tree needs to be switched.Michael Cahill2013-05-091-1/+2
| |/
| * Sue noted that there's no statistics_log.log option.Keith Bostic2013-05-081-5/+3
| * Typo.Susan LoVerso2013-05-081-1/+1
| * Simplify quoting in config string examples, now that quotes are not reqired f...Michael Cahill2013-05-081-3/+3
* | Merge branch 'develop' into terminate-methodKeith Bostic2013-05-0718-420/+197
|\ \ | |/
| * Keep track of the maximum slot used in the LRU queue in a volatile, monotonic...Michael Cahill2013-05-073-16/+12