summaryrefslogtreecommitdiff
path: root/src/backend/statistics
AgeCommit message (Expand)Author
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-15Retire MemoryContextResetAndDeleteChildren() macro.Nathan Bossart
2023-07-03Take pg_attribute out of VacAttrStatsPeter Eisentraut
2023-07-03Add macro for maximum statistics targetPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-03-14Remove unnecessary code in dependency_is_compatible_expression().Tom Lane
2023-02-24Fix incorrect format placeholdersPeter Eisentraut
2023-02-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-11-30Stop accessing checkAsUser via RTE in some casesAlvaro Herrera
2022-10-05Rename shadowed local variablesDavid Rowley
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-05Fix incorrect uses of Datum conversion macrosPeter Eisentraut
2022-08-25More -Wshadow=compatible-local warning fixesDavid Rowley
2022-08-24Further reduce warnings with -Wshadow=compatible-localDavid Rowley
2022-08-17Avoid using list_length() to test for empty list.Tom Lane
2022-08-05Partially undo commit 94da73281.Tom Lane
2022-08-05Fix handling of bare boolean expressions in mcv_get_match_bitmap.Tom Lane
2022-08-05Fix non-bulletproof ScalarArrayOpExpr code for extended statistics.Tom Lane
2022-08-05Fix incorrect permissions-checking code for extended statistics.Tom Lane
2022-07-12Invent qsort_interruptible().Tom Lane
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