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
/
mcv.c
Commit message (
Expand
)
Author
Age
*
Fix an asssortment of typos in brin_minmax_multi.c and mcv.c
David Rowley
2021-06-10
*
Fix handling of clauses incompatible with extended statistics
Tomas Vondra
2021-04-06
*
Extended statistics on expressions
Tomas Vondra
2021-03-27
*
Use correct spelling of statistics kind
Tomas Vondra
2021-03-23
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Improve estimation of OR clauses using extended statistics.
Dean Rasheed
2020-12-03
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Use multi-variate MCV lists to estimate ScalarArrayOpExpr
Tomas Vondra
2020-03-14
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix typos in the code
Michael Paquier
2019-10-30
*
Allow setting statistics target for extended statistics
Tomas Vondra
2019-09-11
*
Don't include utils/array.h from acl.h.
Andres Freund
2019-08-16
*
Use column collation for extended statistics
Tomas Vondra
2019-07-20
*
Rework examine_opclause_expression to use varonleft
Tomas Vondra
2019-07-20
*
Simplify bitmap updates in multivariate MCV code
Tomas Vondra
2019-07-18
*
Fix handling of NULLs in MCV items and constants
Tomas Vondra
2019-07-18
*
Fix handling of opclauses in extended statistics
Tomas Vondra
2019-07-18
*
Remove unnecessary TYPECACHE_GT_OPR lookup
Tomas Vondra
2019-07-18
*
Remove unused variable in statext_mcv_serialize()
Tomas Vondra
2019-07-05
*
Simplify pg_mcv_list (de)serialization
Tomas Vondra
2019-07-05
*
Fix pg_mcv_list_items() to produce text[]
Tomas Vondra
2019-07-05
*
Speed-up build of MCV lists with many distinct values
Tomas Vondra
2019-07-05
*
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-17
*
Rework the pg_statistic_ext catalog
Tomas Vondra
2019-06-16
*
Fix typos.
Amit Kapila
2019-05-26
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Fix pg_mcv_list deserialization
Tomas Vondra
2019-04-16
*
Reduce overhead of pg_mcv_list (de)serialization
Tomas Vondra
2019-04-03
*
Fix thinko in allocation call during MVC list deserialization
Michael Paquier
2019-04-01
*
Fix typo
Tomas Vondra
2019-03-31
*
Fix compiler warnings in multivariate MCV code
Tomas Vondra
2019-03-30
*
Additional fixes of memory alignment in pg_mcv_list code
Tomas Vondra
2019-03-30
*
Fix memory alignment in pg_mcv_list serialization
Tomas Vondra
2019-03-29
*
Fix deserialization of pg_mcv_list values
Tomas Vondra
2019-03-28
*
Minor improvements for the multivariate MCV lists
Tomas Vondra
2019-03-27
*
Add support for multivariate MCV lists
Tomas Vondra
2019-03-27