Commit Graph

24 Commits (111944c5ee567f1c45bf0f1ecfdec682af467aa6)

Author SHA1 Message Date
Andres Freund 111944c5ee Replace heapam.h includes with {table, relation}.h where applicable. 7 years ago
Andres Freund 4c850ecec6 Don't include heapam.h from others headers. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 7 years ago
Alvaro Herrera 1ffb63a2a1 Fix bogus Name assignment in CreateStatistics 8 years ago
Alvaro Herrera 5564c11815 Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL) 8 years ago
Peter Eisentraut 8b9e9644dc Replace AclObjectKind with ObjectType 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Peter Eisentraut 821fb8cdbf Message style fixes 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane a571c7f661 Fix violations of CatalogTupleInsert/Update/Delete abstraction. 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Tom Lane b5b0db19b8 Fix handling of extended statistics during ALTER COLUMN TYPE. 8 years ago
Tom Lane f04c9a6146 Standardize terminology for pg_statistic_ext entries. 8 years ago
Tom Lane 928c4de309 Fix dependencies for extended statistics objects. 8 years ago
Alvaro Herrera bc085205c8 Change CREATE STATISTICS syntax 8 years ago
Tom Lane 4b34624daa Code review for commands/statscmds.c. 9 years ago
Alvaro Herrera ee6922112e Rename columns in new pg_statistic_ext catalog 9 years ago
Alvaro Herrera 8c5cdb7f4f Tighten up relation kind checks for extended statistics 9 years ago
Simon Riggs 68ea2b7f9b Reduce lock level for CREATE STATISTICS 9 years ago
Simon Riggs 2686ee1b7c Collect and use multi-column dependency stats 9 years ago
Alvaro Herrera 8082bea2b0 Fix use-after-free bug 9 years ago
Alvaro Herrera 7b504eb282 Implement multivariate n-distinct coefficients 9 years ago