postgresql/src/backend/utils/adt
..
acl.c
array_userfuncs.c Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
arrayfuncs.c Support varlena fields with single-byte headers and unaligned storage. 2007-04-06 04:21:44 +00:00
arrayutils.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
ascii.c
bool.c
cash.c Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
char.c Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
date.c
datetime.c Fix a bug in input processing for the "interval" type. Previously, 2007-05-29 04:58:43 +00:00
datum.c
dbsize.c
domains.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
encode.c
enum.c
float.c
format_type.c
formatting.c
genfile.c Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
geo_ops.c
geo_selfuncs.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
inet_net_ntop.c Fix another passel of include-file breakage. Kris Jurka, Tom Lane 2006-07-14 16:59:19 +00:00
inet_net_pton.c
int8.c Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
int.c
like_match.c
like.c
lockfuncs.c
mac.c
Makefile Support enum data types. Along the way, use macros for the values of 2007-04-02 03:49:42 +00:00
misc.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
nabstime.c
name.c
network.c Temporary fix for the problem that pg_stat_activity, inet_client_addr(), 2007-05-17 23:31:49 +00:00
not_in.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
numeric.c Add a hash function for "numeric". Mark the equality operator for 2007-05-08 18:56:48 +00:00
numutils.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
oid.c
oracle_compat.c Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
pg_locale.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
pg_lzcompress.c Support varlena fields with single-byte headers and unaligned storage. 2007-04-06 04:21:44 +00:00
pgstatfuncs.c Temporary fix for the problem that pg_stat_activity, inet_client_addr(), 2007-05-17 23:31:49 +00:00
pseudotypes.c Support enum data types. Along the way, use macros for the values of 2007-04-02 03:49:42 +00:00
quote.c Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
regexp.c Code cleanup for the new regexp UDFs: we can hardcode the OID and some 2007-03-28 22:59:37 +00:00
regproc.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
ri_triggers.c
rowtypes.c Add resetStringInfo(), which clears the content of a StringInfo, and 2007-03-03 19:32:55 +00:00
ruleutils.c Remove ruleutils.c's use of varnoold/varoattno as a shortcut for determining 2007-05-24 18:58:42 +00:00
selfuncs.c Check return code from strxfrm on Windows since it has a 2007-05-05 17:05:48 +00:00
tid.c
timestamp.c Change the timestamps recorded in transaction commit/abort xlog records 2007-04-30 21:01:53 +00:00
uuid.c
varbit.c Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
varchar.c Support varlena fields with single-byte headers and unaligned storage. 2007-04-06 04:21:44 +00:00
varlena.c
version.c
xid.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
xml.c XPath fixes: 2007-05-21 17:10:29 +00:00