Commits

DateSubjectAuthorReleases
2026-05-11 Fix MCV input array checks in statistics restore functions Michael Paquier 18.4
2026-05-11 Fix MCV input array checks in statistics restore functions Michael Paquier 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-25 Move attribute statistics functions to stat_utils.c Michael Paquier 19 (unreleased)
2025-11-06 Document some structures in attribute_stats.c Michael Paquier 19 (unreleased)
2025-10-31 Mark function arguments of type "Datum *" as "const Datum *" where possible Peter Eisentraut 19 (unreleased)
2025-10-15 Fix lookups in pg_{clear,restore}_{attribute,relation}_stats(). Nathan Bossart 18.1
2025-10-15 Fix lookups in pg_{clear,restore}_{attribute,relation}_stats(). Nathan Bossart 19 (unreleased)
2025-08-28 Message style improvements Peter Eisentraut 19 (unreleased)
2025-08-28 Message style improvements Peter Eisentraut 18.0
2025-08-08 Add missing Datum conversions Peter Eisentraut 19 (unreleased)
2025-04-11 Fix recently introduced typos Daniel Gustafsson 18.0
2025-03-25 Stats: use schemaname/relname instead of regclass. Jeff Davis 18.0
2025-02-26 Use attnum to identify index columns in pg_restore_attribute_stats(). Tom Lane 18.0
2025-02-26 Remove redundant pg_set_*_stats() variants. Jeff Davis 18.0
2025-02-21 Fix for pg_restore_attribute_stats(). Jeff Davis 18.0
2025-01-01 Fix an assortment of spelling mistakes and typos David Rowley 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-11-22 Disallow modifying statistics on system columns. Jeff Davis 18.0
2024-11-19 Improve error message for database object stats manipulation functions. Fujii Masao 18.0
2024-10-29 Add missing CommandCounterIncrement() in stats import functions. Jeff Davis 18.0
2024-10-24 Add functions pg_restore_relation_stats(), pg_restore_attribute_stats(). Jeff Davis 18.0
2024-10-23 Improve pg_set_attribute_stats() error message. Jeff Davis 18.0
2024-10-23 Fix compiler warning. Jeff Davis 18.0
2024-10-22 Add functions pg_set_attribute_stats() and pg_clear_attribute_stats(). Jeff Davis 18.0