summaryrefslogtreecommitdiff
path: root/src/schema/schema_stat.c
AgeCommit message (Expand)Author
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-11-19Give statistics' integer IDs separate namespaces.Keith Bostic
2013-11-05Don't release a table unless we actually got a table.Keith Bostic
2013-10-19API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic
2013-10-14Minor code shuffling, create a single statistics-cursor-init wrapperKeith Bostic
2013-10-12Quit allocating the statistics cursor's stat structures separately fromKeith Bostic
2013-10-12Make the allocation code for an aggregate statistics structure look theKeith Bostic
2013-10-12Change table statistics to use standard statistics aggregation codeKeith Bostic
2013-10-11The stat "clear" function isn't correct for initialization because itKeith Bostic
2013-05-01Give the LSM tree its own data-source statistics structure back, moveKeith Bostic
2013-02-26Add a reference count to tables, only free if the table is not in use.Michael Cahill
2013-02-22Make run-time statistics optional, defaulted to "off".Keith Bostic
2013-01-21Fix the immediate problem with schema-level stats: return errors.Michael Cahill
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-12-04Add support for statistics on schema-level objects (tables, column groups, in...Michael Cahill