postgresql/src/backend/utils/adt
Thomas G. Lockhart 3eb1bc67b1 Check explicitly for valid input strings for both TRUE and FALSE.
Allow true/false, yes/no, 1/0. Throw elog warning if anything else.
Allow shorter strings, so "t", "tr", "tru" and "true" match "true".
Old behavior accepted anything starting with "t" as TRUE,
 everything else as FALSE.
1997-10-25 05:09:58 +00:00
..
acl.c Inline memset() as MemSet(). 1997-09-18 20:22:58 +00:00
arrayfuncs.c Inline memset() as MemSet(). 1997-09-18 20:22:58 +00:00
arrayutils.c Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
bool.c Check explicitly for valid input strings for both TRUE and FALSE. 1997-10-25 05:09:58 +00:00
cash.c From JM de Lauwereyns (jmlauwer@icdc.caissedesdepots.fr): 1997-10-03 13:10:06 +00:00
char.c Rename strNcpy to StrNCpy, and change third parameter. 1997-10-25 01:10:58 +00:00
chunk.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
date.c Include tinterval comparison functions for span of interval. 1997-09-20 16:17:45 +00:00
datetime.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
datum.c Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
dt.c Fix delta time decoding for 12 AM/PM. 1997-10-17 05:36:01 +00:00
filename.c Rename strNcpy to StrNCpy, and change third parameter. 1997-10-25 01:10:58 +00:00
float.c AIX float fix. 1997-09-26 20:32:02 +00:00
geo_ops.c Disable checking for zero or one points with deeper parens on input. 1997-09-25 14:09:04 +00:00
geo_selfuncs.c Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
int.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
like.c Rename strNcpy to StrNCpy, and change third parameter. 1997-10-25 01:10:58 +00:00
Makefile Add in D'Arcy's cash code 1997-04-09 08:36:21 +00:00
misc.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
nabstime.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
name.c Rename strNcpy to StrNCpy, and change third parameter. 1997-10-25 01:10:58 +00:00
not_in.c heapattr functions now return a Datum, not char *. 1997-09-12 04:09:08 +00:00
numutils.c Inline memset() as MemSet(). 1997-09-18 20:22:58 +00:00
oid.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
oidint2.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
oidint4.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
oidname.c Rename strNcpy to StrNCpy, and change third parameter. 1997-10-25 01:10:58 +00:00
oracle_compat.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
regexp.c Rename strNcpy to StrNCpy, and change third parameter. 1997-10-25 01:10:58 +00:00
regproc.c Rename strNcpy to StrNCpy, and change third parameter. 1997-10-25 01:10:58 +00:00
selfuncs.c Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
sets.c Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
tid.c Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
timestamp.c Support special values 'now', 'current', etc on output. 1997-10-09 05:02:17 +00:00
varchar.c Rename strNcpy to StrNCpy, and change third parameter. 1997-10-25 01:10:58 +00:00
varlena.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00