summaryrefslogtreecommitdiff
path: root/src/backend/statistics
AgeCommit message (Expand)Author
2025-04-11Fix recently introduced typosDaniel Gustafsson
2025-03-25Stats: use schemaname/relname instead of regclass.Jeff Davis
2025-03-06Address stats import review comments.Jeff Davis
2025-03-03Add relallfrozen to pg_classMelanie Plageman
2025-02-26Use attnum to identify index columns in pg_restore_attribute_stats().Tom Lane
2025-02-26Remove redundant pg_set_*_stats() variants.Jeff Davis
2025-02-25Do not use in-place updates for statistics import.Jeff Davis
2025-02-24Fix confusion about data type of pg_class.relpages and relallvisible.Tom Lane
2025-02-21Fix for pg_restore_attribute_stats().Jeff Davis
2025-02-10Lock table in ShareUpdateExclusive when importing index stats.Jeff Davis
2025-01-14Consistently spell "leakproof" without a hyphen.Dean Rasheed
2025-01-07Remove unused parameter in lookup_var_attr_statsRichard Guo
2025-01-01Fix an assortment of spelling mistakes and typosDavid Rowley
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-26Remove unused totalrows parameter in compute_expr_statsDavid Rowley
2024-12-11Use in-place updates for pg_restore_relation_stats().Jeff Davis
2024-11-22Disallow modifying statistics on system columns.Jeff Davis
2024-11-19Improve error message for database object stats manipulation functions.Fujii Masao
2024-10-29Add missing CommandCounterIncrement() in stats import functions.Jeff Davis
2024-10-24Add functions pg_restore_relation_stats(), pg_restore_attribute_stats().Jeff Davis
2024-10-23Improve pg_set_attribute_stats() error message.Jeff Davis
2024-10-23Fix compiler warning.Jeff Davis
2024-10-22Add functions pg_set_attribute_stats() and pg_clear_attribute_stats().Jeff Davis
2024-10-22Change pg_*_relation_stats() functions to return type to void.Jeff Davis
2024-10-18Allow pg_set_relation_stats() to set relpages to -1.Jeff Davis
2024-10-16Fix #include order from e839c8ecc9.Jeff Davis
2024-10-13Fixup for pg_set_relation_stats().Jeff Davis
2024-10-11Create functions pg_set_relation_stats, pg_clear_relation_stats.Jeff Davis
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-03-17Make stxstattarget nullablePeter Eisentraut
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-03-05Fix incorrectly reported stats kind in "can't happen" ERRORDavid Rowley
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-04Use MyBackendType in more places to check what process this isHeikki Linnakangas
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