aboutsummaryrefslogtreecommitdiff
path: root/src/backend/statistics/mcv.c
Commit message (Expand)AuthorAge
* Fix an asssortment of typos in brin_minmax_multi.c and mcv.cDavid Rowley2021-06-10
* Fix handling of clauses incompatible with extended statisticsTomas Vondra2021-04-06
* Extended statistics on expressionsTomas Vondra2021-03-27
* Use correct spelling of statistics kindTomas Vondra2021-03-23
* Update copyright for 2021Bruce Momjian2021-01-02
* Improve estimation of OR clauses using extended statistics.Dean Rasheed2020-12-03
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Use multi-variate MCV lists to estimate ScalarArrayOpExprTomas Vondra2020-03-14
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix typos in the codeMichael Paquier2019-10-30
* Allow setting statistics target for extended statisticsTomas Vondra2019-09-11
* Don't include utils/array.h from acl.h.Andres Freund2019-08-16
* Use column collation for extended statisticsTomas Vondra2019-07-20
* Rework examine_opclause_expression to use varonleftTomas Vondra2019-07-20
* Simplify bitmap updates in multivariate MCV codeTomas Vondra2019-07-18
* Fix handling of NULLs in MCV items and constantsTomas Vondra2019-07-18
* Fix handling of opclauses in extended statisticsTomas Vondra2019-07-18
* Remove unnecessary TYPECACHE_GT_OPR lookupTomas Vondra2019-07-18
* Remove unused variable in statext_mcv_serialize()Tomas Vondra2019-07-05
* Simplify pg_mcv_list (de)serializationTomas Vondra2019-07-05
* Fix pg_mcv_list_items() to produce text[]Tomas Vondra2019-07-05
* Speed-up build of MCV lists with many distinct valuesTomas Vondra2019-07-05
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Rework the pg_statistic_ext catalogTomas Vondra2019-06-16
* Fix typos.Amit Kapila2019-05-26
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Fix pg_mcv_list deserializationTomas Vondra2019-04-16
* Reduce overhead of pg_mcv_list (de)serializationTomas Vondra2019-04-03
* Fix thinko in allocation call during MVC list deserializationMichael Paquier2019-04-01
* Fix typoTomas Vondra2019-03-31
* Fix compiler warnings in multivariate MCV codeTomas Vondra2019-03-30
* Additional fixes of memory alignment in pg_mcv_list codeTomas Vondra2019-03-30
* Fix memory alignment in pg_mcv_list serializationTomas Vondra2019-03-29
* Fix deserialization of pg_mcv_list valuesTomas Vondra2019-03-28
* Minor improvements for the multivariate MCV listsTomas Vondra2019-03-27
* Add support for multivariate MCV listsTomas Vondra2019-03-27