summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Do a full-barrier when spinlock logging is configured, it cuts down onKeith Bostic2013-11-015-33/+93
* Allow wtperf to have a zero runtime.Alex Gorrod2013-11-011-7/+2
* Fix compiler warnings with GCC 4.7.2 on Ubuntu.Alex Gorrod2013-11-0113-13/+38
* There's no need to set the page's read generation inside the evictionKeith Bostic2013-10-311-11/+11
* Fixes for overflow caching with fast-path eviction.Michael Cahill2013-10-312-8/+19
* If a file is checkpointed without a previous checkpoint having beenKeith Bostic2013-10-302-30/+61
* Salvage can read through the standard WT_BM handle when reading overflowKeith Bostic2013-10-281-2/+6
* Update comments around auto-close callbacks.Alex Gorrod2013-10-292-0/+8
* Clarify a comment.Keith Bostic2013-10-281-2/+3
* Don't call checkpoint-unload on checkpoint-load error; unload doesKeith Bostic2013-10-281-2/+7
* Merge pull request #741 from wiredtiger/block-diag-fixKeith Bostic2013-10-283-17/+20
|\
| * Minor restructuring, don't reach through the session handle to figure outKeith Bostic2013-10-282-14/+15
| * Merge branch 'develop' into block-diag-fixKeith Bostic2013-10-282-20/+5
| |\ | |/ |/|
* | c07dca7 removed the code to free the hazard array when closing theKeith Bostic2013-10-281-8/+1
* | Ignoring return value of function '__wt_event_handler::handle_close'.Keith Bostic2013-10-281-6/+2
* | Ignoring return value of function '__wt_event_handler::handle_close'.Keith Bostic2013-10-281-6/+2
| * It is okay for checkpoint reads to see a page that is discarded in the live s...Michael Cahill2013-10-283-5/+7
|/
* Fix a comment: __evict_get_page is not the only place the page's refKeith Bostic2013-10-251-2/+1
* Merge pull request #649 from wiredtiger/java-auto-closeMichael Cahill2013-10-2413-88/+260
|\
| * Merge branch 'develop' into java-auto-closeAlex Gorrod2013-10-25132-2788/+3700
| |\
| * | Fix compiler warnings.Alex Gorrod2013-10-251-0/+3
| * | Merge pull request #734 from wiredtiger/python-streamsAlex Gorrod2013-10-244-51/+118
| |\ \
| | * | Use the event handler to capture stderr, stdout.Don Anderson2013-10-244-51/+118
| |/ /
| * | Merge branch 'develop' into java-auto-closeMichael Cahill2013-10-09106-2123/+3828
| |\ \
| * | | Fix comments re: review.Alex Gorrod2013-09-031-0/+9
| * | | Add a WT_SESSION handle to WT_EVENT_HANDLER callbacks.Alex Gorrod2013-08-297-31/+76
| * | | Fix commentAlex Gorrod2013-08-281-1/+2
| * | | Remove Python custom error and message callback implementations.Alex Gorrod2013-08-281-62/+1
| * | | Merge branch 'develop' into java-auto-closeAlex Gorrod2013-08-2885-1647/+2458
| |\ \ \
| * \ \ \ Merge branch 'develop' into java-auto-closeAlex Gorrod2013-08-15313-12724/+19328
| |\ \ \ \
| * | | | | Add implementation for close callbacks. Add event callbacks to Python.Alex Gorrod2013-04-173-3/+90
| * | | | | Merge branch 'develop' into java-auto-closeAlex Gorrod2013-04-155-31/+85
| |\ \ \ \ \
| * | | | | | Add a stub callback for auto closed handles. Update handlers in tree.Alex Gorrod2013-04-087-6/+27
* | | | | | | Revert to clearing all pages from the LRU queue: change 81d7c81584a1ffcc4d8b6...Michael Cahill2013-10-252-8/+5
* | | | | | | Merge pull request #735 from wiredtiger/evictMichael Cahill2013-10-243-33/+60
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Just use the dhandle for evict_file_next: that's just as unique as the name p...Michael Cahill2013-10-252-3/+3
| * | | | | | Don't call __wt_evict_list_clr_page() if it's the top-level page. ThisKeith Bostic2013-10-241-6/+9
| * | | | | | If a page was once modified, we can still fast path it if the maximumKeith Bostic2013-10-241-5/+12
| * | | | | | Merge branch 'develop' into evictKeith Bostic2013-10-241-1/+0
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Remove WT_CACHE.force_entries, it's never used.Keith Bostic2013-10-241-1/+0
| * | | | | | Don't keep accumulating pages once we've hit max_entries, that'sKeith Bostic2013-10-242-22/+39
|/ / / / / /
* | | | | | Replace rand/srand with the WiredTiger __wt_random -- it's basicallyKeith Bostic2013-10-242-12/+9
* | | | | | Replace %d with % PRIu32 where values are uint32_t's.Keith Bostic2013-10-241-20/+24
* | | | | | Once we're done the run, don't bother doing a final checkpoint.Keith Bostic2013-10-241-10/+9
* | | | | | Don't initialize op_name to "search", there is no "search" operation.Keith Bostic2013-10-241-1/+1
* | | | | | The worker thread types aren't flags, they're unique integers, switch themKeith Bostic2013-10-241-20/+15
* | | | | | I split up the stub worker functions somewhere along the line, put themKeith Bostic2013-10-241-25/+25
* | | | | | Replace explicit code to walk a directory hierarchy removing files withKeith Bostic2013-10-241-106/+41
* | | | | | Clean up a comment.Keith Bostic2013-10-241-2/+2
* | | | | | Split the populate loop into two parts, if populate_ops_per_txn isn'tKeith Bostic2013-10-241-26/+45