summaryrefslogtreecommitdiff
path: root/dist
AgeCommit message (Expand)Author
2016-01-11Merge pull request #2427 from wiredtiger/WT-2320Alex Gorrod
2015-11-24Merge pull request #2260 from wiredtiger/reverse-splitsAlex Gorrod
2015-09-29WT-2112 Use bool in more placesMichael Cahill
2015-09-29WT-2122 Convert more expressions to use boolMichael Cahill
2015-09-29Merge pull request #2209 from wiredtiger/more-bool-keithMichael Cahill
2015-09-28WT-2093 Use the C99 bool type to clarify when functions return true/falseMichael Cahill
2015-09-16WT-2104 Backport a form of log_flush to 3.0.Susan LoVerso
2015-08-19Merge pull request #2112 from wiredtiger/wt-2025-inline-atomic-functionsMichael Cahill
2015-08-14WT-2038 Count and report the total number of data handlesMichael Cahill
2015-08-14Merge pull request #2119 from wiredtiger/tailq-simplifysueloverso
2015-08-14WT-1481 Fix and clarify some sweep statistics.Michael Cahill
2015-08-13WT-2038 Use TAILQ for all lists.Michael Cahill
2015-08-10WT-1930 Add configuration option to disable sweep of old handlesAlex Gorrod
2015-08-05Update test/format's use of the random number generator to match develop.Michael Cahill
2015-08-03WT-2007 Statically allocate log slot buffers to a maximum size.sueloverso
2015-07-03WT-1922 Add support for bulk load in LSM trees. Also referencesAlex Gorrod
2015-06-29WT-1959 Add the "strict" configuration option to WT_SESSION.verify, default f...Keith Bostic
2015-06-29SERVER-17078 Add a "statistics=(size)" mode to statistics cursors that just g...Michael Cahill
2015-05-29Fixes for cherry-pick merge failures.Michael Cahill
2015-05-28Merge pull request #1915 from markbenvenuto/tcmallocKeith Bostic
2015-04-25Update file_manager=(close_idle_time=,close_scan_interval=) max values.Alex Gorrod
2015-04-25Rename file_manager.open_handles to file_manager.close_handle_minimum,Keith Bostic
2015-04-25Don't sweep unless there's a reason we need to close file handles.Keith Bostic
2015-04-17Merge branch 'master' into mongodb-3.0Michael Cahill
2015-04-16Update references to GitHub issues.Michael Cahill
2015-03-26Merge pull request #1812 from wiredtiger/checkpoint-closing-filesAlex Gorrod
2015-03-26Merge branch 'develop' into checkpoint-closing-filesMichael Cahill
2015-03-26Merge pull request #1816 from wiredtiger/zlib-copy-streamsMichael Cahill
2015-03-26When we complete a schema-changing operation, make sure the metadata is stabl...Michael Cahill
2015-03-25Use beginthreadex, and ensure we use the correct C calling conventions in all...Mark Benvenuto
2015-03-25Use deflateCopy to copy streams for rollback in case the compressed size is t...Michael Cahill
2015-03-24Add a single set of fhandle flags for open and close. #1785Susan LoVerso
2015-03-24Add statistics to track internal/overflow/leaf pages in cache.Alex Gorrod
2015-03-24Bump release version to 2.5.3 on develop branch.Alex Gorrod
2015-03-22Merge branch 'develop' into base-config-crashKeith Bostic
2015-03-20Push the rest of the FILE handle functions down into the OS-specificKeith Bostic
2015-03-20Split the FILE functions out to os_posix/os_stdio.c, we're going to needKeith Bostic
2015-03-20Fix formatting.Keith Bostic
2015-03-20Formatting cleanup, make compressor wording consistent for block andKeith Bostic
2015-03-20Add a test for invalid extractorsKeith Bostic
2015-03-20Add tests for illegal block compressors.Keith Bostic
2015-03-20Add tests for illegal key/value format configurations.Keith Bostic
2015-03-20Add configuration-time checks for invalid collators.Keith Bostic
2015-03-20Merge pull request #1757 from wiredtiger/page-alloc-accountingAlex Gorrod
2015-03-20Only align buffers on Linux if direct I/O is configured. Clarify why we roun...Michael Cahill
2015-03-20Merge branch 'develop' into index-cursor-compareAlex Gorrod
2015-03-20Merge branch 'develop' into config-check-with-functionMichael Cahill
2015-03-19Use the configured collator when index cursor need to compare keys.Michael Cahill
2015-03-18Fixup lint in new lz4 source code.Alex Gorrod
2015-03-18Merge pull request #1756 from qconner/lz4-compressorAlex Gorrod