summaryrefslogtreecommitdiff
path: root/src/cursor/cur_stat.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic2016-11-011-1/+2
* WT-1592 Add per-dhandle current cache usage statistics (#3062)Alex Gorrod2016-10-141-24/+53
* WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-141-1/+1
* WT-2693 Check open_cursor error paths for consistent handling (#2859)Keith Bostic2016-07-111-20/+8
* WT-2443 Fix how a statistics 'set' is initialized.Don Anderson2016-03-031-3/+4
* WT-2430 Refactor initialization of stats cursor so it is always done completely.Don Anderson2016-02-261-17/+18
* WT-2410: Casting function pointers to different typesKeith Bostic2016-02-191-16/+16
* WT-2393: Unnecessary error handling labels.Keith Bostic2016-02-111-4/+2
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2299: clean up a couple of places where upper-level WiredTiger code isKeith Bostic2015-12-201-2/+3
* whitespaceKeith Bostic2015-12-201-1/+1
* WT-2227. Resolve lint warnings.Don Anderson2015-11-191-1/+1
* whitespaceKeith Bostic2015-11-191-2/+1
* WT-1315. Support statistics on join cursors.Don Anderson2015-11-171-21/+125
* Boolean conversion pass over include.Keith Bostic2015-09-271-8/+8
* WT-2078 prevent segfault with NULL statistics cursor during OOM conditionsEsha Maharishi2015-09-011-1/+1
* We're only using WT_CURSOR.stats_dsrc to decide which descriptionsKeith Bostic2015-08-151-11/+5
* Merge branch 'develop' into scalable_stats_keithKeith Bostic2015-08-151-5/+5
|\
| * We don't use both of the WT_CURSOR_STAT.{stats,stats_first} fields,Keith Bostic2015-08-151-8/+8
* | WT-2029, improve scalability of statisticsKeith Bostic2015-08-151-16/+24
|/
* lint: unused variable.Keith Bostic2015-06-061-1/+0
* Move the statistics=(size) support into the block manager, theoretically,Keith Bostic2015-06-061-8/+6
* Add a "statistics=(size)" mode to statistics cursors that just gets the files...Michael Cahill2015-06-051-1/+34
* Remove a couple of unnecessary function prototypes.Keith Bostic2015-03-161-3/+0
* Ensure we free memory when statistics cursor open fails.Alex Gorrod2015-03-161-7/+19
* Don't test for invalid keys in search until we've initialized theKeith Bostic2015-03-101-3/+3
* Explain why we do an initial statistics cursor snapshot before we returnKeith Bostic2015-03-101-2/+7
* Change the statistics cursor WT_CURSOR.reset method to re-load statisticsKeith Bostic2015-03-081-4/+47
* Remove WT_RET() call before return() call, it's not needed.Keith Bostic2015-02-241-1/+0
* Disable aggregation across all open checkpoints if statistics cursors don't s...Michael Cahill2015-02-121-65/+1
* Fix a deadlock opening statistics cursors.Alex Gorrod2015-01-171-3/+7
* Merge branch 'develop' into cursor-equalMichael Cahill2015-01-171-0/+1
|\
| * Merge branch 'develop' into cursor-reconfigureMichael Cahill2015-01-141-0/+1
| |\
| * \ Merge branch 'develop' into cursor-reconfigureKeith Bostic2014-12-151-1/+1
| |\ \
| * | | Add support for a WT_CURSOR.reconfigure method, reference #1381.Keith Bostic2014-12-111-0/+1
* | | | Rename WT_CURSOR compare_equal to be equals.Alex Gorrod2015-01-141-1/+1
* | | | Add support for the WT_CURSOR.compare_equal method.Keith Bostic2015-01-101-0/+1
| |_|/ |/| |
* | | Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
| |/ |/|
* | Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-151-1/+1
|/
* Consolidate the function and just pass in the URI. #1439Susan LoVerso2014-12-041-1/+1
* Add a URI-specific version of wt_conn_btree_apply. #1439Susan LoVerso2014-12-041-2/+2
* Add a lock around table operations, so that cursor opens don't see tables hal...Michael Cahill2014-11-131-2/+2
* STATIC_ASSERT is outside of the claimed WiredTiger name space (andKeith Bostic2014-10-041-1/+1
* __wt_cursor_init has a long list of tests for cursor methods that weKeith Bostic2014-09-161-1/+1
* I can never remember which version of API_END has the return call andKeith Bostic2014-06-271-14/+7
* Be consistent: setting statistics all always implies fast as well.Alex Gorrod2014-06-261-1/+1
* Fix logic in statistics cursor open.Alex Gorrod2014-06-261-4/+1
* Change from using separate fields to define stat states to flags.Alex Gorrod2014-06-251-14/+19
* Set the TXN_ERROR flag for errors in any transactional call, not just updates.Michael Cahill2014-04-231-8/+8
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1