postgresql/src/include/catalog
Tom Lane eae456cd7f Add a notion of a 'catalog version number' that can indicate
when an initdb-forcing change has been applied within a development cycle.
PG_VERSION serves this purpose for official releases, but we can't bump
the PG_VERSION number every time we make a change to the catalogs during
development.  Instead, increase the catalog version number to warn other
developers that you've made an incompatible change.  See my mail to
pghackers for more info.
1999-10-24 20:42:27 +00:00
..
catalog.h Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
catname.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
catversion.h Add a notion of a 'catalog version number' that can indicate 1999-10-24 20:42:27 +00:00
duplicate_oids heap_fetch requires buffer pointer, must be released; heap_getnext 1998-08-19 02:04:17 +00:00
heap.h This patch implements ORACLE's COMMENT SQL command. 1999-10-15 01:49:49 +00:00
index.h More cleanup 1999-07-16 17:07:40 +00:00
indexing.h Removed (useless) pg_proc_prosrc_index 1999-09-30 10:31:47 +00:00
pg_aggregate.h Remove a bunch of dead entries exposed by findoidjoins crosschecks. 1999-03-26 07:32:42 +00:00
pg_am.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_amop.h Added nbtree operator class for NUMERIC 1999-09-29 21:13:31 +00:00
pg_amproc.h Added nbtree operator class for NUMERIC 1999-09-29 21:13:31 +00:00
pg_attrdef.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_attribute.h This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support. 1999-09-29 16:06:40 +00:00
pg_class.h This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support. 1999-09-29 16:06:40 +00:00
pg_database.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_description.h This patch implements ORACLE's COMMENT SQL command. 1999-10-15 01:49:49 +00:00
pg_group.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_index.h pgindent run over code. 1999-05-25 16:15:34 +00:00
pg_inheritproc.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_inherits.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_ipl.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_language.h More more liszt language code, so remove it from pg_language. 1999-10-06 18:20:31 +00:00
pg_listener.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_log.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_opclass.h Added nbtree operator class for NUMERIC 1999-09-29 21:13:31 +00:00
pg_operator.h The 1st step to implement new type of scan,TidScan. 1999-10-11 06:28:29 +00:00
pg_proc.h The 1st step to implement new type of scan,TidScan. 1999-10-11 06:28:29 +00:00
pg_relcheck.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_rewrite.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_shadow.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_statistic.h First step in fixing selectivity-estimation code. eqsel and 1999-08-01 04:54:25 +00:00
pg_trigger.h This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support. 1999-09-29 16:06:40 +00:00
pg_type.h Update \dT again. 1999-10-18 14:14:04 +00:00
pg_variable.h Change my-function-name-- to my_function_name, and optimizer renames. 1999-02-13 23:22:53 +00:00
pg_version.h Add comment explaining that this table doesn't do what you 1999-10-24 19:22:37 +00:00
unused_oids Add max oid display, rather than returning just a dash for the last entry. 1998-12-31 20:09:49 +00:00