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
/
extended_stats.c
Commit message (
Expand
)
Author
Age
*
Partially undo commit 94da73281.
Tom Lane
2022-08-05
*
Fix non-bulletproof ScalarArrayOpExpr code for extended statistics.
Tom Lane
2022-08-05
*
Build inherited extended stats on partitioned tables
Tomas Vondra
2022-01-15
*
Ignore extended statistics for inheritance trees
Tomas Vondra
2022-01-15
*
Free memory after building each statistics object
Tomas Vondra
2021-09-23
*
Use correct spelling of statistics kind
Tomas Vondra
2021-03-23
*
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Fix race condition in statext_store().
Tom Lane
2020-03-31
*
Fix wording of several extended stats comments
Tomas Vondra
2020-03-18
*
Use multi-variate MCV lists to estimate ScalarArrayOpExpr
Tomas Vondra
2020-03-14
*
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
*
Report progress of ANALYZE commands
Alvaro Herrera
2020-01-15
*
Apply multiple multivariate MCV lists when possible
Tomas Vondra
2020-01-13
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Remove unnecessary clauses_attnums variable
Tomas Vondra
2019-11-28
*
Fix choose_best_statistics to check clauses individually
Tomas Vondra
2019-11-28
*
Allow setting statistics target for extended statistics
Tomas Vondra
2019-09-11
*
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-05
*
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-19
*
Don't include utils/array.h from acl.h.
Andres Freund
2019-08-16
*
Rework examine_opclause_expression to use varonleft
Tomas Vondra
2019-07-20
*
Fix handling of opclauses in extended statistics
Tomas Vondra
2019-07-18
*
Add security checks to the multivariate MCV estimation code.
Dean Rasheed
2019-06-23
*
Rework the pg_statistic_ext catalog
Tomas Vondra
2019-06-16
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Add support for multivariate MCV lists
Tomas Vondra
2019-03-27
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-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
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-28
*
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-27
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Make memset() use sizeof() rather than re-compute size
Alvaro Herrera
2017-11-29
*
Fix extstat collection when no stats are produced for a column
Alvaro Herrera
2017-11-28
*
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
*
Rename columns in new pg_statistic_ext catalog
Alvaro Herrera
2017-04-17
*
Fix extended statistics with partial analyzes
Alvaro Herrera
2017-04-17
*
Comment fixes for extended statistics
Alvaro Herrera
2017-04-06
*
Collect and use multi-column dependency stats
Simon Riggs
2017-04-05
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24