summaryrefslogtreecommitdiff
path: root/src/include/extern.h
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'develop' into config-check-with-functionMichael Cahill2015-03-201-0/+1
| |\ \
| * | | Add support for calling functions to validate configuration values,Keith Bostic2015-03-121-0/+1
| | |/ | |/|
* | | Create the base configuration file in a temporary file and rename itKeith Bostic2015-03-191-0/+3
| |/ |/|
* | Add ability to configure sweep server timings via API.Alex Gorrod2015-03-121-0/+1
|/
* Merge pull request #1715 from wiredtiger/first-fit-checkpointsMichael Cahill2015-03-101-0/+1
|\
| * Change checkpoints to do first-fit allocation when we start writing theKeith Bostic2015-03-031-0/+1
* | SERVER-17471: Use uint64_t instead of long since long is compiler specificMark Benvenuto2015-03-091-2/+2
* | Merge branch 'develop' into log-wrlsn-threadMichael Cahill2015-03-061-3/+4
|\ \ | |/
| * Merge pull request #1713 from wiredtiger/shared-cache-reconfigure-bugKeith Bostic2015-03-031-1/+1
| |\
| | * __wt_cache_config_local is private to conn_cache.c, rename it to beKeith Bostic2015-03-031-1/+0
| | * Handle switching to a shared cache in reconfigure.Alex Gorrod2015-03-031-1/+1
| | * Fix a bug in the reconfigure API related to shared cache quotas.Alex Gorrod2015-03-031-1/+2
| * | Split __wt_row_ikey into a (rare) raw alloc flavor and the (much more common)...Michael Cahill2015-03-031-2/+3
| * | Add some paranoia around setting row-store internal keys.Michael Cahill2015-02-261-1/+1
| |/
* | Merge branch 'develop' into log-wrlsn-threadSusan LoVerso2015-03-011-1/+2
|\ \ | |/
| * Fix a bug in checkpoint, where it could get an EBUSY return.Alex Gorrod2015-02-261-0/+1
| * Compaction wasn't checking WT_BTREE_NO_EVICTION before executing aKeith Bostic2015-02-231-1/+1
* | Add log worker thread to advance write_lsn. #1683Susan LoVerso2015-02-191-1/+1
|/
* Merge pull request #1681 from wiredtiger/mongo-evictionMichael Cahill2015-02-191-1/+1
|\
| * review: rename a variable for clarityMichael Cahill2015-02-191-1/+1
| * Make the eviction walk incremental: don't spend too long in any one file, fix...Michael Cahill2015-02-171-1/+1
* | I broke the Windows error handling code with the WT_SESSION.strerrorKeith Bostic2015-02-181-2/+1
* | Merge pull request #1629 from wiredtiger/session-strerrorMichael Cahill2015-02-181-1/+3
|\ \ | |/ |/|
| * Replace wiredtiger_strerror_r with WT_SESSION.strerror, reference #1516.Keith Bostic2015-02-021-1/+3
* | Add recover config setting and use it in the wt command. #1651Susan LoVerso2015-02-121-0/+1
* | Add a mode to LSM where we can limit the size of data in the tree.Alex Gorrod2015-02-091-0/+1
|/
* Merge pull request #1561 from markbenvenuto/msvc_alignKeith Bostic2015-02-021-9/+9
|\
| * Struct alignment and packing for MSVCMark Benvenuto2015-01-151-9/+9
* | Rename __wt_rec_page_clean_update to __wt_evict_page_clean_update,Keith Bostic2015-02-021-1/+1
* | Merge pull request #1596 from wiredtiger/evict-statisticsMichael Cahill2015-01-271-1/+2
|\ \
| * | Reorg code so that fast paths stay inlined, shift the slow part of full cache...Michael Cahill2015-01-271-1/+1
| * | Two "real" changes:Keith Bostic2015-01-231-1/+2
* | | Revert "For now, just rename the WiredTiger function __wt_cursor_equals...",Don Anderson2015-01-221-1/+1
|/ /
* | For now, just rename the WiredTiger function __wt_cursor_equals to beKeith Bostic2015-01-171-1/+1
* | Merge branch 'develop' into cursor-equalMichael Cahill2015-01-171-1/+1
|\ \
| * \ Merge branch 'develop' into cursor-reconfigureMichael Cahill2015-01-141-3/+6
| |\ \ | | |/
| * | Merge branch 'develop' into cursor-reconfigureKeith Bostic2014-12-221-1/+3
| |\ \
| * \ \ Merge branch 'develop' into cursor-reconfigureKeith Bostic2014-12-151-1/+1
| |\ \ \
| * | | | Add support for a WT_CURSOR.reconfigure method, reference #1381.Keith Bostic2014-12-111-1/+1
* | | | | Have WT_CURSOR::equals return 1 when cursors are equal, 0 when not.Michael Cahill2015-01-171-2/+2
* | | | | Rename WT_CURSOR compare_equal to be equals.Alex Gorrod2015-01-141-1/+2
* | | | | 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-071-0/+2
|\ \ \ \
| * | | | os_errno.c: In function '__wt_strerror':Keith Bostic2015-01-041-1/+1
| * | | | Keep wiredtiger_strerror() as thread-safe as possible by splitting theKeith Bostic2015-01-041-0/+1
| * | | | Add wiredtiger_strerror_r, a thread-safe version of wiredtiger_strerror,Keith Bostic2014-12-241-0/+1
| | |_|/ | |/| |
* | | | Only preallocate the entire log file if we're not on the critical path.Susan LoVerso2014-12-301-1/+1
* | | | Fix recovery if logging is turned off, changes are made and checkpointed, the...Michael Cahill2014-12-301-1/+2
* | | | Merge pull request #1514 from markbenvenuto/printlog_jsonMichael Cahill2014-12-241-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix json formatting of printlog to be valid jsonMark Benvenuto2014-12-231-1/+1