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
/
mvdistinct.c
Commit message (
Expand
)
Author
Age
*
Use correct spelling of statistics kind
Tomas Vondra
2021-03-23
*
Modify additional power 2 calculations to use new helper functions
David Rowley
2020-04-08
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Use column collation for extended statistics
Tomas Vondra
2019-07-20
*
Fix typo in mvdistinct.c
Michael Paquier
2019-07-19
*
Rework the pg_statistic_ext catalog
Tomas Vondra
2019-06-16
*
Make error logging in extended statistics more consistent
Tomas Vondra
2019-05-30
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Fix mvdistinct and dependencies size calculations
Tomas Vondra
2019-04-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Make pg_statistic and related code account more honestly for collations.
Tom Lane
2018-12-14
*
Fix bogus code for extracting extended-statistics data from syscache.
Tom Lane
2018-05-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
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 printf format to use %zd when printing sizes
Alvaro Herrera
2017-04-07
*
Fix uninitialized memory propagation mistakes
Alvaro Herrera
2017-03-27
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24