aboutsummaryrefslogtreecommitdiff
path: root/src/backend/statistics/mvdistinct.c
Commit message (Expand)AuthorAge
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix incorrect format placeholdersPeter Eisentraut2023-02-24
* Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut2023-02-07
* Update copyright for 2023Bruce Momjian2023-01-02
* Invent qsort_interruptible().Tom Lane2022-07-12
* Add stxdinherit flag to pg_statistic_ext_dataTomas Vondra2022-01-16
* Update copyright for 2022Bruce Momjian2022-01-07
* Extended statistics on expressionsTomas Vondra2021-03-27
* Use correct spelling of statistics kindTomas Vondra2021-03-23
* Update copyright for 2021Bruce Momjian2021-01-02
* 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