summaryrefslogtreecommitdiff
path: root/src/backend/statistics
AgeCommit message (Expand)Author
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
2019-11-28Remove unnecessary clauses_attnums variableTomas Vondra
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-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-30Fix typos in the codeMichael Paquier
2019-09-10Allow setting statistics target for extended statisticsTomas Vondra
2019-09-05Split tuptoaster.c into three separate files.Robert Haas
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-08-16Don't include utils/array.h from acl.h.Andres Freund
2019-07-20Use column collation for extended statisticsTomas Vondra
2019-07-20Rework examine_opclause_expression to use varonleftTomas Vondra
2019-07-18Fix typo in mvdistinct.cMichael Paquier
2019-07-18Simplify bitmap updates in multivariate MCV codeTomas Vondra
2019-07-18Fix handling of NULLs in MCV items and constantsTomas Vondra
2019-07-18Fix handling of opclauses in extended statisticsTomas Vondra
2019-07-18Remove unnecessary TYPECACHE_GT_OPR lookupTomas Vondra
2019-07-05Remove unused variable in statext_mcv_serialize()Tomas Vondra
2019-07-04Simplify pg_mcv_list (de)serializationTomas Vondra
2019-07-04Fix pg_mcv_list_items() to produce text[]Tomas Vondra
2019-07-04Speed-up build of MCV lists with many distinct valuesTomas Vondra
2019-06-23Add security checks to the multivariate MCV estimation code.Dean Rasheed
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-06-15Rework the pg_statistic_ext catalogTomas Vondra
2019-05-30Make error logging in extended statistics more consistentTomas 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