postgresql/src/include/catalog
Tom Lane 7c13781ee7 First phase of project to use fixed OIDs for all system catalogs and
indexes.  Extend the macros in include/catalog/*.h to carry the info
about hand-assigned OIDs, and adjust the genbki script and bootstrap
code to make the relations actually get those OIDs.  Remove the small
number of RelOid_pg_foo macros that we had in favor of a complete
set named like the catname.h and indexing.h macros.  Next phase will
get rid of internal use of names for looking up catalogs and indexes;
but this completes the changes forcing an initdb, so it looks like a
good place to commit.
Along the way, I made the shared relations (pg_database etc) not be
'bootstrap' relations any more, so as to reduce the number of hardwired
entries and simplify changing those relations in future.  I'm not
sure whether they ever really needed to be handled as bootstrap
relations, but it seems to work fine to not do so now.
2005-04-14 01:38:22 +00:00
..
catalog.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
catname.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
catversion.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
dependency.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
duplicate_oids First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
heap.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
index.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
indexing.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
namespace.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_aggregate.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_am.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_amop.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_amproc.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_attrdef.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_attribute.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_cast.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_class.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_constraint.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_control.h Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the 2005-03-29 03:01:32 +00:00
pg_conversion.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_database.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_depend.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_description.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_group.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_index.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_inherits.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_language.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_largeobject.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_listener.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_namespace.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_opclass.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_operator.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_proc.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_rewrite.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_shadow.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_statistic.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_tablespace.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_trigger.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
pg_type.h First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00
unused_oids First phase of project to use fixed OIDs for all system catalogs and 2005-04-14 01:38:22 +00:00