Commits

DateSubjectAuthorReleases
2026-02-23 Cope with AIX's alignment woes by using _Pragma("pack"). Tom Lane 19 (unreleased)
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
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
2018-04-06 Remove some unnecessary quote marks from catalog DATA lines. Tom Lane 11.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2012-03-08 Fix some issues with temp/transient tables in extension scripts. Tom Lane 9.2.0
2012-03-08 Fix some issues with temp/transient tables in extension scripts. Tom Lane 9.1.4
2010-01-05 Get rid of the need for manual maintenance of the initial contents of Tom Lane 9.0.0
2008-03-27 Reduce the need for frontend programs to include "postgres.h" by refactoring Tom Lane 8.4.0
2007-09-03 Improve stylistic consistency of descriptions of built-in objects by avoiding Tom Lane 8.3.0
2005-06-28 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid Tom Lane 8.1.0
2005-04-14 First phase of project to use fixed OIDs for all system catalogs and Tom Lane 8.1.0
2004-11-05 Create 'default_tablespace' GUC variable that supplies a TABLESPACE Tom Lane 8.0.0
2004-06-18 Tablespaces. Alternate database locations are dead, long live tablespaces. Tom Lane 8.0.0
2002-04-25 Implement types regprocedure, regoper, regoperator, regclass, regtype Tom Lane 7.3.1
2002-04-21 Restructure AclItem representation so that we can have more than eight Tom Lane 7.3.1
2002-04-01 Create a new GUC variable search_path to control the namespace search Tom Lane 7.3.1
2002-03-31 Reimplement temp tables using schemas. The temp table map is history; Tom Lane 7.3.1
2002-03-30 Further cleanups for relations in schemas: teach nextval and other Tom Lane 7.3.1
2002-03-22 Create the pg_namespace system catalog. Doesn't do much yet, but it's Tom Lane 7.3.1