summaryrefslogtreecommitdiff
path: root/src/include/wiredtiger.in
Commit message (Expand)AuthorAgeFilesLines
* WT-2093 Use the C99 bool type to clarify when functions return true/falseMichael Cahill2015-09-281-1/+6
* WT-2104 Backport a form of log_flush to 3.0.Susan LoVerso2015-09-161-62/+74
* WT-2038 Count and report the total number of data handlesMichael Cahill2015-08-141-79/+81
* WT-1481 Fix and clarify some sweep statistics.Michael Cahill2015-08-141-82/+84
* WT-1930 Add configuration option to disable sweep of old handlesAlex Gorrod2015-08-101-4/+6
* WT-2007 Statically allocate log slot buffers to a maximum size.sueloverso2015-08-031-73/+71
* WT-1959 Add the "strict" configuration option to WT_SESSION.verify, default f...Keith Bostic2015-06-291-0/+4
* SERVER-17078 Add a "statistics=(size)" mode to statistics cursors that just g...Michael Cahill2015-06-291-2/+4
* Update file_manager=(close_idle_time=,close_scan_interval=) max values.Alex Gorrod2015-04-251-4/+4
* Rename file_manager.open_handles to file_manager.close_handle_minimum,Keith Bostic2015-04-251-8/+9
* Don't sweep unless there's a reason we need to close file handles.Keith Bostic2015-04-251-0/+5
* Add statistics to track internal/overflow/leaf pages in cache.Alex Gorrod2015-03-241-119/+125
* Formatting cleanup, make compressor wording consistent for block andKeith Bostic2015-03-201-7/+8
* Merge pull request #1757 from wiredtiger/page-alloc-accountingAlex Gorrod2015-03-201-2/+2
|\
| * Only align buffers on Linux if direct I/O is configured. Clarify why we roun...Michael Cahill2015-03-201-2/+2
* | Fixup lint in new lz4 source code.Alex Gorrod2015-03-181-4/+4
* | Merge pull request #1756 from qconner/lz4-compressorAlex Gorrod2015-03-181-1/+1
|\ \
| * | LZ4 external compressorQuentin Conner2015-03-121-1/+1
* | | Update stats.Keith Bostic2015-03-171-10/+4
* | | Merge pull request #1746 from wiredtiger/checkpoint-id-per-fileMichael Cahill2015-03-181-82/+94
|\ \ \
| * | | Add a new statistic tracking range of IDs pinned by a transaction.Alex Gorrod2015-03-161-4/+6
| * | | Add some statistics and update places that call txn_visible_allAlex Gorrod2015-03-111-3/+9
| * | | Add a global checkpoint generation and track it per data handle.Alex Gorrod2015-03-111-82/+86
* | | | Merge pull request #1753 from wiredtiger/sweep-api-configsueloverso2015-03-171-0/+18
|\ \ \ \ | |_|_|/ |/| | |
| * | | Implement review feedback. The new configuration strings are:Alex Gorrod2015-03-171-17/+17
| * | | Add ability to configure sweep server timings via API.Alex Gorrod2015-03-121-0/+18
* | | | Merge pull request #1748 from wiredtiger/async-apisueloverso2015-03-131-6/+6
|\ \ \ \ | |/ / / |/| | |
| * | | If the application only has 1 outstandin async operation at a time,Keith Bostic2015-03-111-6/+6
| |/ /
* | | Add a note to the WT_CURSOR.reset method that statistics cursors areKeith Bostic2015-03-101-4/+7
|/ /
* | Fix docs for wiredtiger_config_parser_open, if session isn't set,Keith Bostic2015-03-091-3/+3
|/
* Merge branch 'develop' into log-wrlsn-threadSusan LoVerso2015-03-011-1/+0
|\
| * Fix a comment (cursor.restart no longer saves modification methods).Keith Bostic2015-02-271-1/+0
* | Clear flags when freeing slot. Remove extra stats. #1683Susan LoVerso2015-02-231-66/+60
* | Still more stats. #1683Susan LoVerso2015-02-231-55/+59
* | Add more stats. #1683Susan LoVerso2015-02-231-59/+63
* | Add some stats. #1683Susan LoVerso2015-02-231-52/+56
|/
* Merge pull request #1629 from wiredtiger/session-strerrorMichael Cahill2015-02-181-12/+11
|\
| * Replace wiredtiger_strerror_r with WT_SESSION.strerror, reference #1516.Keith Bostic2015-02-021-12/+11
* | whitespaceMichael Cahill2015-02-181-15/+15
* | Merge pull request #1666 from wiredtiger/wt-recoverMichael Cahill2015-02-161-0/+9
|\ \
| * | Add recover config setting and use it in the wt command. #1651Susan LoVerso2015-02-121-0/+9
* | | Add support for a new verify debug option, "dump_shape", that reportsKeith Bostic2015-02-121-0/+3
|/ /
* | New chunk_count_limit is an integer. #1658 #1652Susan LoVerso2015-02-101-1/+1
* | Merge branch 'develop' into lsm-chunk-limitMichael Cahill2015-02-101-50/+54
|\ \
| * | Track splits during eviction by data-source as well as by connection.Keith Bostic2015-02-091-50/+54
| |/
* | Add a mode to LSM where we can limit the size of data in the tree.Alex Gorrod2015-02-091-5/+10
|/
* Merge branch 'develop' into memory-allocationMichael Cahill2015-01-271-90/+92
|\
| * Two "real" changes:Keith Bostic2015-01-231-89/+91
* | Apply the cache size adjustment when checking if the cache is full. That sho...Michael Cahill2015-01-271-121/+119
* | Clean up statistics -- leave cache_bytes_max alone, create a newKeith Bostic2015-01-231-111/+113