summaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* Make new in-memory only error return undocumented.Alex Gorrod2015-10-301-1/+1
* Merge branch 'develop' into inmemAlex Gorrod2015-10-291-0/+1
|\
| * Merge branch 'develop' into reverse-splitsKeith Bostic2015-10-281-0/+1
| |\
| * | SERVER-21027 Don't instatiate empty pages during tree walks.Michael Cahill2015-10-221-0/+1
* | | Merge branch 'develop' into inmemKeith Bostic2015-10-281-0/+1
|\ \ \ | | |/ | |/|
| * | WT-2164 Have LSM enable metadata tracking prior to checkpointing a chunk.Alex Gorrod2015-10-231-0/+1
| |/
* | Coding standard complianceAlex Gorrod2015-10-221-2/+2
* | WT-2178 When running in memory return an error if an operation wouldAlex Gorrod2015-10-221-0/+5
* | Cleanup flags: don't check the connection-wide in-memory flag everywhere.Michael Cahill2015-10-211-1/+2
* | Fix "in_memory" configuration -- respect WIREDTIGER_CONFIG.Michael Cahill2015-10-211-54/+29
* | Disable new in_memory configuration as defaultAlex Gorrod2015-10-201-1/+1
* | Add support for an undocumented "in_memory" mode to wiredtiger_open.Michael Cahill2015-10-202-0/+4
|/
* Cleanup some script warnings.Michael Cahill2015-10-191-0/+1
* WT-2170 Add turtle file lock.Susan LoVerso2015-10-141-0/+1
* WT-2149 Track if the lookaside table is open when starting eviction workers.Michael Cahill2015-10-071-0/+1
* Merge branch 'develop' into log-zeroMichael Cahill2015-10-011-0/+1
|\
| * Fair lock review feedback - cleanup diagnosticsAlex Gorrod2015-10-011-0/+1
* | WT-2151 Add logging reconfiguration support and testing.Susan LoVerso2015-09-301-35/+35
* | WT-2151 Add zero-fill stat. Check correct flags field.Susan LoVerso2015-09-291-0/+1
* | WT-2151 Add zero_fill config to manually zero out log files.Susan LoVerso2015-09-291-0/+3
|/
* Add 'relocked' to string file.Susan LoVerso2015-09-281-0/+1
* whitespace cleanup.Keith Bostic2015-09-271-3/+6
* Merge branch 'develop' into split_soonerAlex Gorrod2015-09-253-12/+8
|\
| * Merge branch 'develop' into more-boolKeith Bostic2015-09-241-0/+2
| |\
| | * Merge pull request #2212 from wiredtiger/log-cleanupsueloverso2015-09-241-0/+2
| | |\
| | | * WT-2088 Add a prealloc_missed stat. Fix review comments.Susan LoVerso2015-09-241-0/+2
| * | | Boolean conversion pass over cursor.Keith Bostic2015-09-241-1/+2
| |/ /
| * | Merge branch 'develop' into more-boolMichael Cahill2015-09-241-0/+2
| |\ \ | | |/
| * | WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ...Michael Cahill2015-09-221-11/+4
* | | Update split_deepen_min_child description, even though it isn'tAlex Gorrod2015-09-251-3/+4
* | | WT-2127 Deepen the tree more regularly to avoid wide internal pages.Alex Gorrod2015-09-231-1/+3
| |/ |/|
* | Merge pull request #2189 from wiredtiger/index-create-lsm3Michael Cahill2015-09-221-0/+2
|\ \ | |/ |/|
| * Merge branch 'develop' into index-create-lsm3Don Anderson2015-09-1313-188/+254
| |\
| * | Fixup build warning and s_string complaint.Alex Gorrod2015-09-031-0/+2
| * | WT-147. Eliminate the session flag for controlling sharing of dhandles.Don Anderson2015-08-031-1/+0
| * | WT-147. Use reference count approach for tracking when to releaseDon Anderson2015-08-021-1/+1
| * | Merge branch 'develop' into index-createDon Anderson2015-07-3122-222/+322
| |\ \
| * | | WT-147. An alternate approach to re-locking a btree that is already locked,Don Anderson2015-06-111-0/+1
* | | | Merge pull request #2199 from wiredtiger/log-flush-docsMichael Cahill2015-09-181-3/+8
|\ \ \ \
| * | | | WT-2104 Write up commit and log_flush options.Susan LoVerso2015-09-161-3/+8
* | | | | Add a test for jumps or returns inside of a va_start/va_end pair.Keith Bostic2015-09-171-0/+16
* | | | | Simplify egrep expression, WT_ERR will match WT_ERR_NOTFOUND_OK, noKeith Bostic2015-09-171-1/+1
|/ / / /
* | | | WT-2104 Change naming of config for log_flush.Susan LoVerso2015-09-161-3/+7
* | | | Merge branch 'develop' into log-flushSusan LoVerso2015-09-161-0/+3
|\ \ \ \
| * | | | Generalize the error-OK macros to support any error value.Keith Bostic2015-09-151-0/+3
| | |_|/ | |/| |
* | | | WT-2104 Set 'sync' as the default. Unused var.Susan LoVerso2015-09-151-1/+1
* | | | WT-2104 Use 'operations' instead of 'calls' for consistency.Susan LoVerso2015-09-151-1/+1
* | | | WT-2104 New log_flush API to control the flushing or syncing of the log.Susan LoVerso2015-09-152-0/+8
|/ / /
* | | WT-2075 Add stat and a busy retry so that a blocked thread can progress.Susan LoVerso2015-09-101-0/+1
* | | WT-2094 Add unbuffered statistic.Susan LoVerso2015-09-091-0/+1