index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
statistics
/
relation_stats.c
Age
Commit message (
Expand
)
Author
2025-03-25
Stats: use schemaname/relname instead of regclass.
Jeff Davis
2025-03-06
Address stats import review comments.
Jeff Davis
2025-03-03
Add relallfrozen to pg_class
Melanie Plageman
2025-02-26
Remove redundant pg_set_*_stats() variants.
Jeff Davis
2025-02-25
Do not use in-place updates for statistics import.
Jeff Davis
2025-02-24
Fix confusion about data type of pg_class.relpages and relallvisible.
Tom Lane
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-11
Use in-place updates for pg_restore_relation_stats().
Jeff Davis
2024-11-19
Improve error message for database object stats manipulation functions.
Fujii Masao
2024-10-29
Add missing CommandCounterIncrement() in stats import functions.
Jeff Davis
2024-10-24
Add functions pg_restore_relation_stats(), pg_restore_attribute_stats().
Jeff Davis
2024-10-22
Change pg_*_relation_stats() functions to return type to void.
Jeff Davis
2024-10-18
Allow pg_set_relation_stats() to set relpages to -1.
Jeff Davis
2024-10-13
Fixup for pg_set_relation_stats().
Jeff Davis
2024-10-11
Create functions pg_set_relation_stats, pg_clear_relation_stats.
Jeff Davis