Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Use attnum to identify index columns in pg_restore_attribute_stats(). | Tom Lane | 2025-02-26 |
* | Remove redundant pg_set_*_stats() variants. | Jeff Davis | 2025-02-25 |
* | Fix for pg_restore_attribute_stats(). | Jeff Davis | 2025-02-20 |
* | Fix an assortment of spelling mistakes and typos | David Rowley | 2025-01-02 |
* | Update copyright for 2025 | Bruce Momjian | 2025-01-01 |
* | Disallow modifying statistics on system columns. | Jeff Davis | 2024-11-22 |
* | Improve error message for database object stats manipulation functions. | Fujii Masao | 2024-11-20 |
* | Add missing CommandCounterIncrement() in stats import functions. | Jeff Davis | 2024-10-29 |
* | Add functions pg_restore_relation_stats(), pg_restore_attribute_stats(). | Jeff Davis | 2024-10-24 |
* | Improve pg_set_attribute_stats() error message. | Jeff Davis | 2024-10-23 |
* | Fix compiler warning. | Jeff Davis | 2024-10-23 |
* | Add functions pg_set_attribute_stats() and pg_clear_attribute_stats(). | Jeff Davis | 2024-10-22 |