| Commit message (Expand) | Author | Age | Files | Lines |
* | SERVER-21553 Free blocks during reverse splits. | Alex Gorrod | 2015-12-02 | 1 | -6/+2 |
* | Merge pull request #2209 from wiredtiger/more-bool-keith | Michael Cahill | 2015-09-29 | 1 | -34/+38 |
* | Merge pull request #2071 from wiredtiger/page-refp-cleanup | Michael Cahill | 2015-08-04 | 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 |
* | Fix a salvage bug: if salvaging a variable-length column-store page, and | Keith Bostic | 2014-09-16 | 1 | -42/+77 |
* | The error routine we're hitting isn't row-store specific, fix the error | Keith Bostic | 2014-09-13 | 1 | -2/+2 |
* | Rework c92bd26, that change only worked because the underlying block | Keith Bostic | 2014-09-02 | 1 | -10/+16 |
* | One more try to get the range check for overflow records correct. | Keith Bostic | 2014-09-01 | 1 | -3/+16 |
* | 94e8052 wasn't right either: we need any overflow item appearing in the | Keith Bostic | 2014-09-01 | 1 | -4/+4 |
* | If we fail to acquire a block during salvage (in this case because | Keith Bostic | 2014-08-31 | 1 | -1/+3 |
* | Don't increment the record number until after reviewing the record, | Keith Bostic | 2014-08-30 | 1 | -6/+6 |
* | Fix a comment. | Keith Bostic | 2014-08-20 | 1 | -4/+1 |
* | Trivial comment cleanup. | Keith Bostic | 2014-08-20 | 1 | -12/+15 |
* | Tighten down the check for when we can delete overflow records, after | Keith Bostic | 2014-08-20 | 1 | -16/+16 |
* | Quit trying to make the merge flags work: create a reference counted | Keith Bostic | 2014-08-20 | 1 | -163/+209 |
* | Switch the page's list of referenced overflow pages from a pointer to a | Keith Bostic | 2014-08-19 | 1 | -50/+89 |
* | Rework salvage merge: the big idea is we can't discard backing page or | Keith Bostic | 2014-08-19 | 1 | -171/+259 |
* | Minor code shuffling, comment cleanup when splitting chunks, for clarity. | Keith Bostic | 2014-08-17 | 1 | -16/+21 |
* | Remove code to handle the case where we take the entire page when | Keith Bostic | 2014-08-17 | 1 | -35/+22 |
* | Now that __slvg_trk_free checks WT_TRACK_NO_FILE_BLOCKS, be more | Keith Bostic | 2014-08-17 | 1 | -2/+1 |
* | Bug: if we split a page into two chunks, then subsequently discarded the | Keith Bostic | 2014-08-17 | 1 | -1/+2 |
* | Bug, wasn't incrementing the WT_ROW reference, potentially leads to | Keith Bostic | 2014-08-17 | 1 | -1/+1 |
* | Panic if "impossible" cases occur during the merge. | Keith Bostic | 2014-08-17 | 1 | -0/+10 |
* | Simplify the row-store page merge code, track the start/stop compare | Keith Bostic | 2014-08-17 | 1 | -12/+8 |
* | Fix up an incorrectly copied comment. | Keith Bostic | 2014-08-17 | 1 | -6/+4 |
* | no need for a WT_RET followed by a return, just return. | Keith Bostic | 2014-08-17 | 1 | -4/+2 |
* | typo, should be case 7, not 8. | Keith Bostic | 2014-08-17 | 1 | -4/+4 |
* | Add flags to page release, respect WT_READ_NO_GEN to avoid forced eviction. | Michael Cahill | 2014-08-13 | 1 | -4/+4 |
* | Minor renaming, __wt_lex_compare_collator to __wt_compare, | Keith Bostic | 2014-08-11 | 1 | -18/+15 |
* | There's no reason for salvage to track both the session and btree | Keith Bostic | 2014-08-10 | 1 | -5/+3 |
* | Replace the collator comparison #defines with inline functions, | Keith Bostic | 2014-08-10 | 1 | -22/+25 |
* | Encode the location/length of simple values in the WT_ROW pointer, along | Keith Bostic | 2014-07-07 | 1 | -1/+1 |
* | Convert row-store fast on-page key processing from per-page to per key. | Keith Bostic | 2014-06-30 | 1 | -12/+10 |
* | Experimental change to avoid unpacking cells in order to access | Keith Bostic | 2014-05-30 | 1 | -19/+21 |
* | A somewhat different approach to --enable-verbose: inline __wt_verbose() | Keith Bostic | 2014-05-05 | 1 | -56/+51 |
* | Add --enable-verbose option, disabled by default. | Alex Gorrod | 2014-05-05 | 1 | -0/+5 |
* | The disk header in a page is read-only: mark it const. | Michael Cahill | 2014-04-30 | 1 | -8/+8 |
* | Obscure the name of the internal page's index so code more naturally | Keith Bostic | 2014-03-31 | 1 | -4/+6 |
* | The WT_REF home field should be volatile, not a pointer to a volatile WT_PAGE. | Michael Cahill | 2014-03-31 | 1 | -1/+1 |