summaryrefslogtreecommitdiff
path: root/src/backend/statistics
AgeCommit message (Expand)Author
4 daysRemove useless casting to same typePeter Eisentraut
2025-11-12Move code specific to pg_dependencies to new fileMichael Paquier
2025-11-12Move code specific to pg_ndistinct to new fileMichael Paquier
2025-11-06Document some structures in attribute_stats.cMichael Paquier
2025-10-31Mark function arguments of type "Datum *" as "const Datum *" where possiblePeter Eisentraut
2025-10-15Fix lookups in pg_{clear,restore}_{attribute,relation}_stats().Nathan Bossart
2025-09-10Avoid faulty alignment of Datums in build_sorted_items().Tom Lane
2025-08-28Message style improvementsPeter Eisentraut
2025-08-11Fix security checks in selectivity estimation functions.Dean Rasheed
2025-08-08Add missing Datum conversionsPeter Eisentraut
2025-08-08Remove useless/superfluous Datum conversionsPeter Eisentraut
2025-08-05Fix varatt versus Datum type confusionsPeter Eisentraut
2025-04-11Fix recently introduced typosDaniel Gustafsson
2025-03-25Stats: use schemaname/relname instead of regclass.Jeff Davis
2025-03-06Address stats import review comments.Jeff Davis
2025-03-03Add relallfrozen to pg_classMelanie Plageman
2025-02-26Use attnum to identify index columns in pg_restore_attribute_stats().Tom Lane
2025-02-26Remove redundant pg_set_*_stats() variants.Jeff Davis
2025-02-25Do not use in-place updates for statistics import.Jeff Davis
2025-02-24Fix confusion about data type of pg_class.relpages and relallvisible.Tom Lane
2025-02-21Fix for pg_restore_attribute_stats().Jeff Davis
2025-02-10Lock table in ShareUpdateExclusive when importing index stats.Jeff Davis
2025-01-14Consistently spell "leakproof" without a hyphen.Dean Rasheed
2025-01-07Remove unused parameter in lookup_var_attr_statsRichard Guo
2025-01-01Fix an assortment of spelling mistakes and typosDavid Rowley
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-26Remove unused totalrows parameter in compute_expr_statsDavid Rowley
2024-12-11Use in-place updates for pg_restore_relation_stats().Jeff Davis
2024-11-22Disallow modifying statistics on system columns.Jeff Davis
2024-11-19Improve error message for database object stats manipulation functions.Fujii Masao
2024-10-29Add missing CommandCounterIncrement() in stats import functions.Jeff Davis
2024-10-24Add functions pg_restore_relation_stats(), pg_restore_attribute_stats().Jeff Davis
2024-10-23Improve pg_set_attribute_stats() error message.Jeff Davis
2024-10-23Fix compiler warning.Jeff Davis
2024-10-22Add functions pg_set_attribute_stats() and pg_clear_attribute_stats().Jeff Davis
2024-10-22Change pg_*_relation_stats() functions to return type to void.Jeff Davis
2024-10-18Allow pg_set_relation_stats() to set relpages to -1.Jeff Davis
2024-10-16Fix #include order from e839c8ecc9.Jeff Davis
2024-10-13Fixup for pg_set_relation_stats().Jeff Davis
2024-10-11Create functions pg_set_relation_stats, pg_clear_relation_stats.Jeff Davis
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-03-17Make stxstattarget nullablePeter Eisentraut
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-03-05Fix incorrectly reported stats kind in "can't happen" ERRORDavid Rowley
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-04Use MyBackendType in more places to check what process this isHeikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-15Retire MemoryContextResetAndDeleteChildren() macro.Nathan Bossart
2023-07-03Take pg_attribute out of VacAttrStatsPeter Eisentraut
2023-07-03Add macro for maximum statistics targetPeter Eisentraut