postgresql/src/include/catalog
Tom Lane ad161bcc8a Merge Resdom nodes into TargetEntry nodes to simplify code and save a
few palloc's.  I also chose to eliminate the restype and restypmod fields
entirely, since they are redundant with information stored in the node's
contained expression; re-examining the expression at need seems simpler
and more reliable than trying to keep restype/restypmod up to date.

initdb forced due to change in contents of stored rules.
2005-04-06 16:34:07 +00:00
..
catalog.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
catname.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
catversion.h Merge Resdom nodes into TargetEntry nodes to simplify code and save a 2005-04-06 16:34:07 +00:00
dependency.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
duplicate_oids Un-break duplicate_oids script. 2002-09-17 01:28:36 +00:00
heap.h Generalize TRUNCATE to support truncating multiple tables in one 2005-01-27 03:19:37 +00:00
index.h Convert index-related tuple handling routines from char 'n'/' ' to bool 2005-03-21 01:24:04 +00:00
indexing.h Convert oidvector and int2vector into variable-length arrays. This 2005-03-29 00:17:27 +00:00
namespace.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_aggregate.h Implement max() and min() aggregates for array types. Patch from Koju 2005-02-28 03:45:24 +00:00
pg_am.h First steps towards index scans with heap access decoupled from index 2005-03-27 23:53:05 +00:00
pg_amop.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_amproc.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_attrdef.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_attribute.h Add proallargtypes and proargmodes columns to pg_proc, as per my earlier 2005-03-29 19:44:23 +00:00
pg_cast.h Add explicit casts between int4 and boolean. Patch from Sean Chittenden, 2005-02-27 08:31:30 +00:00
pg_class.h Add proallargtypes and proargmodes columns to pg_proc, as per my earlier 2005-03-29 19:44:23 +00:00
pg_constraint.h Improve EXPLAIN ANALYZE to show the time spent in each trigger when 2005-03-25 21:58:00 +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 Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_database.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_depend.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_description.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_group.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_index.h Convert oidvector and int2vector into variable-length arrays. This 2005-03-29 00:17:27 +00:00
pg_inherits.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_language.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_largeobject.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_listener.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_namespace.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_opclass.h Expand the 'special index operator' machinery to handle special cases 2005-03-26 23:29:20 +00:00
pg_operator.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_proc.h First phase of OUT-parameters project. We can now define and use SQL 2005-03-31 22:46:33 +00:00
pg_rewrite.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_shadow.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_statistic.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_tablespace.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pg_trigger.h Convert oidvector and int2vector into variable-length arrays. This 2005-03-29 00:17:27 +00:00
pg_type.h Convert oidvector and int2vector into variable-length arrays. This 2005-03-29 00:17:27 +00:00
pg_version.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
unused_oids $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00