summaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2427 from wiredtiger/WT-2320Alex Gorrod2016-01-111-0/+3
* Merge pull request #2260 from wiredtiger/reverse-splitsAlex Gorrod2015-11-241-0/+1
* WT-2112 Use bool in more placesMichael Cahill2015-09-291-1/+2
* WT-2122 Convert more expressions to use boolMichael Cahill2015-09-291-7/+3
* Merge pull request #2209 from wiredtiger/more-bool-keithMichael Cahill2015-09-291-3/+3
* WT-2093 Use the C99 bool type to clarify when functions return true/falseMichael Cahill2015-09-281-1/+0
* WT-2104 Backport a form of log_flush to 3.0.Susan LoVerso2015-09-162-0/+10
* Merge pull request #2112 from wiredtiger/wt-2025-inline-atomic-functionsMichael Cahill2015-08-192-20/+4
* WT-2038 Count and report the total number of data handlesMichael Cahill2015-08-141-0/+2
* Merge pull request #2119 from wiredtiger/tailq-simplifysueloverso2015-08-142-65/+10
* WT-1481 Fix and clarify some sweep statistics.Michael Cahill2015-08-141-4/+6
* WT-2038 Use TAILQ for all lists.Michael Cahill2015-08-131-0/+5
* WT-1930 Add configuration option to disable sweep of old handlesAlex Gorrod2015-08-101-1/+2
* Update test/format's use of the random number generator to match develop.Michael Cahill2015-08-051-0/+1
* WT-2007 Statically allocate log slot buffers to a maximum size.sueloverso2015-08-032-2/+2
* WT-1922 Add support for bulk load in LSM trees. Also referencesAlex Gorrod2015-07-031-0/+1
* WT-1959 Add the "strict" configuration option to WT_SESSION.verify, default f...Keith Bostic2015-06-291-0/+5
* SERVER-17078 Add a "statistics=(size)" mode to statistics cursors that just g...Michael Cahill2015-06-291-16/+16
* Fixes for cherry-pick merge failures.Michael Cahill2015-05-291-1/+1
* Merge pull request #1915 from markbenvenuto/tcmallocKeith Bostic2015-05-281-0/+1
* Update file_manager=(close_idle_time=,close_scan_interval=) max values.Alex Gorrod2015-04-251-2/+2
* Rename file_manager.open_handles to file_manager.close_handle_minimum,Keith Bostic2015-04-251-3/+3
* Don't sweep unless there's a reason we need to close file handles.Keith Bostic2015-04-251-1/+4
* Merge branch 'master' into mongodb-3.0Michael Cahill2015-04-171-0/+6
|\
| * Update references to GitHub issues.Michael Cahill2015-04-161-0/+6
* | Merge pull request #1812 from wiredtiger/checkpoint-closing-filesAlex Gorrod2015-03-261-0/+1
|\ \
| * \ Merge branch 'develop' into checkpoint-closing-filesMichael Cahill2015-03-262-0/+12
| |\ \
| * | | When we complete a schema-changing operation, make sure the metadata is stabl...Michael Cahill2015-03-261-0/+1
* | | | Merge pull request #1816 from wiredtiger/zlib-copy-streamsMichael Cahill2015-03-261-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Use deflateCopy to copy streams for rollback in case the compressed size is t...Michael Cahill2015-03-251-0/+1
* | | | Use beginthreadex, and ensure we use the correct C calling conventions in all...Mark Benvenuto2015-03-251-0/+1
|/ / /
* | | Add a single set of fhandle flags for open and close. #1785Susan LoVerso2015-03-241-0/+2
* | | Add statistics to track internal/overflow/leaf pages in cache.Alex Gorrod2015-03-241-0/+9
|/ /
* | Bump release version to 2.5.3 on develop branch.Alex Gorrod2015-03-241-1/+1
* | Merge branch 'develop' into base-config-crashKeith Bostic2015-03-221-20/+25
|\ \
| * | Fix formatting.Keith Bostic2015-03-201-5/+5
| * | Formatting cleanup, make compressor wording consistent for block andKeith Bostic2015-03-201-11/+13
| * | Add a test for invalid extractorsKeith Bostic2015-03-201-1/+2
| * | Add tests for illegal block compressors.Keith Bostic2015-03-201-1/+2
| * | Add tests for illegal key/value format configurations.Keith Bostic2015-03-201-2/+2
| * | Add configuration-time checks for invalid collators.Keith Bostic2015-03-201-1/+2
* | | Push the rest of the FILE handle functions down into the OS-specificKeith Bostic2015-03-202-0/+12
* | | Split the FILE functions out to os_posix/os_stdio.c, we're going to needKeith Bostic2015-03-201-0/+1
|/ /
* | Merge pull request #1757 from wiredtiger/page-alloc-accountingAlex Gorrod2015-03-201-2/+3
|\ \
| * | Only align buffers on Linux if direct I/O is configured. Clarify why we roun...Michael Cahill2015-03-201-2/+3
* | | Merge branch 'develop' into index-cursor-compareAlex Gorrod2015-03-203-8/+14
|\ \ \
| * \ \ Merge branch 'develop' into config-check-with-functionMichael Cahill2015-03-203-2/+20
| |\ \ \
| * \ \ \ Merge branch 'develop' into config-check-with-functionKeith Bostic2015-03-131-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Add support for calling functions to validate configuration values,Keith Bostic2015-03-123-8/+14
* | | | | Use the configured collator when index cursor need to compare keys.Michael Cahill2015-03-191-4/+4
| |_|/ / |/| | |