postgresql/src/backend/utils/adt
..
acl.c
arrayfuncs.c
arrayutils.c
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 Remove formatter's assumption that year would never exceed four digits. 2001-07-10 01:41:47 +00:00
datum.c Restructure index AM interface for index building and index tuple deletion, 2001-07-15 22:48:19 +00:00
encode.c Add missing encode file. 2001-07-12 14:05:31 +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
formatting.c
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
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
mac.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
Makefile > > Put encode() into base system. Used part of Alex' patch 2001-07-11 22:14:03 +00:00
misc.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
nabstime.c
name.c Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
network.c
not_in.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
numeric.c
numutils.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
oid.c
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
pgstatfuncs.c Suppress gcc warning. 2001-06-25 20:20:02 +00:00
quote.c
regexp.c
regproc.c
ri_triggers.c RI triggers would fail for datatypes using old-style equal function, 2001-05-31 17:32:33 +00:00
ruleutils.c Fix optimizer to not try to push WHERE clauses down into a sub-SELECT that 2001-07-31 17:56:31 +00:00
selfuncs.c Partial indexes work again, courtesy of Martijn van Oosterhout. 2001-07-16 05:07:00 +00:00
sets.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
tid.c Fix my old fault(returns auto variable reference). 2001-07-06 09:41:36 +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 TODO item: 2001-07-15 11:07:37 +00:00
varlena.c Ensure that btree sort ordering functions and boolean comparison operators 2001-05-03 19:00:37 +00:00
version.c