summaryrefslogtreecommitdiff
path: root/src/backend/commands/statscmds.c
AgeCommit message (Expand)Author
2025-02-07Virtual generated columnsPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-03-18Initialize variables to placate compiler.Nathan Bossart
2024-03-17Make stxstattarget nullablePeter Eisentraut
2024-03-13Make the order of the header file includes consistentPeter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-19Lock table in DROP STATISTICSTomas Vondra
2023-07-03Add macro for maximum statistics targetPeter Eisentraut
2023-07-03Change type of pg_statistic_ext.stxstattargetPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-13Refactor ownercheck functionsPeter Eisentraut
2022-08-17Avoid using list_length() to test for empty list.Tom Lane
2022-08-08In extensions, don't replace objects not belonging to the extension.Tom Lane
2022-07-21Make the name optional in CREATE STATISTICS.Dean Rasheed
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-01-23Check syscache result in AlterStatisticsTomas Vondra
2022-01-16Add stxdinherit flag to pg_statistic_ext_dataTomas Vondra
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-29Clarify use of "statistics objects" in the codeMichael Paquier
2021-09-27Fix typos and grammar in code commentsMichael Paquier
2021-09-19Disallow extended statistics on system columnsTomas Vondra
2021-09-09Remove useless castsPeter Eisentraut
2021-09-01Identify simple column references in extended statisticsTomas Vondra
2021-07-08Improve error messages about mismatching relkindPeter Eisentraut
2021-05-27Replace run-time error check with assertionPeter Eisentraut
2021-05-07Revert per-index collation version tracking feature.Thomas Munro
2021-03-26Extended statistics on expressionsTomas Vondra
2021-01-15Disallow CREATE STATISTICS on system catalogsTomas Vondra
2021-01-02Update copyright for 2021Bruce Momjian
2020-08-10Replace remaining StrNCpy() by strlcpy()Peter Eisentraut
2020-05-23Add missing invocations to object access hooksMichael Paquier
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-19Remove last traces of heap_open/close in the treeMichael Paquier
2019-09-10Allow setting statistics target for extended statisticsTomas Vondra
2019-07-20Use column collation for extended statisticsTomas Vondra
2019-06-15Rework the pg_statistic_ext catalogTomas Vondra
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-05Fix style violations in syscache lookups.Tom Lane
2019-03-27Add support for multivariate MCV listsTomas Vondra
2019-03-13Include all columns in default names for foreign key constraintsPeter Eisentraut
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-15Don't include heapam.h from others headers.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund