summaryrefslogtreecommitdiff
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* Have WT_CURSOR::equals return 1 when cursors are equal, 0 when not.Michael Cahill2015-01-171-1/+1
* Add support for the WT_CURSOR.compare_equal method.Keith Bostic2015-01-101-0/+1
* Merge pull request #1516 from wiredtiger/windows-errorsMichael Cahill2015-01-073-24/+63
|\
| * Keep wiredtiger_strerror() as thread-safe as possible by splitting theKeith Bostic2015-01-041-21/+42
| * Update.Keith Bostic2015-01-041-0/+1
| * Add wiredtiger_strerror_r, a thread-safe version of wiredtiger_strerror,Keith Bostic2014-12-243-14/+31
* | Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-052-2/+4
* | Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-042-16/+24
* | Merge pull request #1501 from wiredtiger/page-yieldMichael Cahill2014-12-311-0/+13
|\ \
| * \ Merge branch 'develop' into page-yieldMichael Cahill2014-12-245-6/+12
| |\ \ | | |/
| * | busy-work: sort the stat options, make the stat options units matchKeith Bostic2014-12-191-3/+3
| * | Wrong unit in descriptionSusan LoVerso2014-12-191-1/+1
| * | Add sleep backoff if waiting for page too long. SERVER-16269Susan LoVerso2014-12-191-4/+5
| * | Add separate statistics for pages yielding because the WT_REF isn'tKeith Bostic2014-12-191-0/+12
* | | update unused definesMichael Cahill2014-12-301-2/+0
* | | Bump release version number on develop to 2.5.1Alex Gorrod2014-12-241-1/+1
* | | Merge branch 'develop' into 2.5.0-releaseMichael Cahill2014-12-241-1/+5
|\ \ \
| * \ \ Merge pull request #1514 from markbenvenuto/printlog_jsonMichael Cahill2014-12-241-1/+5
| |\ \ \ | | |_|/ | |/| |
| | * | Fix json formatting of printlog to be valid jsonMark Benvenuto2014-12-231-1/+5
* | | | Candidate for 2.5.0 release changelogAlex Gorrod2014-12-231-1/+1
|/ / /
* | | Use "none" for configurations in documentation but store empty defaults. Thi...Michael Cahill2014-12-222-6/+8
|/ /
* | Add __wt_getenv to workaround caching in MSVC CRT's getenv implementation.Mark Benvenuto2014-12-193-0/+4
|/
* Insulate against language-specific sort order in s_win.Michael Cahill2014-12-191-0/+4
* Add a Windows-specific file, os_win/os_snprintf.c.Keith Bostic2014-12-171-1/+2
* Clarify that setting statistics_log.wait to non-zero value starts theKeith Bostic2014-12-171-1/+2
* Stop maintaining a separate Windows version of the file list, generate itKeith Bostic2014-12-173-183/+57
* snprintf - Implement a custom version of snprintf match theMark Benvenuto2014-12-171-0/+1
* Add support for none configuration string to log compressor.Alex Gorrod2014-12-171-1/+1
* Revert default configuration value changes.Alex Gorrod2014-12-171-4/+4
* Merge pull request #1486 from wiredtiger/none-config-2Alex Gorrod2014-12-171-6/+7
|\
| * Change the extractor configuration default from the empty string toKeith Bostic2014-12-161-1/+1
| * The shared_cache.name configuration string supports "none", documentKeith Bostic2014-12-161-3/+4
| * Make the huffman_key, huffman_value default values "none", rather thanKeith Bostic2014-12-161-2/+2
* | Merge pull request #1484 from wiredtiger/log-file-createMichael Cahill2014-12-171-0/+1
|\ \
| * | Atomically create all log files and move them into place. #1482Susan LoVerso2014-12-161-0/+1
| |/
* | I moved Error class from api_data.py to api_err.py, but itKeith Bostic2014-12-161-31/+0
|/
* Merge branch 'develop' into dhandle-hashMichael Cahill2014-12-162-18/+34
|\
| * We don't need to store double quotes as the default value forKeith Bostic2014-12-151-1/+1
| * Merge pull request #1465 from wiredtiger/lsm-cleanupsueloverso2014-12-151-1/+2
| |\
| | * Minor cleanup. #1447Susan LoVerso2014-12-111-1/+2
| * | Merge pull request #1454 from wiredtiger/overflow-relaxMichael Cahill2014-12-152-16/+31
| |\ \
| | * | Remove the min / max bounds on overflow sizes.Michael Cahill2014-12-101-5/+7
| | * | Merge branch 'develop' into overflow-relaxKeith Bostic2014-12-094-22/+90
| | |\ \
| | * | | Separate the btree maximum key/value sizes from the underlying pageKeith Bostic2014-12-092-16/+29
* | | | | Add a few more sweep stats to understand why the test sometimes fails.Susan LoVerso2014-12-151-0/+2
|/ / / /
* | | | Add some wording around WT_PANIC to clarify that the application canKeith Bostic2014-12-121-1/+3
| |_|/ |/| |
* | | Add connection sweep stats and a sweep test. #1446Susan LoVerso2014-12-101-0/+2
| |/ |/|
* | Don't compress if the record is already smaller than the minimumSusan LoVerso2014-12-091-0/+1
* | Merge branch 'develop' into log-compressMichael Cahill2014-12-091-7/+10
|\ \
| * | Call out "none" consistently as an option for compression, collation and extr...Michael Cahill2014-12-091-7/+10
| |/