Commits

DateSubjectAuthorReleases
2026-02-23 Cope with AIX's alignment woes by using _Pragma("pack"). Tom Lane 19 (unreleased)
2025-03-21 Place "extern" declaration in the right part of pg_class.h. Tom Lane 18.0
2022-05-12 Pre-beta mechanical code beautification. Tom Lane 15.0
2021-02-03 Remove special BKI_LOOKUP magic for namespace and role OIDs. Tom Lane 14.0
2021-02-02 Build in some knowledge about foreign-key relationships in the catalogs. Tom Lane 14.0
2020-08-30 Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE. Tom Lane 14.0
2020-02-15 Don't require pg_class.dat to contain correct relnatts values. Tom Lane 13.0
2019-03-12 Remove remaining hard-wired OID references in the initial catalog data. Tom Lane 12.0
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0
2018-04-19 Improve consistency of comments in system catalog headers. Tom Lane 11.0
2018-04-08 Replace our traditional initial-catalog-data format with a better design. Tom Lane 11.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-03-10 Change the relkind for partitioned tables from 'P' to 'p'. Tom Lane 10.0
2013-05-06 Move materialized views' is-populated status into their pg_class entries. Tom Lane 9.3.0
2011-10-14 Measure the number of all-visible pages for use in index-only scan costing. Tom Lane 9.2.0
2011-02-23 Add a relkind field to RangeTblEntry to avoid some syscache lookups. Tom Lane 9.1.0
2011-01-25 Replace pg_class.relhasexclusion with pg_index.indisexclusion. Tom Lane 9.1.0
2010-02-07 Create a "relation mapping" infrastructure to support changing the relfilenodes Tom Lane 9.0.0
2010-01-05 Get rid of the need for manual maintenance of the initial contents of Tom Lane 9.0.0
2009-12-07 Add exclusion constraints, which generalize the concept of uniqueness to Tom Lane 9.0.0
2009-09-26 Extend the BKI infrastructure to allow system catalogs to be given Tom Lane 9.0.0
2009-08-02 Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT Tom Lane 9.0.0
2009-03-31 Add a "relistemp" boolean column to pg_class, which is true for temporary Tom Lane 8.4.0
2009-01-22 Support column-level privileges, as required by SQL standard. Tom Lane 8.4.0
2008-12-19 Add a new column proiswindow to pg_proc. It doesn't actually do anything Tom Lane 8.4.0