summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-16Cut release 1.6.01.6.0Alex Gorrod
2013-05-15Merge pull request #542 from wiredtiger/name-hashMichael Cahill
2013-05-16Use the name hash to avoid string comparisons in the session list of data han...Michael Cahill
2013-05-16Fix a broken link in README.Michael Cahill
2013-05-15Add name hash to avoid excessive strcmp on common path.Susan LoVerso
2013-05-15Use a Berkeley DB home directory relative to the WiredTiger home.Keith Bostic
2013-05-15Restructure LSM and KVS data-sources; the top-level object is a "file:"Keith Bostic
2013-05-15Be more specific about LSM's requirement for non-zero-length data items,Keith Bostic
2013-05-14Merge pull request #539 from wiredtiger/evict-clean-bugAlex Gorrod
2013-05-15Add a comment about tracking the largest transaction ID during reconciliation.Michael Cahill
2013-05-15typoMichael Cahill
2013-05-15Fix ordering of application eviction so a session's read-committed transactio...Michael Cahill
2013-05-14Acquire the file-list spin lock when checking the WT_FH.refcnt duringKeith Bostic
2013-05-15Include the current transaction when calculating the oldest snapshot ID.Michael Cahill
2013-05-14fix a commentKeith Bostic
2013-05-15Fix a bug where clean pages could be evicted when they contained updates requ...Michael Cahill
2013-05-14Merge pull request #534 from wiredtiger/file-extendKeith Bostic
2013-05-14Change file_extend syntax from file_extend=(type=[data,log],size=XXX)Keith Bostic
2013-05-14Merge branch 'develop' into file-extendKeith Bostic
2013-05-14minor rephrasing so two patterns matchKeith Bostic
2013-05-14Only track whether eviction is stuck if the cache is full.Michael Cahill
2013-05-13Merge pull request #537 from wiredtiger/eviction-isolationAlex Gorrod
2013-05-14Snapshots (including eviction) *should* include the last committed transaction.Michael Cahill
2013-05-14Don't preload the file system cache when compression is enabled.Alex Gorrod
2013-05-14Fix an off-by-one error in the transaction used for eviction. We track the o...Michael Cahill
2013-05-13Merge branch 'develop' into file-extendKeith Bostic
2013-05-13typoKeith Bostic
2013-05-13Merge branch 'develop' into file-extendKeith Bostic
2013-05-13Mention dd explicitly, it has an option to configure O_DIRECT access.Keith Bostic
2013-05-13Merge branch 'develop' into file-extendKeith Bostic
2013-05-13When unloading the live checkpoint, discard any extended blocks so filesKeith Bostic
2013-05-13imported patch madvise-alignmentMichael Cahill
2013-05-13Merge branch 'develop' into file-extendKeith Bostic
2013-05-13whitespaceMichael Cahill
2013-05-12Merge pull request #536 from wiredtiger/lru-queue-clearagorrod
2013-05-13Clear pages from the LRU queue as soon as they are locked. Threads getting p...Michael Cahill
2013-05-11The underlying file format just changed, note it in the upgrading document.Keith Bostic
2013-05-11Support for a new configuration option, file_extend, that extends the fileKeith Bostic
2013-05-11Rename the WT_FH.file_size field to be WT_FH.size.Keith Bostic
2013-05-11Shorten long lines to 80 column max.Keith Bostic
2013-05-11Add more warnings about direct I/O, put them all in one place.Keith Bostic
2013-05-11Increase the Linux default buffer alignment to 4KB, there are known casesKeith Bostic
2013-05-10Files for which we only hvae fake checkpoints might be verified, the blockKeith Bostic
2013-05-10Merge pull request #533 from wiredtiger/desc-allocsizeKeith Bostic
2013-05-10__wt_block_ckpt_init() shouldn't set the checkpoint's file size to aKeith Bostic
2013-05-09Use the allocation size for the file "desc" block. This is important for dir...Michael Cahill
2013-05-08Merge pull request #530 from wiredtiger/terminate-methodMichael Cahill
2013-05-09Merge branch 'develop' into terminate-methodMichael Cahill
2013-05-08Merge pull request #532 from wiredtiger/error-leakMichael Cahill
2013-05-09Don't wait in the LSM worker thread if the tree needs to be switched.Michael Cahill