postgresql/src/include/catalog
Tom Lane 668db147d5 It turns out that the relcache thinks it can distinguish different
rules and triggers by OID.  So, even though we have no cross-references
in the system catalogs to pg_rewrite.oid or pg_trigger.oid, we'd better
have unique indexes on them.  Put back pg_rewrite_oid_index, which I
mistakenly removed a few days ago, and add pg_trigger_oid_index.
2001-06-16 18:59:31 +00:00
..
catalog.h Remove OLD_FILE_NAMING code. No longer used. 2001-05-30 20:52:34 +00:00
catname.h Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. Initdb 2001-05-14 20:30:21 +00:00
catversion.h It turns out that the relcache thinks it can distinguish different 2001-06-16 18:59:31 +00:00
duplicate_oids heap_fetch requires buffer pointer, must be released; heap_getnext 1998-08-19 02:04:17 +00:00
heap.h Attached is my patch that adds DROP CONSTRAINT support to PostgreSQL. I 2001-05-30 12:57:36 +00:00
index.h Remove OLD_FILE_NAMING code. No longer used. 2001-05-30 20:52:34 +00:00
indexing.h It turns out that the relcache thinks it can distinguish different 2001-06-16 18:59:31 +00:00
pg_aggregate.h Correct recently-broken avg(interval) definition. 2001-05-18 15:59:04 +00:00
pg_am.h Add "#define GIST_AM_OID". 2001-05-30 19:55:08 +00:00
pg_amop.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
pg_amproc.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
pg_attrdef.h Clean up various to-do items associated with system indexes: 2001-06-12 05:55:50 +00:00
pg_attribute.h Clean up various to-do items associated with system indexes: 2001-06-12 05:55:50 +00:00
pg_class.h Clean up various to-do items associated with system indexes: 2001-06-12 05:55:50 +00:00
pg_control.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
pg_database.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
pg_description.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
pg_group.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
pg_index.h Mark column as not used. 2001-05-17 00:29:52 +00:00
pg_inherits.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
pg_language.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
pg_largeobject.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
pg_listener.h Clean up various to-do items associated with system indexes: 2001-06-12 05:55:50 +00:00
pg_log.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
pg_opclass.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
pg_operator.h Mark inet,cidr,macaddr '=' operators as mergejoinable. 2001-06-10 22:32:35 +00:00
pg_proc.h has_table_privilege functions from Joe Conway (with some kibitzing from 2001-06-14 01:09:22 +00:00
pg_relcheck.h Clean up various to-do items associated with system indexes: 2001-06-12 05:55:50 +00:00
pg_rewrite.h pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
pg_shadow.h Allow a non-superuser database owner to vacuum all tables in his 2001-06-13 21:44:41 +00:00
pg_statistic.h Rewrite of planner statistics-gathering code. ANALYZE is now available as 2001-05-07 00:43:27 +00:00
pg_trigger.h Clean up various to-do items associated with system indexes: 2001-06-12 05:55:50 +00:00
pg_type.h Clean up various to-do items associated with system indexes: 2001-06-12 05:55:50 +00:00
pg_version.h Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
unused_oids Update unused_oids script so it works with non-GNU awk --- /* ... */ 2000-01-17 00:53:11 +00:00