summaryrefslogtreecommitdiff
path: root/src/schema/schema_stat.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-281-3/+5
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-1315. Support statistics on join cursors.Don Anderson2015-11-171-4/+4
* WT-2196 Fix error handling in size only statistics.Alex Gorrod2015-11-041-7/+9
* WT-2196: A different solution, don't require callers to log their own errorKeith Bostic2015-11-031-4/+7
* Revert "WT-2196 Fix size-only statistics when there are LSM tables."Keith Bostic2015-11-031-12/+11
* WT-2196 Fix size-only statistics when there are LSM tables.Alex Gorrod2015-11-031-11/+12
* WT-2174 - Cleanup per review comments.Alex Gorrod2015-10-191-12/+21
* WT-2174 Fixup error handling.Alex Gorrod2015-10-161-4/+3
* WT-2174 Avoid the table list lock when creating a size only statistics cursor.Alex Gorrod2015-10-161-0/+60
* Boolean conversion pass over schema.Keith Bostic2015-09-241-3/+4
* WT-2029, improve scalability of statisticsKeith Bostic2015-08-151-2/+2
* Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-051-3/+3
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* SESSION->drop with "force" of nonexistant index/colgroup should be silent.Don Anderson2014-12-091-2/+2
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Give statistics' integer IDs separate namespaces.Keith Bostic2013-11-191-4/+4
* Don't release a table unless we actually got a table.Keith Bostic2013-11-051-4/+5
* API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic2013-10-191-6/+5
* Minor code shuffling, create a single statistics-cursor-init wrapperKeith Bostic2013-10-141-34/+9
* Quit allocating the statistics cursor's stat structures separately fromKeith Bostic2013-10-121-6/+4
* Make the allocation code for an aggregate statistics structure look theKeith Bostic2013-10-121-9/+7
* Change table statistics to use standard statistics aggregation codeKeith Bostic2013-10-121-35/+22
* The stat "clear" function isn't correct for initialization because itKeith Bostic2013-10-111-6/+4
* Give the LSM tree its own data-source statistics structure back, moveKeith Bostic2013-05-011-2/+2
* Add a reference count to tables, only free if the table is not in use.Michael Cahill2013-02-261-1/+2
* Make run-time statistics optional, defaulted to "off".Keith Bostic2013-02-221-1/+2
* Fix the immediate problem with schema-level stats: return errors.Michael Cahill2013-01-211-4/+4
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Add support for statistics on schema-level objects (tables, column groups, in...Michael Cahill2012-12-041-0/+156