| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2888 Switch functions to return void where possible (#3019) | Keith Bostic | 2016-09-06 | 1 | -4/+3 |
* | WT-2871 __wt_verbose has the wrong GCC format attributes (#2995) | Keith Bostic | 2016-08-30 | 1 | -2/+2 |
* | WT-2822 panic mutex and other functions that cannot fail (#2952) | Keith Bostic | 2016-08-16 | 1 | -40/+40 |
* | WT-2558: WT_PAGE structure is 72B, reduce to 64B. | Keith Bostic | 2016-04-17 | 1 | -12/+10 |
* | WT-2558: WT_PAGE structure is 72B, reduce to 64B. | Keith Bostic | 2016-04-17 | 1 | -2/+2 |
* | WT-2558: WT_PAGE structure is 72B, reduce to 64B. | Keith Bostic | 2016-04-17 | 1 | -11/+12 |
* | WT-2450: salvage releases pages, then explicitly evicts them. | Keith Bostic | 2016-04-02 | 1 | -0/+12 |
* | WT-2494: review calls to __wt_free, plus minor bug in an error path. | Keith Bostic | 2016-03-16 | 1 | -4/+2 |
* | Merge branch 'develop' into wt-2287-rebalance | Keith Bostic | 2016-01-19 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'develop' into wt-2247-column-store-splits | Keith Bostic | 2016-01-19 | 1 | -1/+1 |
| |\ |
|
| * | | Replace recno of 0 with WT_RECNO_OOB. | Keith Bostic | 2015-12-31 | 1 | -1/+1 |
* | | | Merge branch 'develop' into wt-2287-rebalance | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'develop' into wt-2287-rebalance | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | whitespace. | Keith Bostic | 2015-12-18 | 1 | -1/+1 |
* | | Move __wt_buf_set_printable() from buf.i to bt_misc.c, there's no reason | Keith Bostic | 2015-12-17 | 1 | -36/+24 |
|/ |
|
* | SERVER-21553 Free blocks during reverse splits. | Michael Cahill | 2015-12-02 | 1 | -2/+2 |
* | WT-2251 Cleanup: no longer need to clear ref->addr after freeing. | Michael Cahill | 2015-12-01 | 1 | -2/+0 |
* | WT-2251 Free addresses when we discard deleted page references. | Michael Cahill | 2015-12-01 | 1 | -4/+2 |
* | SERVER-21619 Push down where we mark pages clean so we don't have to repeat t... | Michael Cahill | 2015-11-26 | 1 | -3/+3 |
* | Boolean conversion for the rest of the btree code. | Keith Bostic | 2015-09-23 | 1 | -31/+35 |
* | Convert the reconciliation structure's ints to bools. | Keith Bostic | 2015-09-22 | 1 | -3/+3 |
* | WT-2112: Sue points out we need to decrement the shared reference count | Keith Bostic | 2015-09-17 | 1 | -18/+32 |
* | WT-2112: Coverity 73704, 73705, memory leak in salvage (if reallocating | Keith Bostic | 2015-09-17 | 1 | -27/+20 |
* | WT-2081: don't bother with a wrap-up verbose progress message, it | Keith Bostic | 2015-09-03 | 1 | -5/+3 |
* | Merge branch 'develop' into wt-1967-evict-any | Michael Cahill | 2015-08-26 | 1 | -2/+2 |
|\ |
|
| * | WT-1822, WT-2051 | Keith Bostic | 2015-08-24 | 1 | -2/+2 |
* | | Rework __rec_txn_read to generalize the code that appends the current | Keith Bostic | 2015-07-27 | 1 | -2/+2 |
|/ |
|
* | Whitespace: 3 spaces after a period in a comment. | Keith Bostic | 2015-06-14 | 1 | -6/+6 |
* | Switch back to using booleans instead of #defines for boolean arguments | Keith Bostic | 2015-06-05 | 1 | -3/+3 |
* | Revert rename of WT_EVICT_PAGE_EXCLUSIVE to WT_EVICT_EXCLUSIVE, | Keith Bostic | 2015-05-28 | 1 | -4/+3 |
* | Finish cleaning up the eviction flags: | Keith Bostic | 2015-05-27 | 1 | -3/+4 |
* | The "page-eviction" flags are messed up: the only flag __wt_evict takes | Keith Bostic | 2015-05-27 | 1 | -3/+3 |
* | inmem_split_during_checkpoint | daveh86 | 2015-04-29 | 1 | -3/+3 |
* | Revert a change to split large in-memory pages. | Alex Gorrod | 2015-04-21 | 1 | -3/+3 |
* | Fix formatting for Pull 1890 | daveh86 | 2015-04-20 | 1 | -3/+3 |
* | Allow in-memory splits during checkpoints | daveh86 | 2015-04-20 | 1 | -3/+3 |
* | Instead of asserting split-generation is set in WT_INTL_FOREACH_BEGIN, | Keith Bostic | 2015-03-26 | 1 | -2/+2 |
* | Use beginthreadex, and ensure we use the correct C calling conventions in all... | Mark Benvenuto | 2015-03-25 | 1 | -8/+9 |
* | Pass a allocated memory size to __wt_page_inmem(). | Keith Bostic | 2015-03-14 | 1 | -6/+2 |
* | Update memory allocation accounting for new pages and realloc. | Alex Gorrod | 2015-03-13 | 1 | -2/+6 |
* | Split __wt_row_ikey into a (rare) raw alloc flavor and the (much more common)... | Michael Cahill | 2015-03-03 | 1 | -4/+3 |
* | Wrap calls to functions using pindex with WT_WITH_PAGE_INDEX. | Susan LoVerso | 2015-02-02 | 1 | -4/+8 |
* | Cache a maximum of 2MB per session for scratch buffers (configurable via an u... | Michael Cahill | 2015-01-05 | 1 | -7/+7 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Even if we don't track any overflow pages during our read of the file, | Keith Bostic | 2014-12-15 | 1 | -4/+2 |
* | Most WiredTiger calloc calls are to allocate a single structure, | Keith Bostic | 2014-12-15 | 1 | -5/+5 |
* | Clean up a few __wt_calloc() calls that can be __wt_calloc_def() instead. | Keith Bostic | 2014-12-15 | 1 | -2/+2 |
* | Rename __wt_rec_evict to __wt_evict, eviction and reconciliation have | Keith Bostic | 2014-11-28 | 1 | -3/+3 |
* | Rename __wt_rec_write to __wt_reconcile, there's no __wt_rec_read. | Keith Bostic | 2014-11-28 | 1 | -2/+2 |