summaryrefslogtreecommitdiff
path: root/src/include/extern.h
AgeCommit message (Expand)Author
2014-03-28Don't maintain the per-size skiplist unless it's an element on the liveKeith Bostic
2014-02-26Merge branch 'develop' into checkpoint-directioMichael Cahill
2014-02-26Add wiredtiger_config_parser_open and wiredtiger_version into extension API.Alex Gorrod
2014-02-24Update the configuration parsing API. Not finalized, but a step closer.Alex Gorrod
2014-01-17Do direct I/O reads on checkpoints to reduce the VM pressure of LSM workloads.Michael Cahill
2014-01-09Avoid unpacking the key cell multiple times when returning key/valueKeith Bostic
2013-12-23Make addr_size (block manager's address sizes) a size_t instead of aKeith Bostic
2013-12-22uint32_t/size_t review: __wt_raw_to_hex_mem() should take a size_tKeith Bostic
2013-12-22whitespace cleanup, no longer any need to cast a size_t to a uint32_tKeith Bostic
2013-12-20__open_directory_sync can sync the wrong directory if the applicationKeith Bostic
2013-12-20Break large reads/writes into 1GB chunks (FreeBSD has an INT_MAX limitKeith Bostic
2013-12-20Move the overflow tracking discard functionality from the general-Keith Bostic
2013-12-19Rework the pthread spinlock logging code.Keith Bostic
2013-12-19Tweaks to LSM merging and throttling, to try to get to a steady state more qu...Michael Cahill
2013-12-17Rewrite the read/write loops to handle short returns, POSIX allows shortKeith Bostic
2013-12-17Fix some 64-to-32-bit conversion warnings on OS X.Michael Cahill
2013-12-16Better/fixed support for huge keys/values.Keith Bostic
2013-12-16Unregister spinlocks from the connection when they are destroyed.Michael Cahill
2013-12-13We need to handle static "location ID" variables with both multipleKeith Bostic
2013-12-13Merge branch 'develop' into spinlock-statsKeith Bostic
2013-12-12Fix LSM compact so it doesn't try to compact the file inside an LSM tree.Michael Cahill
2013-12-11Make spinlock stats work across open/close of the WT_CONNECTION.Keith Bostic
2013-12-06Merge branch 'develop' into compact-lsmAlex Gorrod
2013-12-06Implement compact for LSM trees. Add a new timeout compact configuration.Alex Gorrod
2013-12-04Abstract out the data source in-use increment/decrement so we don't haveKeith Bostic
2013-12-03Respond to review comments for lsm_chunk_max configuration option.Alex Gorrod
2013-12-03Add a new lsm_chunk_max configuration option to WT_SESSION->create.Alex Gorrod
2013-12-03Respond to review comments for lsm_chunk_max configuration option.Alex Gorrod
2013-12-03Add a new lsm_chunk_max configuration option to WT_SESSION->create.Alex Gorrod
2013-11-30Add WT_SESSION use-countet to WT_DATA_HANDLEsKeith Bostic
2013-11-21LintSusan LoVerso
2013-11-21Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-19Give statistics' integer IDs separate namespaces.Keith Bostic
2013-11-18Merge pull request #769 from wiredtiger/lsm-optAlex Gorrod
2013-11-19LSM optimizations:Michael Cahill
2013-11-18Start tuning the WT_SESSION_IMPL cache of WT_EXT and WT_SIZE structures.Keith Bostic
2013-11-18Merge branch 'develop' into fine-grained-durabilityAlex Gorrod
2013-11-17Create a cache of WT_SIZE structures in the WT_SESSION_IMPL handle soKeith Bostic
2013-11-17Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle soKeith Bostic
2013-11-16updateKeith Bostic
2013-11-15Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-13Change compaction into one-pass over the cache, handling both in-memory andKeith Bostic
2013-11-12Switch log code from busy wait loops to condition variables.Alex Gorrod
2013-11-12Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-11Cleanup based on Keith's comments. #753Susan LoVerso
2013-11-11Print tid via call to new __wt_raw_to_hex_mem function. #753Susan LoVerso
2013-11-11Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-10Now that compaction only operates on 10% of the file at a time, repeatedKeith Bostic
2013-11-09Merge branch 'develop' into compressKeith Bostic
2013-11-09Compression changes.Keith Bostic