index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
statistics
Commit message (
Expand
)
Author
Age
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Support boolean columns in functional-dependency statistics.
Tom Lane
2017-12-04
*
Make memset() use sizeof() rather than re-compute size
Alvaro Herrera
2017-11-29
*
Fix extstat collection when no stats are produced for a column
Alvaro Herrera
2017-11-28
*
Infer functional dependency past RelabelType
Alvaro Herrera
2017-10-12
*
Remove obsolete comments about functional dependencies
Alvaro Herrera
2017-07-26
*
Fix typos in README.dependencies
Alvaro Herrera
2017-06-22
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Rename function for consistency
Alvaro Herrera
2017-06-15
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-14
*
extstats: change output functions to emit valid JSON
Alvaro Herrera
2017-05-02
*
Rename columns in new pg_statistic_ext catalog
Alvaro Herrera
2017-04-17
*
Fix extended statistics with partial analyzes
Alvaro Herrera
2017-04-17
*
Fix printf format to use %zd when printing sizes
Alvaro Herrera
2017-04-07
*
Reset API of clause_selectivity()
Simon Riggs
2017-04-06
*
Comment fixes for extended statistics
Alvaro Herrera
2017-04-06
*
Collect and use multi-column dependency stats
Simon Riggs
2017-04-05
*
Fix uninitialized memory propagation mistakes
Alvaro Herrera
2017-03-27
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24