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 incorrectly reported stats kind in "can't happen" ERROR
David Rowley
2024-03-05
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Fix incorrect format placeholders
Peter Eisentraut
2023-02-24
*
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Fix incorrect uses of Datum conversion macros
Peter Eisentraut
2022-09-05
*
Further reduce warnings with -Wshadow=compatible-local
David Rowley
2022-08-24
*
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-17
*
Partially undo commit 94da73281.
Tom Lane
2022-08-05
*
Fix handling of bare boolean expressions in mcv_get_match_bitmap.
Tom Lane
2022-08-05
*
Fix non-bulletproof ScalarArrayOpExpr code for extended statistics.
Tom Lane
2022-08-05
*
Invent qsort_interruptible().
Tom Lane
2022-07-12
*
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-25
*
Add stxdinherit flag to pg_statistic_ext_data
Tomas Vondra
2022-01-16
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Clean up more code using "(expr) ? true : false"
Michael Paquier
2021-10-11
*
Clean up some code using "(expr) ? true : false"
Michael Paquier
2021-09-08
*
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
[next]