postgresql/src/include/catalog
Tom Lane 32d029573d Add a defense to prevent core dumps if 8.2 version of rank_cd() is used with
the 8.1 SQL function definition for it.  Per report from Rajesh Kumar Mallah,
such a DBA error doesn't seem at all improbable, and the cost of checking for
it is not very high compared to the cost of running this function.  (It would
have been better to change the C name of the function so it wouldn't be called
by the old SQL definition, but it's too late for that now in the 8.2 branch.)
2006-12-28 01:09:04 +00:00
..
catalog.h Change the relation_open protocol so that we obtain lock on a relation 2006-07-31 20:09:10 +00:00
catversion.h Change pg_stat_all_tables and sister views to put the recently-added 2006-11-24 21:18:42 +00:00
dependency.h Fix all known problems with pg_dump's handling of serial sequences 2006-08-21 00:57:26 +00:00
duplicate_oids Change the bootstrap sequence so that toast tables for system catalogs are 2006-07-31 01:16:38 +00:00
heap.h Allow include files to compile own their own. 2006-07-13 16:49:20 +00:00
index.h Add the ability to create indexes 'concurrently', that is, without 2006-08-25 04:06:58 +00:00
indexing.h More include file adjustments. 2006-07-13 17:47:02 +00:00
namespace.h Provide a namespace.c function for lookup of an operator with exact 2006-05-01 23:22:43 +00:00
pg_aggregate.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
pg_am.h Change the relation_open protocol so that we obtain lock on a relation 2006-07-31 20:09:10 +00:00
pg_amop.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
pg_amproc.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
pg_attrdef.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_attribute.h Fix recently-understood problems with handling of XID freezing, particularly 2006-11-05 22:42:10 +00:00
pg_auth_members.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_authid.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_autovacuum.h Fix recently-understood problems with handling of XID freezing, particularly 2006-11-05 22:42:10 +00:00
pg_cast.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_class.h Fix recently-understood problems with handling of XID freezing, particularly 2006-11-05 22:42:10 +00:00
pg_constraint.h Add missing #include directive: pg_constraint.h declares some functions 2006-06-28 22:11:01 +00:00
pg_control.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
pg_conversion.h Allow include files to compile own their own. 2006-07-13 16:49:20 +00:00
pg_database.h Fix recently-understood problems with handling of XID freezing, particularly 2006-11-05 22:42:10 +00:00
pg_depend.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_description.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_index.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
pg_inherits.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_language.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_largeobject.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_listener.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_namespace.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_opclass.h Add the full set of comparison functions for type TID, including a btree 2006-07-21 20:51:33 +00:00
pg_operator.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
pg_pltemplate.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_proc.h Mark to_char(timestamp without timezone) as stable, not immutable, since its 2006-11-28 19:18:44 +00:00
pg_rewrite.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_shdepend.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_shdescription.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
pg_statistic.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_tablespace.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
pg_trigger.h Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
pg_type.h Add a defense to prevent core dumps if 8.2 version of rank_cd() is used with 2006-12-28 01:09:04 +00:00
toasting.h pgindent run for 8.2. 2006-10-04 00:30:14 +00:00
unused_oids Change the bootstrap sequence so that toast tables for system catalogs are 2006-07-31 01:16:38 +00:00