index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
statscmds.c
Age
Commit message (
Expand
)
Author
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-11
Allow setting statistics target for extended statistics
Tomas Vondra
2019-07-20
Use column collation for extended statistics
Tomas Vondra
2019-06-16
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-14
Don't include heapam.h from others headers.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-20
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-03-06
Fix bogus Name assignment in CreateStatistics
Alvaro Herrera
2018-03-05
Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)
Alvaro Herrera
2018-01-19
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-09-11
Message style fixes
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-14
Fix violations of CatalogTupleInsert/Update/Delete abstraction.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-14
Fix handling of extended statistics during ALTER COLUMN TYPE.
Tom Lane
2017-05-14
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-12
Fix dependencies for extended statistics objects.
Tom Lane
2017-05-12
Change CREATE STATISTICS syntax
Alvaro Herrera
2017-04-24
Code review for commands/statscmds.c.
Tom Lane
2017-04-17
Rename columns in new pg_statistic_ext catalog
Alvaro Herrera
2017-04-17
Tighten up relation kind checks for extended statistics
Alvaro Herrera
2017-04-05
Reduce lock level for CREATE STATISTICS
Simon Riggs
2017-04-05
Collect and use multi-column dependency stats
Simon Riggs
2017-03-24
Fix use-after-free bug
Alvaro Herrera
2017-03-24
Implement multivariate n-distinct coefficients
Alvaro Herrera