index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
schema
/
schema_stat.c
Age
Commit message (
Expand
)
Author
2014-01-07
Update copyright notices for 2014.
Keith Bostic
2013-11-19
Give statistics' integer IDs separate namespaces.
Keith Bostic
2013-11-05
Don't release a table unless we actually got a table.
Keith Bostic
2013-10-19
API change: rework "run-time" and "tree-walk" statistics configuration.
Keith Bostic
2013-10-14
Minor code shuffling, create a single statistics-cursor-init wrapper
Keith Bostic
2013-10-12
Quit allocating the statistics cursor's stat structures separately from
Keith Bostic
2013-10-12
Make the allocation code for an aggregate statistics structure look the
Keith Bostic
2013-10-12
Change table statistics to use standard statistics aggregation code
Keith Bostic
2013-10-11
The stat "clear" function isn't correct for initialization because it
Keith Bostic
2013-05-01
Give the LSM tree its own data-source statistics structure back, move
Keith Bostic
2013-02-26
Add a reference count to tables, only free if the table is not in use.
Michael Cahill
2013-02-22
Make run-time statistics optional, defaulted to "off".
Keith Bostic
2013-01-21
Fix the immediate problem with schema-level stats: return errors.
Michael Cahill
2013-01-01
Update copyright notice to 2013.
Keith Bostic
2012-12-04
Add support for statistics on schema-level objects (tables, column groups, in...
Michael Cahill