index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
statscmds.c
Commit message (
Expand
)
Author
Age
*
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-21
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Fix bogus Name assignment in CreateStatistics
Alvaro Herrera
2018-03-06
*
Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)
Alvaro Herrera
2018-03-05
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Fix violations of CatalogTupleInsert/Update/Delete abstraction.
Tom Lane
2017-06-14
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
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-14
*
Fix dependencies for extended statistics objects.
Tom Lane
2017-05-12
*
Change CREATE STATISTICS syntax
Alvaro Herrera
2017-05-12
*
Code review for commands/statscmds.c.
Tom Lane
2017-04-24
*
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-17
*
Reduce lock level for CREATE STATISTICS
Simon Riggs
2017-04-05
*
Collect and use multi-column dependency stats
Simon Riggs
2017-04-05
*
Fix use-after-free bug
Alvaro Herrera
2017-03-24
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24