Commit Graph

180 Commits (500b61769fa27e9f00a03c3f544f70da3bf3d679)

Author SHA1 Message Date
Daniel Gustafsson 847bbb21f8 Fix recently introduced typos 9 months ago
Jeff Davis 650ab8aaf1 Stats: use schemaname/relname instead of regclass. 10 months ago
Jeff Davis 298944e8d8 Address stats import review comments. 10 months ago
Melanie Plageman 99f8f3fbbc Add relallfrozen to pg_class 10 months ago
Tom Lane 40e27d04b4 Use attnum to identify index columns in pg_restore_attribute_stats(). 10 months ago
Jeff Davis a5cbdeb98a Remove redundant pg_set_*_stats() variants. 10 months ago
Jeff Davis f3dae2ae58 Do not use in-place updates for statistics import. 10 months ago
Tom Lane 9de2cc455e Fix confusion about data type of pg_class.relpages and relallvisible. 11 months ago
Jeff Davis b50a554cc8 Fix for pg_restore_attribute_stats(). 11 months ago
Jeff Davis 9f12da78d9 Lock table in ShareUpdateExclusive when importing index stats. 11 months ago
Dean Rasheed 4cb560b53f Consistently spell "leakproof" without a hyphen. 12 months ago
Richard Guo 2f8b4007db Remove unused parameter in lookup_var_attr_stats 1 year ago
David Rowley 11012c5037 Fix an assortment of spelling mistakes and typos 1 year ago
Bruce Momjian 50e6eb731d Update copyright for 2025 1 year ago
David Rowley 61cac71c23 Remove unused totalrows parameter in compute_expr_stats 1 year ago
Jeff Davis a43567483c Use in-place updates for pg_restore_relation_stats(). 1 year ago
Jeff Davis 869ee4f10e Disallow modifying statistics on system columns. 1 year ago
Fujii Masao c166454496 Improve error message for database object stats manipulation functions. 1 year ago
Jeff Davis f22e436bff Add missing CommandCounterIncrement() in stats import functions. 1 year ago
Jeff Davis d32d146399 Add functions pg_restore_relation_stats(), pg_restore_attribute_stats(). 1 year ago
Jeff Davis 4b096c67e0 Improve pg_set_attribute_stats() error message. 1 year ago
Jeff Davis 56b1e88c80 Fix compiler warning. 1 year ago
Jeff Davis ce207d2a79 Add functions pg_set_attribute_stats() and pg_clear_attribute_stats(). 1 year ago
Jeff Davis dbe6bd4343 Change pg_*_relation_stats() functions to return type to void. 1 year ago
Jeff Davis b391d882ff Allow pg_set_relation_stats() to set relpages to -1. 1 year ago
Jeff Davis b360d1762b Fix #include order from e839c8ecc9. 1 year ago
Jeff Davis 35a015a600 Fixup for pg_set_relation_stats(). 1 year ago
Jeff Davis e839c8ecc9 Create functions pg_set_relation_stats, pg_clear_relation_stats. 1 year ago
Daniel Gustafsson 950d4a2cb1 Fix typos and duplicate words 2 years ago
Peter Eisentraut 012460ee93 Make stxstattarget nullable 2 years ago
Peter Eisentraut 97d85be365 Make the order of the header file includes consistent 2 years ago
David Rowley a37a3e2b36 Fix incorrectly reported stats kind in "can't happen" ERROR 2 years ago
Peter Eisentraut dbbca2cf29 Remove unused #include's from backend .c files 2 years ago
Heikki Linnakangas 393b5599e5 Use MyBackendType in more places to check what process this is 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Nathan Bossart 6a72c42fd5 Retire MemoryContextResetAndDeleteChildren() macro. 2 years ago
Peter Eisentraut c69bdf837f Take pg_attribute out of VacAttrStats 3 years ago
Peter Eisentraut 7a7f60aef8 Add macro for maximum statistics target 3 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 3 years ago
Daniel Gustafsson d435f15fff Add SysCacheGetAttrNotNull for guaranteed not-null attrs 3 years ago
Tom Lane 684ffac8c7 Remove unnecessary code in dependency_is_compatible_expression(). 3 years ago
Peter Eisentraut 318b1c0cc1 Fix incorrect format placeholders 3 years ago
Peter Eisentraut aa69541046 Remove useless casts to (void *) in arguments of some system functions 3 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
Alvaro Herrera 599b33b949
Stop accessing checkAsUser via RTE in some cases 3 years ago
David Rowley 2d0bbedda7 Rename shadowed local variables 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 3 years ago
Peter Geoghegan a601366a46 Harmonize more parameter names in bulk. 3 years ago
Peter Eisentraut 6bcda4a721 Fix incorrect uses of Datum conversion macros 3 years ago