| Commit message (Expand) | Author | Age | Files | Lines |
* | Do a full-barrier when spinlock logging is configured, it cuts down on | Keith Bostic | 2013-11-01 | 5 | -33/+93 |
* | Allow wtperf to have a zero runtime. | Alex Gorrod | 2013-11-01 | 1 | -7/+2 |
* | Fix compiler warnings with GCC 4.7.2 on Ubuntu. | Alex Gorrod | 2013-11-01 | 13 | -13/+38 |
* | There's no need to set the page's read generation inside the eviction | Keith Bostic | 2013-10-31 | 1 | -11/+11 |
* | Fixes for overflow caching with fast-path eviction. | Michael Cahill | 2013-10-31 | 2 | -8/+19 |
* | If a file is checkpointed without a previous checkpoint having been | Keith Bostic | 2013-10-30 | 2 | -30/+61 |
* | Salvage can read through the standard WT_BM handle when reading overflow | Keith Bostic | 2013-10-28 | 1 | -2/+6 |
* | Update comments around auto-close callbacks. | Alex Gorrod | 2013-10-29 | 2 | -0/+8 |
* | Clarify a comment. | Keith Bostic | 2013-10-28 | 1 | -2/+3 |
* | Don't call checkpoint-unload on checkpoint-load error; unload does | Keith Bostic | 2013-10-28 | 1 | -2/+7 |
* | Merge pull request #741 from wiredtiger/block-diag-fix | Keith Bostic | 2013-10-28 | 3 | -17/+20 |
|\ |
|
| * | Minor restructuring, don't reach through the session handle to figure out | Keith Bostic | 2013-10-28 | 2 | -14/+15 |
| * | Merge branch 'develop' into block-diag-fix | Keith Bostic | 2013-10-28 | 2 | -20/+5 |
| |\
| |/
|/| |
|
* | | c07dca7 removed the code to free the hazard array when closing the | Keith Bostic | 2013-10-28 | 1 | -8/+1 |
* | | Ignoring return value of function '__wt_event_handler::handle_close'. | Keith Bostic | 2013-10-28 | 1 | -6/+2 |
* | | Ignoring return value of function '__wt_event_handler::handle_close'. | Keith Bostic | 2013-10-28 | 1 | -6/+2 |
| * | It is okay for checkpoint reads to see a page that is discarded in the live s... | Michael Cahill | 2013-10-28 | 3 | -5/+7 |
|/ |
|
* | Fix a comment: __evict_get_page is not the only place the page's ref | Keith Bostic | 2013-10-25 | 1 | -2/+1 |
* | Merge pull request #649 from wiredtiger/java-auto-close | Michael Cahill | 2013-10-24 | 13 | -88/+260 |
|\ |
|
| * | Merge branch 'develop' into java-auto-close | Alex Gorrod | 2013-10-25 | 132 | -2788/+3700 |
| |\ |
|
| * | | Fix compiler warnings. | Alex Gorrod | 2013-10-25 | 1 | -0/+3 |
| * | | Merge pull request #734 from wiredtiger/python-streams | Alex Gorrod | 2013-10-24 | 4 | -51/+118 |
| |\ \ |
|
| | * | | Use the event handler to capture stderr, stdout. | Don Anderson | 2013-10-24 | 4 | -51/+118 |
| |/ / |
|
| * | | Merge branch 'develop' into java-auto-close | Michael Cahill | 2013-10-09 | 106 | -2123/+3828 |
| |\ \ |
|
| * | | | Fix comments re: review. | Alex Gorrod | 2013-09-03 | 1 | -0/+9 |
| * | | | Add a WT_SESSION handle to WT_EVENT_HANDLER callbacks. | Alex Gorrod | 2013-08-29 | 7 | -31/+76 |
| * | | | Fix comment | Alex Gorrod | 2013-08-28 | 1 | -1/+2 |
| * | | | Remove Python custom error and message callback implementations. | Alex Gorrod | 2013-08-28 | 1 | -62/+1 |
| * | | | Merge branch 'develop' into java-auto-close | Alex Gorrod | 2013-08-28 | 85 | -1647/+2458 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'develop' into java-auto-close | Alex Gorrod | 2013-08-15 | 313 | -12724/+19328 |
| |\ \ \ \ |
|
| * | | | | | Add implementation for close callbacks. Add event callbacks to Python. | Alex Gorrod | 2013-04-17 | 3 | -3/+90 |
| * | | | | | Merge branch 'develop' into java-auto-close | Alex Gorrod | 2013-04-15 | 5 | -31/+85 |
| |\ \ \ \ \ |
|
| * | | | | | | Add a stub callback for auto closed handles. Update handlers in tree. | Alex Gorrod | 2013-04-08 | 7 | -6/+27 |
* | | | | | | | Revert to clearing all pages from the LRU queue: change 81d7c81584a1ffcc4d8b6... | Michael Cahill | 2013-10-25 | 2 | -8/+5 |
* | | | | | | | Merge pull request #735 from wiredtiger/evict | Michael Cahill | 2013-10-24 | 3 | -33/+60 |
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
|
| * | | | | | | Just use the dhandle for evict_file_next: that's just as unique as the name p... | Michael Cahill | 2013-10-25 | 2 | -3/+3 |
| * | | | | | | Don't call __wt_evict_list_clr_page() if it's the top-level page. This | Keith Bostic | 2013-10-24 | 1 | -6/+9 |
| * | | | | | | If a page was once modified, we can still fast path it if the maximum | Keith Bostic | 2013-10-24 | 1 | -5/+12 |
| * | | | | | | Merge branch 'develop' into evict | Keith Bostic | 2013-10-24 | 1 | -1/+0 |
| |\ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
* | | | | | | | Remove WT_CACHE.force_entries, it's never used. | Keith Bostic | 2013-10-24 | 1 | -1/+0 |
| * | | | | | | Don't keep accumulating pages once we've hit max_entries, that's | Keith Bostic | 2013-10-24 | 2 | -22/+39 |
|/ / / / / / |
|
* | | | | | | Replace rand/srand with the WiredTiger __wt_random -- it's basically | Keith Bostic | 2013-10-24 | 2 | -12/+9 |
* | | | | | | Replace %d with % PRIu32 where values are uint32_t's. | Keith Bostic | 2013-10-24 | 1 | -20/+24 |
* | | | | | | Once we're done the run, don't bother doing a final checkpoint. | Keith Bostic | 2013-10-24 | 1 | -10/+9 |
* | | | | | | Don't initialize op_name to "search", there is no "search" operation. | Keith Bostic | 2013-10-24 | 1 | -1/+1 |
* | | | | | | The worker thread types aren't flags, they're unique integers, switch them | Keith Bostic | 2013-10-24 | 1 | -20/+15 |
* | | | | | | I split up the stub worker functions somewhere along the line, put them | Keith Bostic | 2013-10-24 | 1 | -25/+25 |
* | | | | | | Replace explicit code to walk a directory hierarchy removing files with | Keith Bostic | 2013-10-24 | 1 | -106/+41 |
* | | | | | | Clean up a comment. | Keith Bostic | 2013-10-24 | 1 | -2/+2 |
* | | | | | | Split the populate loop into two parts, if populate_ops_per_txn isn't | Keith Bostic | 2013-10-24 | 1 | -26/+45 |