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
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
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-14
Remove unnecessary code in dependency_is_compatible_expression().
Tom Lane
2023-02-24
Fix incorrect format placeholders
Peter Eisentraut
2023-02-07
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-11-30
Stop accessing checkAsUser via RTE in some cases
Alvaro Herrera
2022-10-05
Rename shadowed local variables
David Rowley
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-05
Fix incorrect uses of Datum conversion macros
Peter Eisentraut
[next]