summaryrefslogtreecommitdiff
path: root/src/include/extern.h
Commit message (Expand)AuthorAgeFilesLines
* WT-2230: The split_multi_inmem_fail function calls wt_free_ref withKeith Bostic2015-11-201-1/+1
* WT-2227. Resolve lint warnings.Don Anderson2015-11-191-1/+1
* Fix -Wshadow warnings:Michael Cahill2015-11-181-1/+1
* Merge branch 'develop' into wt-1315-join-cursorMichael Cahill2015-11-181-1/+1
|\
| * Merge branch 'develop' into wt-2182-split-up-the-tree-2Keith Bostic2015-11-171-1/+0
| |\
| * \ Merge branch 'develop' into wt-2182-split-up-the-tree-2Keith Bostic2015-11-101-2/+2
| |\ \
| * | | Rename functions and shuffle them around in the file to reflect the newKeith Bostic2015-11-041-1/+1
* | | | Merge branch 'develop' into wt-1315-join-cursorDon Anderson2015-11-171-1/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | WT-2220: don't assume time_t's are integers that support arithmeticKeith Bostic2015-11-161-1/+0
| | |/ | |/|
* | | WT-1315. Support statistics on join cursors.Don Anderson2015-11-171-4/+9
* | | Merge branch 'develop' into wt-1315-join-cursorDon Anderson2015-11-101-2/+2
|\ \ \ | |/ /
| * | WT-2206: The cache operations, WT_SYNC_CHECKPOINT, WT_SYNC_CLOSE,Keith Bostic2015-11-091-2/+2
| |/
* | Merge branch 'develop' into wt-1315-join-cursorDon Anderson2015-11-041-3/+7
|\ \ | |/
| * WT-2196: A different solution, don't require callers to log their own errorKeith Bostic2015-11-031-1/+1
| * WT-2193 Use a separate session for flushing metadata.Michael Cahill2015-11-031-0/+2
| * Merge pull request #2266 from wiredtiger/wt-2170sueloverso2015-10-281-1/+1
| |\
| | * WT-2170 Add a macro perfom an operation at an isolation level.Michael Cahill2015-10-281-1/+1
| * | Merge branch 'develop' into reverse-splitsKeith Bostic2015-10-281-0/+1
| |\ \ | | |/
| | * WT-2140: WT_SESSION.compact calls WT_SESSION.checkpoint, so the latterKeith Bostic2015-10-231-0/+1
| * | SERVER-21027 Fix a bug in visibility checks for reverse splits, where truncat...Michael Cahill2015-10-231-1/+1
| * | SERVER-21027 Reverse-split internal pages that contain many deleted children.Michael Cahill2015-10-221-0/+1
| |/
* | WT-1315. Added support for join cursors:Don Anderson2015-11-031-1/+8
|/
* SERVER-19954 Don't scan tracked handles during checkpoints.Michael Cahill2015-10-121-1/+0
* Merge pull request #2238 from wiredtiger/btree-dump-safer3Alex Gorrod2015-10-121-2/+2
|\
| * WT-2154 - Fix broken comments and add more detailDavid Hows2015-10-021-1/+1
| * WT-2154 - CR Changes. Remove changes to __wt_debug_pageDavid Hows2015-10-021-1/+1
| * WT-2154 - Make btree dump saferDavid Hows2015-10-011-3/+3
* | WT-2149 Track if the lookaside table is open when starting eviction workers.Michael Cahill2015-10-071-1/+1
* | WT-2163 Remove unneeded arg.Susan LoVerso2015-10-061-1/+1
* | Merge pull request #2234 from wiredtiger/wt-2149Alex Gorrod2015-10-021-2/+3
|\ \
| * | WT-2149 Fix the order of creation of the lookaside table. The lookaside tabl...Michael Cahill2015-10-011-1/+1
| * | Minor shuffling of functions in the lookaside table code to groupKeith Bostic2015-09-301-1/+1
| * | If the __wt_metadata_open() call inside __wt_open_session() fails,Keith Bostic2015-09-301-1/+1
| * | WT-2149: open private lookaside cursors as part of creating an internalKeith Bostic2015-09-301-1/+2
| |/
* | WT-2151 Add logging reconfiguration support and testing.Susan LoVerso2015-09-301-0/+1
|/
* Merge pull request #2210 from wiredtiger/wt2126Michael Cahill2015-09-251-1/+1
|\
| * Merge branch 'develop' into wt2126Michael Cahill2015-09-241-57/+57
| |\
* | | Boolean conversion pass over txn.Keith Bostic2015-09-241-3/+3
* | | Boolean conversion pass over supportKeith Bostic2015-09-241-1/+1
* | | Boolean conversion pass over session.Keith Bostic2015-09-241-4/+4
* | | Boolean conversion pass over schema.Keith Bostic2015-09-241-6/+6
* | | Boolean conversion pass over os_posix.Keith Bostic2015-09-241-4/+4
* | | Boolean conversion pass over meta.Keith Bostic2015-09-241-2/+2
* | | Boolean conversion pass over lsm.Keith Bostic2015-09-241-5/+5
* | | Boolean conversion pass over log.Keith Bostic2015-09-241-6/+5
* | | Boolean conversion pass over cursor.Keith Bostic2015-09-241-7/+7
| |/ |/|
* | Merge branch 'develop' into more-boolMichael Cahill2015-09-241-0/+1
|\ \ | |/
| * Merge pull request #2189 from wiredtiger/index-create-lsm3Michael Cahill2015-09-221-0/+1
| |\
| | * Merge branch 'develop' into index-create-lsm3Don Anderson2015-09-131-28/+51
| | |\
| | * \ Merge branch 'develop' into index-createDon Anderson2015-07-311-16/+18
| | |\ \