summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
...
| | * Pass __wt_close() a reference to the WT_FH memory, that way it getsKeith Bostic2015-03-211-1/+1
| * | Merge pull request #1795 from wiredtiger/clear-ret-wt-err-testMichael Cahill2015-03-231-27/+14
| |\ \
| | * | Clear "ret" in WT_ERR_TEST when the test fails.Keith Bostic2015-03-201-27/+14
| | |/
| * | The log and btree code to verify/validate a compressor is the sameKeith Bostic2015-03-201-1/+2
| * | Formatting cleanup, make compressor wording consistent for block andKeith Bostic2015-03-201-7/+8
| * | Add a test for invalid extractorsKeith Bostic2015-03-201-0/+1
| * | Add tests for illegal block compressors.Keith Bostic2015-03-201-0/+1
| * | Add tests for illegal key/value format configurations.Keith Bostic2015-03-201-0/+1
| * | Add configuration-time checks for invalid collators.Keith Bostic2015-03-201-0/+1
| |/
* | Separate out the code to flush a file handle and rename the file intoKeith Bostic2015-03-211-0/+2
* | Convert the rest of the __wt_exist/__wt_remove pairs into single callsKeith Bostic2015-03-211-0/+1
* | If the underlying FILE was opened for writing, flush and fsynd itKeith Bostic2015-03-201-1/+1
* | Push the rest of the FILE handle functions down into the OS-specificKeith Bostic2015-03-202-2/+10
* | Windows wants FILE handles in binary mode, add a mode argument toKeith Bostic2015-03-201-1/+1
* | Split the FILE functions out to os_posix/os_stdio.c, we're going to needKeith Bostic2015-03-201-2/+2
* | Merge branch 'develop' into base-config-crashKeith Bostic2015-03-206-5/+19
|\ \ | |/
| * Merge pull request #1757 from wiredtiger/page-alloc-accountingAlex Gorrod2015-03-203-5/+12
| |\
| | * Only align buffers on Linux if direct I/O is configured. Clarify why we roun...Michael Cahill2015-03-201-2/+2
| | * Round up the "in-memory size" for WT_UPDATEs to a multiple of 32. They are a...Michael Cahill2015-03-171-2/+9
| | * Merge branch 'develop' into page-alloc-accountingMichael Cahill2015-03-173-20/+39
| | |\
| | * | Lint.Keith Bostic2015-03-141-1/+1
| | * | Pass a allocated memory size to __wt_page_inmem().Keith Bostic2015-03-141-1/+1
| | * | Merge branch 'develop' into page-alloc-accountingKeith Bostic2015-03-141-6/+6
| | |\ \
| | * | | Update memory allocation accounting for new pages and realloc.Alex Gorrod2015-03-131-1/+1
| * | | | Merge branch 'develop' into index-cursor-compareAlex Gorrod2015-03-203-0/+4
| |\ \ \ \
| | * \ \ \ Merge branch 'develop' into config-check-with-functionMichael Cahill2015-03-2011-111/+198
| | |\ \ \ \
| | | * | | | Visual Studio 2015 Preview supportMark Benvenuto2015-03-191-0/+2
| | * | | | | Merge branch 'develop' into config-check-with-functionKeith Bostic2015-03-131-6/+6
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | Add support for calling functions to validate configuration values,Keith Bostic2015-03-122-0/+2
| | | |_|/ / | | |/| | |
| * | | | | Use the configured collator when index cursor need to compare keys.Michael Cahill2015-03-191-0/+3
| | |_|/ / | |/| | |
* | | | | Create the base configuration file in a temporary file and rename itKeith Bostic2015-03-192-4/+9
|/ / / /
* | | | 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-172-12/+4
* | | | | Merge pull request #1746 from wiredtiger/checkpoint-id-per-fileMichael Cahill2015-03-185-85/+140
|\ \ \ \ \
| * | | | | Implement review feedback.Alex Gorrod2015-03-171-15/+6
| * | | | | Self review of checkpoint ID change.Alex Gorrod2015-03-172-13/+20
| * | | | | Add a new statistic tracking range of IDs pinned by a transaction.Alex Gorrod2015-03-162-4/+7
| * | | | | Fix visibility checks in checkpoint ID optimization code.Alex Gorrod2015-03-132-1/+2
| * | | | | Don't dereference a NULL btree, update the oldest ID if thereAlex Gorrod2015-03-131-1/+1
| * | | | | Fixup the check for checkpoint_id and oldest_id in txn_refresh.Alex Gorrod2015-03-131-11/+14
| * | | | | Fixup the visible all implementation and simplify the code flow.Alex Gorrod2015-03-121-16/+17
| * | | | | Merge new visibility check function with the old one.Alex Gorrod2015-03-122-25/+11
| * | | | | Add some statistics and update places that call txn_visible_allAlex Gorrod2015-03-113-7/+20
| * | | | | Update evictable check for pages to use checkpoint visibility.Alex Gorrod2015-03-111-3/+3
| * | | | | Update visibility check to know about checkpoints.Alex Gorrod2015-03-111-0/+39
| * | | | | Add a global checkpoint generation and track it per data handle.Alex Gorrod2015-03-114-82/+93
* | | | | | Merge pull request #1753 from wiredtiger/sweep-api-configsueloverso2015-03-174-2/+21
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Implement review feedback. The new configuration strings are:Alex Gorrod2015-03-172-18/+18