summaryrefslogtreecommitdiff
path: root/src/backend/statistics
AgeCommit message (Expand)Author
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
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-10-11Clean up more code using "(expr) ? true : false"Michael Paquier
2021-09-29Clarify use of "statistics objects" in the codeMichael Paquier
2021-09-27Fix typos and grammar in code commentsMichael Paquier
2021-09-23Release memory allocated by dependency_degreeTomas Vondra
2021-09-23Free memory after building each statistics objectTomas Vondra
2021-09-08Clean up some code using "(expr) ? true : false"Michael Paquier
2021-06-27Error message refactoringPeter Eisentraut
2021-06-10Fix an asssortment of typos in brin_minmax_multi.c and mcv.cDavid Rowley
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-07Fix typos in comments about extended statisticsTomas Vondra
2021-04-19Fix typos and grammar in comments and docsMichael Paquier
2021-04-13Initialize t_self and t_tableOid in statext_expressions_loadTomas Vondra
2021-04-11Fix uninitialized variable from commit a4d75c86b.Tom Lane
2021-04-09Fix typos and grammar in documentation and code commentsMichael Paquier
2021-04-06Fix handling of clauses incompatible with extended statisticsTomas Vondra
2021-03-31Don't prematurely cram a value into a short int.Tom Lane
2021-03-26Extended statistics on expressionsTomas Vondra
2021-03-23Use correct spelling of statistics kindTomas Vondra
2021-03-22Move bsearch_arg to src/portTomas Vondra
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-08Improve estimation of ANDs under ORs using extended statistics.Dean Rasheed
2020-12-08Improve estimation of OR clauses using multiple extended statistics.Dean Rasheed
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-09-04Remove some more useless assignments.Tom Lane
2020-08-25Fixup some misusages of bms_num_members()David Rowley
2020-05-16Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-08Modify additional power 2 calculations to use new helper functionsDavid Rowley
2020-03-31Fix race condition in statext_store().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-18Fix wording of several extended stats commentsTomas Vondra
2020-03-14Use multi-variate MCV lists to estimate ScalarArrayOpExprTomas Vondra
2020-03-14Use functional dependencies to estimate ScalarArrayOpExprTomas Vondra
2020-03-10Remove utils/acl.h from catalog/objectaddress.hPeter Eisentraut
2020-01-15Report progress of ANALYZE commandsAlvaro Herrera
2020-01-13Apply multiple multivariate MCV lists when possibleTomas Vondra
2020-01-13Apply all available functional dependenciesTomas Vondra
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier