postgresql/src/backend/utils/adt
2001-06-09 22:16:18 +00:00
..
acl.c Correct permissions-checking bugs associated with ancient decision to 2001-06-05 19:34:56 +00:00
arrayfuncs.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
arrayutils.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
ascii.c Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
bool.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
cash.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
char.c Make text <=> char conversion functions convert zero character to and 2001-05-28 21:58:32 +00:00
date.c Ensure that btree sort ordering functions and boolean comparison operators 2001-05-03 19:00:37 +00:00
datetime.c Consolidate several near-identical uses of mktime() into a single 2001-05-03 22:53:07 +00:00
datum.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
float.c This adds unary plus capability. No grammar changes, per Tom's request. 2001-06-07 00:09:32 +00:00
format_type.c Make bit and bit varying types reject too long input. (They already tried 2001-05-22 16:37:17 +00:00
formatting.c Consolidate several near-identical uses of mktime() into a single 2001-05-03 22:53:07 +00:00
geo_ops.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
geo_selfuncs.c Reduce default selectivity estimates for geometric operators; it seems 2001-02-15 17:55:17 +00:00
inet_net_ntop.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
inet_net_pton.c Ensure that all uses of <ctype.h> functions are applied to unsigned-char 2000-12-03 20:45:40 +00:00
int8.c This adds unary plus capability. No grammar changes, per Tom's request. 2001-06-07 00:09:32 +00:00
int.c This adds unary plus capability. No grammar changes, per Tom's request. 2001-06-07 00:09:32 +00:00
like.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
mac.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
Makefile
misc.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
nabstime.c Ensure that btree sort ordering functions and boolean comparison operators 2001-05-03 19:00:37 +00:00
name.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
network.c Teach convert_to_scalar about datatypes timetz, inet, cidr, macaddr. 2001-06-09 22:16:18 +00:00
not_in.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
numeric.c This adds unary plus capability. No grammar changes, per Tom's request. 2001-06-07 00:09:32 +00:00
numutils.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
oid.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
oracle_compat.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
pg_locale.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
pg_lzcompress.c Remove dashes in comments that don't need them, rewrap with pgindent. 2001-03-22 06:16:21 +00:00
quote.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
regexp.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
regproc.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
ri_triggers.c RI triggers would fail for datatypes using old-style equal function, 2001-05-31 17:32:33 +00:00
ruleutils.c Make rule lister do the right thing with Vars representing whole tuples. 2001-04-18 17:04:24 +00:00
selfuncs.c Teach convert_to_scalar about datatypes timetz, inet, cidr, macaddr. 2001-06-09 22:16:18 +00:00
sets.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
tid.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
timestamp.c Consolidate several near-identical uses of mktime() into a single 2001-05-03 22:53:07 +00:00
varbit.c Make bit and bit varying types reject too long input. (They already tried 2001-05-22 16:37:17 +00:00
varchar.c New improved version of bpcharin() may have got the truncation case 2001-06-01 17:49:17 +00:00
varlena.c Ensure that btree sort ordering functions and boolean comparison operators 2001-05-03 19:00:37 +00:00
version.c