index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
statistics
Age
Commit message (
Expand
)
Author
3 days
Update copyright for 2026
Bruce Momjian
10 days
Fix typo in stat_utils.c
Michael Paquier
10 days
Move attribute statistics functions to stat_utils.c
Michael Paquier
2025-12-11
Use palloc_object() and palloc_array(), the last change
Michael Paquier
2025-12-10
Use palloc_object() and palloc_array() in backend code
Michael Paquier
2025-12-02
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-05
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-25
Remove redundant pg_set_*_stats() variants.
Jeff Davis
2025-02-24
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-20
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-02
Fix an assortment of spelling mistakes and typos
David Rowley
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-27
Remove unused totalrows parameter in compute_expr_stats
David Rowley
2024-12-10
Use in-place updates for pg_restore_relation_stats().
Jeff Davis
2024-11-22
Disallow modifying statistics on system columns.
Jeff Davis
2024-11-20
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
[next]