summaryrefslogtreecommitdiff
path: root/src/include/statistics
AgeCommit message (Expand)Author
2025-03-25Stats: use schemaname/relname instead of regclass.Jeff Davis
2025-02-26Remove redundant pg_set_*_stats() variants.Jeff Davis
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-24Add functions pg_restore_relation_stats(), pg_restore_attribute_stats().Jeff Davis
2024-10-22Add functions pg_set_attribute_stats() and pg_clear_attribute_stats().Jeff Davis
2024-10-11Create functions pg_set_relation_stats, pg_clear_relation_stats.Jeff Davis
2024-01-04Update copyright for 2024Bruce Momjian
2023-07-03Add macro for maximum statistics targetPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-01-16Add stxdinherit flag to pg_statistic_ext_dataTomas Vondra
2022-01-08Update copyright for 2022Bruce Momjian
2021-03-26Extended statistics on expressionsTomas Vondra
2021-03-22Move bsearch_arg to src/portTomas Vondra
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-03Improve estimation of OR clauses using extended statistics.Dean Rasheed
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-03-14Use multi-variate MCV lists to estimate ScalarArrayOpExprTomas Vondra
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-28Fix choose_best_statistics to check clauses individuallyTomas Vondra
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-09-10Allow setting statistics target for extended statisticsTomas Vondra
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-07-20Rework examine_opclause_expression to use varonleftTomas Vondra
2019-07-18Fix handling of opclauses in extended statisticsTomas Vondra
2019-07-04Simplify pg_mcv_list (de)serializationTomas Vondra
2019-05-26Fix typos.Amit Kapila
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-21Fix mvdistinct and dependencies size calculationsTomas Vondra
2019-04-15Use [FLEXIBLE_ARRAY_MEMBER] not [1] in MultiSortSupportData.Tom Lane
2019-03-28Fix deserialization of pg_mcv_list valuesTomas Vondra
2019-03-27Minor improvements for the multivariate MCV listsTomas Vondra
2019-03-27Add support for multivariate MCV listsTomas Vondra
2019-01-29Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-14Make pg_statistic and related code account more honestly for collations.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-15Rename function for consistencyAlvaro Herrera
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-05Collect and use multi-column dependency statsSimon Riggs
2017-03-27Fix uninitialized memory propagation mistakesAlvaro Herrera
2017-03-24Implement multivariate n-distinct coefficientsAlvaro Herrera