postgresql/src/backend/utils/adt
2008-02-19 10:30:09 +00:00
..
acl.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
array_userfuncs.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
arrayfuncs.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
arrayutils.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
ascii.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
bool.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
cash.c Clarify how MONEY trims off trailing thousands separator. 2007-11-24 16:18:48 +00:00
char.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
date.c Replace time_t with pg_time_t (same values, but always int64) in on-disk 2008-02-17 02:09:32 +00:00
datetime.c Replace time_t with pg_time_t (same values, but always int64) in on-disk 2008-02-17 02:09:32 +00:00
datum.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
dbsize.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
domains.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
encode.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
enum.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
float.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
format_type.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
formatting.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
genfile.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
geo_ops.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
geo_selfuncs.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +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 Fix another passel of include-file breakage. Kris Jurka, Tom Lane 2006-07-14 16:59:19 +00:00
int.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
int8.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
like.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
like_match.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
lockfuncs.c lmgr.c:DescribeLockTag was never taught about virtual xids, per Greg Stark. 2008-01-08 23:18:51 +00:00
mac.c Downgrade implicit casts to text to be assignment-only, except for the ones 2007-06-05 21:31:09 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
misc.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nabstime.c Replace time_t with pg_time_t (same values, but always int64) in on-disk 2008-02-17 02:09:32 +00:00
name.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
network.c pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
numeric.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
numutils.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
oid.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
oracle_compat.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
pg_locale.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
pg_lzcompress.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
pgstatfuncs.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
pseudotypes.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
quote.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
regexp.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
regproc.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
ri_triggers.c Remove unnecessary opening of other relation in RI_FKey_keyequal_upd_pk 2008-02-18 23:00:32 +00:00
rowtypes.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
ruleutils.c A long time ago, Peter pointed out that ruleutils.c didn't dump simple 2008-01-06 01:03:16 +00:00
selfuncs.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
tid.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
timestamp.c Replace time_t with pg_time_t (same values, but always int64) in on-disk 2008-02-17 02:09:32 +00:00
tsginidx.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
tsgistidx.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
tsquery.c Remove unnecessary comma in enum definition ... some C compilers don't 2008-01-08 01:04:08 +00:00
tsquery_cleanup.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
tsquery_gist.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
tsquery_op.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
tsquery_rewrite.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
tsquery_util.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
tsrank.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
tsvector.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
tsvector_op.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
tsvector_parser.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
txid.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
uuid.c Fix some missed copyright updates. 2008-01-01 20:31:21 +00:00
varbit.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
varchar.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
varlena.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
version.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
xid.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
xml.c Revise memory management for libxml calls. Instead of keeping libxml's data 2008-01-15 18:57:00 +00:00