summaryrefslogtreecommitdiff
path: root/src/backend/statistics
AgeCommit message (Expand)Author
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-04Support boolean columns in functional-dependency statistics.Tom Lane
2017-11-29Make memset() use sizeof() rather than re-compute sizeAlvaro Herrera
2017-11-29Fix extstat collection when no stats are produced for a columnAlvaro Herrera
2017-10-12Infer functional dependency past RelabelTypeAlvaro Herrera
2017-07-26Remove obsolete comments about functional dependenciesAlvaro Herrera
2017-06-22Fix typos in README.dependenciesAlvaro Herrera
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-15Rename function for consistencyAlvaro Herrera
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-14Standardize terminology for pg_statistic_ext entries.Tom Lane
2017-05-02extstats: change output functions to emit valid JSONAlvaro Herrera
2017-04-17Rename columns in new pg_statistic_ext catalogAlvaro Herrera
2017-04-17Fix extended statistics with partial analyzesAlvaro Herrera
2017-04-07Fix printf format to use %zd when printing sizesAlvaro Herrera
2017-04-06Reset API of clause_selectivity()Simon Riggs
2017-04-06Comment fixes for extended statisticsAlvaro Herrera
2017-04-05Collect and use multi-column dependency statsSimon Riggs
2017-03-27Fix uninitialized memory propagation mistakesAlvaro Herrera
2017-03-24Implement multivariate n-distinct coefficientsAlvaro Herrera