| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2998 add error messages to error returns that might be confusing. (#3110) | Keith Bostic | 2016-11-01 | 1 | -1/+2 |
* | WT-1592 Add per-dhandle current cache usage statistics (#3062) | Alex Gorrod | 2016-10-14 | 1 | -24/+53 |
* | WT-2859 Restructure statistics gathering macros (#3016) | Sulabh Mahajan | 2016-09-14 | 1 | -1/+1 |
* | WT-2693 Check open_cursor error paths for consistent handling (#2859) | Keith Bostic | 2016-07-11 | 1 | -20/+8 |
* | WT-2443 Fix how a statistics 'set' is initialized. | Don Anderson | 2016-03-03 | 1 | -3/+4 |
* | WT-2430 Refactor initialization of stats cursor so it is always done completely. | Don Anderson | 2016-02-26 | 1 | -17/+18 |
* | WT-2410: Casting function pointers to different types | Keith Bostic | 2016-02-19 | 1 | -16/+16 |
* | WT-2393: Unnecessary error handling labels. | Keith Bostic | 2016-02-11 | 1 | -4/+2 |
* | Upgrade copyright notices from 2015 to 2016. | Keith Bostic | 2016-01-01 | 1 | -1/+1 |
* | WT-2299: clean up a couple of places where upper-level WiredTiger code is | Keith Bostic | 2015-12-20 | 1 | -2/+3 |
* | whitespace | Keith Bostic | 2015-12-20 | 1 | -1/+1 |
* | WT-2227. Resolve lint warnings. | Don Anderson | 2015-11-19 | 1 | -1/+1 |
* | whitespace | Keith Bostic | 2015-11-19 | 1 | -2/+1 |
* | WT-1315. Support statistics on join cursors. | Don Anderson | 2015-11-17 | 1 | -21/+125 |
* | Boolean conversion pass over include. | Keith Bostic | 2015-09-27 | 1 | -8/+8 |
* | WT-2078 prevent segfault with NULL statistics cursor during OOM conditions | Esha Maharishi | 2015-09-01 | 1 | -1/+1 |
* | We're only using WT_CURSOR.stats_dsrc to decide which descriptions | Keith Bostic | 2015-08-15 | 1 | -11/+5 |
* | Merge branch 'develop' into scalable_stats_keith | Keith Bostic | 2015-08-15 | 1 | -5/+5 |
|\ |
|
| * | We don't use both of the WT_CURSOR_STAT.{stats,stats_first} fields, | Keith Bostic | 2015-08-15 | 1 | -8/+8 |
* | | WT-2029, improve scalability of statistics | Keith Bostic | 2015-08-15 | 1 | -16/+24 |
|/ |
|
* | lint: unused variable. | Keith Bostic | 2015-06-06 | 1 | -1/+0 |
* | Move the statistics=(size) support into the block manager, theoretically, | Keith Bostic | 2015-06-06 | 1 | -8/+6 |
* | Add a "statistics=(size)" mode to statistics cursors that just gets the files... | Michael Cahill | 2015-06-05 | 1 | -1/+34 |
* | Remove a couple of unnecessary function prototypes. | Keith Bostic | 2015-03-16 | 1 | -3/+0 |
* | Ensure we free memory when statistics cursor open fails. | Alex Gorrod | 2015-03-16 | 1 | -7/+19 |
* | Don't test for invalid keys in search until we've initialized the | Keith Bostic | 2015-03-10 | 1 | -3/+3 |
* | Explain why we do an initial statistics cursor snapshot before we return | Keith Bostic | 2015-03-10 | 1 | -2/+7 |
* | Change the statistics cursor WT_CURSOR.reset method to re-load statistics | Keith Bostic | 2015-03-08 | 1 | -4/+47 |
* | Remove WT_RET() call before return() call, it's not needed. | Keith Bostic | 2015-02-24 | 1 | -1/+0 |
* | Disable aggregation across all open checkpoints if statistics cursors don't s... | Michael Cahill | 2015-02-12 | 1 | -65/+1 |
* | Fix a deadlock opening statistics cursors. | Alex Gorrod | 2015-01-17 | 1 | -3/+7 |
* | Merge branch 'develop' into cursor-equal | Michael Cahill | 2015-01-17 | 1 | -0/+1 |
|\ |
|
| * | Merge branch 'develop' into cursor-reconfigure | Michael Cahill | 2015-01-14 | 1 | -0/+1 |
| |\ |
|
| * \ | Merge branch 'develop' into cursor-reconfigure | Keith Bostic | 2014-12-15 | 1 | -1/+1 |
| |\ \ |
|
| * | | | Add support for a WT_CURSOR.reconfigure method, reference #1381. | Keith Bostic | 2014-12-11 | 1 | -0/+1 |
* | | | | Rename WT_CURSOR compare_equal to be equals. | Alex Gorrod | 2015-01-14 | 1 | -1/+1 |
* | | | | Add support for the WT_CURSOR.compare_equal method. | Keith Bostic | 2015-01-10 | 1 | -0/+1 |
| |_|/
|/| | |
|
* | | | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
| |/
|/| |
|
* | | Most WiredTiger calloc calls are to allocate a single structure, | Keith Bostic | 2014-12-15 | 1 | -1/+1 |
|/ |
|
* | Consolidate the function and just pass in the URI. #1439 | Susan LoVerso | 2014-12-04 | 1 | -1/+1 |
* | Add a URI-specific version of wt_conn_btree_apply. #1439 | Susan LoVerso | 2014-12-04 | 1 | -2/+2 |
* | Add a lock around table operations, so that cursor opens don't see tables hal... | Michael Cahill | 2014-11-13 | 1 | -2/+2 |
* | STATIC_ASSERT is outside of the claimed WiredTiger name space (and | Keith Bostic | 2014-10-04 | 1 | -1/+1 |
* | __wt_cursor_init has a long list of tests for cursor methods that we | Keith Bostic | 2014-09-16 | 1 | -1/+1 |
* | I can never remember which version of API_END has the return call and | Keith Bostic | 2014-06-27 | 1 | -14/+7 |
* | Be consistent: setting statistics all always implies fast as well. | Alex Gorrod | 2014-06-26 | 1 | -1/+1 |
* | Fix logic in statistics cursor open. | Alex Gorrod | 2014-06-26 | 1 | -4/+1 |
* | Change from using separate fields to define stat states to flags. | Alex Gorrod | 2014-06-25 | 1 | -14/+19 |
* | Set the TXN_ERROR flag for errors in any transactional call, not just updates. | Michael Cahill | 2014-04-23 | 1 | -8/+8 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 1 | -1/+1 |