postgresql/src/backend/utils/adt
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
..
Makefile Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
acl.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
array_userfuncs.c Some more missed copyright notices. Many of these look like they 2005-01-01 20:44:34 +00:00
arrayfuncs.c Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the 2005-03-29 03:01:32 +00:00
arrayutils.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
ascii.c Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
bool.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
cash.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
char.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
date.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
datetime.c interval_out failed to mention 'ago' for negative intervals in SQL and 2005-01-11 18:33:46 +00:00
datum.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
encode.c Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
float.c Adjust input routines for float4, float8 and oid to reject the empty string 2005-02-11 04:09:05 +00:00
format_type.c Convert oidvector and int2vector into variable-length arrays. This 2005-03-29 00:17:27 +00:00
formatting.c Prevent to_char(interval) from dumping core on month-related formats 2005-03-26 00:41:31 +00:00
geo_ops.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
geo_selfuncs.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
inet_net_ntop.c Sync inet formatting code with recent BIND releases. In particular, 2005-02-01 00:59:09 +00:00
inet_net_pton.c Sync inet formatting code with recent BIND releases. In particular, 2005-02-01 00:59:09 +00:00
int.c Convert oidvector and int2vector into variable-length arrays. This 2005-03-29 00:17:27 +00:00
int8.c Adjust the API for aggregate function calls so that a C-coded function 2005-03-12 20:25:06 +00:00
like.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
like_match.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
lockfuncs.c Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
mac.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
misc.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
nabstime.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
name.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
network.c Do proper testing of CIDR bits against network mask, e.g. don't allow: 2004-10-08 01:10:31 +00:00
not_in.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
numeric.c This patch changes int2_avg_accum() and int4_avg_accum() use the nodeAgg 2005-04-04 23:50:27 +00:00
numutils.c Undo an unadvertised change in the API of pg_atoi. In all previous 2005-01-09 21:03:19 +00:00
oid.c Convert oidvector and int2vector into variable-length arrays. This 2005-03-29 00:17:27 +00:00
oracle_compat.c Add missing include for new lc_ctype_is_c() function. 2005-03-16 01:49:10 +00:00
pg_locale.c Prevent locale-aware handling of upper, lower, and initcap when the 2005-03-16 00:02:49 +00:00
pg_lzcompress.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
pgstatfuncs.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
pseudotypes.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
quote.c Fix quote_ident to use quote_identifier rather than its own, not quite 2005-03-21 16:29:20 +00:00
regexp.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
regproc.c Convert oidvector and int2vector into variable-length arrays. This 2005-03-29 00:17:27 +00:00
ri_triggers.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
rowtypes.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
ruleutils.c Merge Resdom nodes into TargetEntry nodes to simplify code and save a 2005-04-06 16:34:07 +00:00
selfuncs.c Second try at making examine_variable and friends behave sanely in 2005-04-01 20:31:50 +00:00
tid.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
timestamp.c Fix wrong week returnded by date_trunc('week') for early dates in 2005-04-01 14:25:23 +00:00
varbit.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
varchar.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
varlena.c This patch optimizes the md5_text() function (which is used to 2005-02-23 22:46:17 +00:00
version.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
xid.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00