summaryrefslogtreecommitdiff
path: root/src/backend/statistics/relation_stats.c
AgeCommit message (Expand)Author
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-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-01-01Update copyright for 2025Bruce Momjian
2024-12-11Use in-place updates for pg_restore_relation_stats().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-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-13Fixup for pg_set_relation_stats().Jeff Davis
2024-10-11Create functions pg_set_relation_stats, pg_clear_relation_stats.Jeff Davis