summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cut release 1.6.01.6.0Alex Gorrod2013-05-166-12/+48
* 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
* | Fix a broken link in README.Michael Cahill2013-05-162-4/+4
* | Use a Berkeley DB home directory relative to the WiredTiger home.Keith Bostic2013-05-151-5/+17
* | Restructure LSM and KVS data-sources; the top-level object is a "file:"Keith Bostic2013-05-153-10/+23
* | 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
|/
* Merge pull request #534 from wiredtiger/file-extendKeith Bostic2013-05-1419-40/+134
|\
| * Change file_extend syntax from file_extend=(type=[data,log],size=XXX)Keith Bostic2013-05-149-47/+39
| * Merge branch 'develop' into file-extendKeith Bostic2013-05-146-27/+43
| |\ | |/ |/|
* | 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-134-18/+30
|\ \
| * | Snapshots (including eviction) *should* include the last committed transaction.Michael Cahill2013-05-143-14/+15
| * | 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
* | Merge pull request #536 from wiredtiger/lru-queue-clearagorrod2013-05-122-22/+14
|\ \
| * | 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-1116-43/+140
|/
* Rename the WT_FH.file_size field to be WT_FH.size.Keith Bostic2013-05-1110-32/+33
* Shorten long lines to 80 column max.Keith Bostic2013-05-111-7/+7
* Add more warnings about direct I/O, put them all in one place.Keith Bostic2013-05-113-16/+28
* Increase the Linux default buffer alignment to 4KB, there are known casesKeith Bostic2013-05-114-8/+19
* Files for which we only hvae fake checkpoints might be verified, the blockKeith Bostic2013-05-101-25/+19
* Merge pull request #533 from wiredtiger/desc-allocsizeKeith Bostic2013-05-1011-78/+91
|\
| * __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-0911-64/+80
|/
* Merge pull request #530 from wiredtiger/terminate-methodMichael Cahill2013-05-0813-706/+1025
|\
| * Merge branch 'develop' into terminate-methodMichael Cahill2013-05-0911-82/+78
| |\ | |/ |/|
* | 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