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