aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/statscmds.c
Commit message (Expand)AuthorAge
* 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
* Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)Alvaro Herrera2018-03-05
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Message style fixesPeter Eisentraut2017-09-11
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Fix violations of CatalogTupleInsert/Update/Delete abstraction.Tom Lane2017-06-14
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Fix handling of extended statistics during ALTER COLUMN TYPE.Tom Lane2017-05-14
* Standardize terminology for pg_statistic_ext entries.Tom Lane2017-05-14
* Fix dependencies for extended statistics objects.Tom Lane2017-05-12
* Change CREATE STATISTICS syntaxAlvaro Herrera2017-05-12
* Code review for commands/statscmds.c.Tom Lane2017-04-24
* Rename columns in new pg_statistic_ext catalogAlvaro Herrera2017-04-17
* Tighten up relation kind checks for extended statisticsAlvaro Herrera2017-04-17
* Reduce lock level for CREATE STATISTICSSimon Riggs2017-04-05
* Collect and use multi-column dependency statsSimon Riggs2017-04-05
* Fix use-after-free bugAlvaro Herrera2017-03-24
* Implement multivariate n-distinct coefficientsAlvaro Herrera2017-03-24