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
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
/
commands
/
statscmds.c
Age
Commit message (
Expand
)
Author
2025-02-07
Virtual generated columns
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-03-18
Initialize variables to placate compiler.
Nathan Bossart
2024-03-17
Make stxstattarget nullable
Peter Eisentraut
2024-03-13
Make the order of the header file includes consistent
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-11-19
Lock table in DROP STATISTICS
Tomas Vondra
2023-07-03
Add macro for maximum statistics target
Peter Eisentraut
2023-07-03
Change type of pg_statistic_ext.stxstattarget
Peter Eisentraut
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-13
Refactor ownercheck functions
Peter Eisentraut
2022-08-17
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-08
In extensions, don't replace objects not belonging to the extension.
Tom Lane
2022-07-21
Make the name optional in CREATE STATISTICS.
Dean Rasheed
2022-07-01
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-01-23
Check syscache result in AlterStatistics
Tomas Vondra
2022-01-16
Add stxdinherit flag to pg_statistic_ext_data
Tomas Vondra
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-09-29
Clarify use of "statistics objects" in the code
Michael Paquier
2021-09-27
Fix typos and grammar in code comments
Michael Paquier
2021-09-19
Disallow extended statistics on system columns
Tomas Vondra
2021-09-09
Remove useless casts
Peter Eisentraut
2021-09-01
Identify simple column references in extended statistics
Tomas Vondra
2021-07-08
Improve error messages about mismatching relkind
Peter Eisentraut
2021-05-27
Replace run-time error check with assertion
Peter Eisentraut
2021-05-07
Revert per-index collation version tracking feature.
Thomas Munro
2021-03-26
Extended statistics on expressions
Tomas Vondra
2021-01-15
Disallow CREATE STATISTICS on system catalogs
Tomas Vondra
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-08-10
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-05-23
Add missing invocations to object access hooks
Michael Paquier
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-10-19
Remove last traces of heap_open/close in the tree
Michael Paquier
2019-09-10
Allow setting statistics target for extended statistics
Tomas Vondra
2019-07-20
Use column collation for extended statistics
Tomas Vondra
2019-06-15
Rework the pg_statistic_ext catalog
Tomas Vondra
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-05
Fix style violations in syscache lookups.
Tom Lane
2019-03-27
Add support for multivariate MCV lists
Tomas Vondra
2019-03-13
Include all columns in default names for foreign key constraints
Peter Eisentraut
2019-01-21
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-15
Don't include heapam.h from others headers.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
[next]