summaryrefslogtreecommitdiff
path: root/src/backend/statistics
AgeCommit message (Expand)Author
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
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