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
Age
Commit message (
Expand
)
Author
4 days
Remove useless casting to same type
Peter Eisentraut
2025-11-12
Move code specific to pg_dependencies to new file
Michael Paquier
2025-11-12
Move code specific to pg_ndistinct to new file
Michael Paquier
2025-11-06
Document some structures in attribute_stats.c
Michael Paquier
2025-10-31
Mark function arguments of type "Datum *" as "const Datum *" where possible
Peter Eisentraut
2025-10-15
Fix lookups in pg_{clear,restore}_{attribute,relation}_stats().
Nathan Bossart
2025-09-10
Avoid faulty alignment of Datums in build_sorted_items().
Tom Lane
2025-08-28
Message style improvements
Peter Eisentraut
2025-08-11
Fix security checks in selectivity estimation functions.
Dean Rasheed
2025-08-08
Add missing Datum conversions
Peter Eisentraut
2025-08-08
Remove useless/superfluous Datum conversions
Peter Eisentraut
2025-08-05
Fix varatt versus Datum type confusions
Peter Eisentraut
2025-04-11
Fix recently introduced typos
Daniel Gustafsson
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
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
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-02-21
Fix for pg_restore_attribute_stats().
Jeff Davis
2025-02-10
Lock table in ShareUpdateExclusive when importing index stats.
Jeff Davis
2025-01-14
Consistently spell "leakproof" without a hyphen.
Dean Rasheed
2025-01-07
Remove unused parameter in lookup_var_attr_stats
Richard Guo
2025-01-01
Fix an assortment of spelling mistakes and typos
David Rowley
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-26
Remove unused totalrows parameter in compute_expr_stats
David Rowley
2024-12-11
Use in-place updates for pg_restore_relation_stats().
Jeff Davis
2024-11-22
Disallow modifying statistics on system columns.
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-23
Improve pg_set_attribute_stats() error message.
Jeff Davis
2024-10-23
Fix compiler warning.
Jeff Davis
2024-10-22
Add functions pg_set_attribute_stats() and pg_clear_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-16
Fix #include order from e839c8ecc9.
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
2024-04-18
Fix typos and duplicate words
Daniel Gustafsson
2024-03-17
Make stxstattarget nullable
Peter Eisentraut
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-05
Fix incorrectly reported stats kind in "can't happen" ERROR
David Rowley
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
Use MyBackendType in more places to check what process this is
Heikki Linnakangas
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-11-15
Retire MemoryContextResetAndDeleteChildren() macro.
Nathan Bossart
2023-07-03
Take pg_attribute out of VacAttrStats
Peter Eisentraut
2023-07-03
Add macro for maximum statistics target
Peter Eisentraut
[next]