aboutsummaryrefslogtreecommitdiff
path: root/src/backend/statistics/mvdistinct.c
Commit message (Expand)AuthorAge
* Use correct spelling of statistics kindTomas Vondra2021-03-23
* Modify additional power 2 calculations to use new helper functionsDavid Rowley2020-04-08
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Use column collation for extended statisticsTomas Vondra2019-07-20
* Fix typo in mvdistinct.cMichael Paquier2019-07-19
* Rework the pg_statistic_ext catalogTomas Vondra2019-06-16
* Make error logging in extended statistics more consistentTomas Vondra2019-05-30
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Fix mvdistinct and dependencies size calculationsTomas Vondra2019-04-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Make pg_statistic and related code account more honestly for collations.Tom Lane2018-12-14
* Fix bogus code for extracting extended-statistics data from syscache.Tom Lane2018-05-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Standardize terminology for pg_statistic_ext entries.Tom Lane2017-05-14
* extstats: change output functions to emit valid JSONAlvaro Herrera2017-05-02
* Rename columns in new pg_statistic_ext catalogAlvaro Herrera2017-04-17
* Fix printf format to use %zd when printing sizesAlvaro Herrera2017-04-07
* Fix uninitialized memory propagation mistakesAlvaro Herrera2017-03-27
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-24