summaryrefslogtreecommitdiff
path: root/src/backend/statistics/dependencies.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-03-14Remove unnecessary code in dependency_is_compatible_expression().Tom Lane
2023-02-24Fix incorrect format placeholdersPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-05Rename shadowed local variablesDavid Rowley
2022-08-25More -Wshadow=compatible-local warning fixesDavid Rowley
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-01-16Add stxdinherit flag to pg_statistic_ext_dataTomas Vondra
2022-01-15Build inherited extended stats on partitioned tablesTomas Vondra
2022-01-15Ignore extended statistics for inheritance treesTomas Vondra
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-23Release memory allocated by dependency_degreeTomas Vondra
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-19Fix typos and grammar in comments and docsMichael Paquier
2021-03-26Extended statistics on expressionsTomas Vondra
2021-03-23Use correct spelling of statistics kindTomas Vondra
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-03Improve estimation of OR clauses using extended statistics.Dean Rasheed
2020-11-02Fix some grammar and typos in comments and docsMichael Paquier
2020-08-25Fixup some misusages of bms_num_members()David Rowley
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-03-28Prevent functional dependency estimates from exceeding column estimates.Dean Rasheed
2020-03-18Recognize some OR clauses as compatible with functional dependenciesTomas Vondra
2020-03-14Use functional dependencies to estimate ScalarArrayOpExprTomas Vondra
2020-01-13Apply all available functional dependenciesTomas Vondra
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-28Fix choose_best_statistics to check clauses individuallyTomas Vondra
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-07-20Use column collation for extended statisticsTomas Vondra
2019-06-15Rework the pg_statistic_ext catalogTomas Vondra
2019-05-30Make error logging in extended statistics more consistentTomas Vondra
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-03-27Add support for multivariate MCV listsTomas Vondra
2019-01-29Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane
2019-01-29Refactor planner's header files.Tom Lane
2019-01-29Make some small planner API cleanups.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-08-26Fix typos.Thomas Munro
2018-05-02Fix bogus code for extracting extended-statistics data from syscache.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-04Support boolean columns in functional-dependency statistics.Tom Lane
2017-10-12Infer functional dependency past RelabelTypeAlvaro Herrera
2017-07-26Remove obsolete comments about functional dependenciesAlvaro Herrera