summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2013-05-16Use the name hash to avoid string comparisons in the session list of data han...Michael Cahill
2013-05-15Add name hash to avoid excessive strcmp on common path.Susan LoVerso
2013-05-15typoMichael Cahill
2013-05-15Fix ordering of application eviction so a session's read-committed transactio...Michael Cahill
2013-05-15Fix a bug where clean pages could be evicted when they contained updates requ...Michael Cahill
2013-05-14Change file_extend syntax from file_extend=(type=[data,log],size=XXX)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-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-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-09Merge branch 'develop' into terminate-methodMichael Cahill
2013-05-09Push most of __conn_close down into __wt_connection_close so that everything ...Michael Cahill
2013-05-08Simplify quoting in config string examples, now that quotes are not reqired f...Michael Cahill
2013-05-07Merge branch 'develop' into terminate-methodKeith Bostic
2013-05-07Add handle.terminate methods to WT_COLLATOR, WT_COMPRESSOR andKeith Bostic
2013-05-07Keep track of the maximum slot used in the LRU queue in a volatile, monotonic...Michael Cahill
2013-05-07Merge branch 'develop' into eviction-tuningAlex Gorrod
2013-05-07Merge branch 'develop' into eviction-tuningAlex Gorrod
2013-05-07Merge branch 'develop' into app-forced-evictionAlex Gorrod
2013-05-06Document that direct_io=[data] (O_DIRECT for data files) implies that youKeith Bostic
2013-05-06Flag that WT_SESSION.{drop,rename,salvage,truncate,upgrade,verify} allKeith Bostic
2013-05-03document that configuring statistics_log implies configuring statistics.Keith Bostic
2013-05-03Merge pull request #520 from wiredtiger/lsm_statsagorrod
2013-05-02Merge branch 'develop' into hot-backup-raceKeith Bostic
2013-05-02Merge branch 'develop' into lsm_statsKeith Bostic
2013-05-02Add a header file I forgot in the last commit :(Alex Gorrod
2013-05-01Merge branch 'develop' into lsm_statsKeith Bostic
2013-05-01Add WT_CURSOR_STATS to return a reference to a statistic cursor's stats,Keith Bostic
2013-05-01Give the LSM tree its own data-source statistics structure back, moveKeith Bostic
2013-05-01Fix build warning.Alex Gorrod
2013-05-01Merge branch 'develop' into hot-backup-raceMichael Cahill
2013-04-30Add support for aggregating data-source statistics, currently onlyKeith Bostic
2013-04-29Wait on a condition variable rather than sleeping in LSM workers. This can b...Michael Cahill
2013-04-28Add support for open-cursor count statistics in both the connection andKeith Bostic
2013-04-26Two bug fixes: First, handle close checkpoints files and so can discardKeith Bostic
2013-04-24Changes to tune eviction loops based on profiling. Track more pages, but onl...Michael Cahill
2013-04-24Introduce a condition variable for application threads waiting for evictionAlex Gorrod
2013-04-24Move forced eviction into application threads. This is a major cleanup of th...Michael Cahill
2013-04-24Move allocation and freeing of the LRU queue out of the eviction thread: appl...Michael Cahill
2013-04-24Merge branch 'develop' into bashoMichael Cahill
2013-04-24Merge branch 'develop' into lsm-ckpt-experimentsMichael Cahill
2013-04-24Be less aggressive about exiting cache full check early.Alex Gorrod
2013-04-23Add a connection-level statistic for btree cursor ops and an LSMKeith Bostic
2013-04-23Clarify WT_STAT_DSRC_BLOCK_SIZE is the file size in bytes.Keith Bostic
2013-04-23Only evict a single page from __cursor_leave to avoid latency spikes.Alex Gorrod
2013-04-22Back out 2aaf73857f4c5a819ff8d94ac47a621673e0f4d0, call Michael's newKeith Bostic
2013-04-22Merge branch 'develop' into stecKeith Bostic
2013-04-22Move pack/unpack methods into the extension API, because extensions shouldn't...Michael Cahill