summaryrefslogtreecommitdiff
path: root/src/btree/bt_slvg.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-061-4/+3
* WT-2871 __wt_verbose has the wrong GCC format attributes (#2995)Keith Bostic2016-08-301-2/+2
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-161-40/+40
* WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-171-12/+10
* WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-171-2/+2
* WT-2558: WT_PAGE structure is 72B, reduce to 64B.Keith Bostic2016-04-171-11/+12
* WT-2450: salvage releases pages, then explicitly evicts them.Keith Bostic2016-04-021-0/+12
* WT-2494: review calls to __wt_free, plus minor bug in an error path.Keith Bostic2016-03-161-4/+2
* Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-191-1/+1
|\
| * Merge branch 'develop' into wt-2247-column-store-splitsKeith Bostic2016-01-191-1/+1
| |\
| * | Replace recno of 0 with WT_RECNO_OOB.Keith Bostic2015-12-311-1/+1
* | | Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-011-1/+1
|\ \ \ | | |/ | |/|
| * | Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
| |/
* | Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-011-1/+1
|\ \ | |/
| * whitespace.Keith Bostic2015-12-181-1/+1
* | Move __wt_buf_set_printable() from buf.i to bt_misc.c, there's no reasonKeith Bostic2015-12-171-36/+24
|/
* SERVER-21553 Free blocks during reverse splits.Michael Cahill2015-12-021-2/+2
* WT-2251 Cleanup: no longer need to clear ref->addr after freeing.Michael Cahill2015-12-011-2/+0
* WT-2251 Free addresses when we discard deleted page references.Michael Cahill2015-12-011-4/+2
* SERVER-21619 Push down where we mark pages clean so we don't have to repeat t...Michael Cahill2015-11-261-3/+3
* Boolean conversion for the rest of the btree code.Keith Bostic2015-09-231-31/+35
* Convert the reconciliation structure's ints to bools.Keith Bostic2015-09-221-3/+3
* WT-2112: Sue points out we need to decrement the shared reference countKeith Bostic2015-09-171-18/+32
* WT-2112: Coverity 73704, 73705, memory leak in salvage (if reallocatingKeith Bostic2015-09-171-27/+20
* WT-2081: don't bother with a wrap-up verbose progress message, itKeith Bostic2015-09-031-5/+3
* Merge branch 'develop' into wt-1967-evict-anyMichael Cahill2015-08-261-2/+2
|\
| * WT-1822, WT-2051Keith Bostic2015-08-241-2/+2
* | Rework __rec_txn_read to generalize the code that appends the currentKeith Bostic2015-07-271-2/+2
|/
* Whitespace: 3 spaces after a period in a comment.Keith Bostic2015-06-141-6/+6
* Switch back to using booleans instead of #defines for boolean argumentsKeith Bostic2015-06-051-3/+3
* Revert rename of WT_EVICT_PAGE_EXCLUSIVE to WT_EVICT_EXCLUSIVE,Keith Bostic2015-05-281-4/+3
* Finish cleaning up the eviction flags:Keith Bostic2015-05-271-3/+4
* The "page-eviction" flags are messed up: the only flag __wt_evict takesKeith Bostic2015-05-271-3/+3
* inmem_split_during_checkpointdaveh862015-04-291-3/+3
* Revert a change to split large in-memory pages.Alex Gorrod2015-04-211-3/+3
* Fix formatting for Pull 1890daveh862015-04-201-3/+3
* Allow in-memory splits during checkpointsdaveh862015-04-201-3/+3
* Instead of asserting split-generation is set in WT_INTL_FOREACH_BEGIN,Keith Bostic2015-03-261-2/+2
* Use beginthreadex, and ensure we use the correct C calling conventions in all...Mark Benvenuto2015-03-251-8/+9
* Pass a allocated memory size to __wt_page_inmem().Keith Bostic2015-03-141-6/+2
* Update memory allocation accounting for new pages and realloc.Alex Gorrod2015-03-131-2/+6
* Split __wt_row_ikey into a (rare) raw alloc flavor and the (much more common)...Michael Cahill2015-03-031-4/+3
* Wrap calls to functions using pindex with WT_WITH_PAGE_INDEX.Susan LoVerso2015-02-021-4/+8
* Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-051-7/+7
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Even if we don't track any overflow pages during our read of the file,Keith Bostic2014-12-151-4/+2
* Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-151-5/+5
* Clean up a few __wt_calloc() calls that can be __wt_calloc_def() instead.Keith Bostic2014-12-151-2/+2
* Rename __wt_rec_evict to __wt_evict, eviction and reconciliation haveKeith Bostic2014-11-281-3/+3
* Rename __wt_rec_write to __wt_reconcile, there's no __wt_rec_read.Keith Bostic2014-11-281-2/+2