]> granicus.if.org Git - postgresql/history - src/backend/statistics/extended_stats.c
Replace heapam.h includes with {table, relation}.h where applicable.
[postgresql] / src / backend / statistics / extended_stats.c
2019-01-21 Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-14 Tom LaneMake pg_statistic and related code account more honestl...
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-03-28 Andrew DunstanFast ALTER TABLE ADD COLUMN with a non-NULL default
2018-03-27 Tom LaneAllow memory contexts to have both fixed and variable...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-29 Alvaro HerreraMake memset() use sizeof() rather than re-compute size
2017-11-29 Alvaro HerreraFix extstat collection when no stats are produced for...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-14 Tom LaneStandardize terminology for pg_statistic_ext entries.
2017-04-17 Alvaro HerreraRename columns in new pg_statistic_ext catalog
2017-04-17 Alvaro HerreraFix extended statistics with partial analyzes
2017-04-06 Alvaro HerreraComment fixes for extended statistics
2017-04-05 Simon RiggsCollect and use multi-column dependency stats
2017-03-24 Alvaro HerreraImplement multivariate n-distinct coefficients