postgresql/src/backend/utils/adt
2003-04-16 04:37:58 +00:00
..
acl.c Suppress gcc warnings. 2003-01-24 21:53:29 +00:00
array_userfuncs.c First phase of work on array improvements. ARRAY[x,y,z] constructor 2003-04-08 23:20:04 +00:00
arrayfuncs.c First phase of work on array improvements. ARRAY[x,y,z] constructor 2003-04-08 23:20:04 +00:00
arrayutils.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
ascii.c Fix buffer overrun in to_ascii(), per report from Guido Notari. 2003-04-02 21:07:59 +00:00
bool.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
cash.c Add explicit tests for division by zero to all user-accessible integer 2003-03-11 21:01:33 +00:00
char.c Add explicit tests for division by zero to all user-accessible integer 2003-03-11 21:01:33 +00:00
date.c Mark TimeScales constants as double to avoid integer overflow in some compilers. 2003-04-08 17:02:04 +00:00
datetime.c Avoid repeated computation of the constants date2j(1970, 1, 1) and 2003-04-04 04:50:44 +00:00
datum.c pgindent run. 2002-09-04 20:31:48 +00:00
encode.c
float.c Add explicit tests for division by zero to all user-accessible integer 2003-03-11 21:01:33 +00:00
format_type.c pgindent run. 2002-09-04 20:31:48 +00:00
formatting.c Fix platform-dependent failure introduced by recent to_char changes 2003-04-02 02:33:52 +00:00
geo_ops.c Add explicit tests for division by zero to all user-accessible integer 2003-03-11 21:01:33 +00:00
geo_selfuncs.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
inet_net_ntop.c Remove sys/types.h in files that include postgres.h, and hence c.h, 2002-09-02 02:47:07 +00:00
inet_net_pton.c Remove sys/types.h in files that include postgres.h, and hence c.h, 2002-09-02 02:47:07 +00:00
int8.c Add explicit tests for division by zero to all user-accessible integer 2003-03-11 21:01:33 +00:00
int.c Add explicit tests for division by zero to all user-accessible integer 2003-03-11 21:01:33 +00:00
like_match.c Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00
like.c Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00
lockfuncs.c Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry. 2003-02-19 23:41:15 +00:00
mac.c Make macaddr_in reject trailing garbage (except whitespace). 2002-10-13 15:39:17 +00:00
Makefile First phase of work on array improvements. ARRAY[x,y,z] constructor 2003-04-08 23:20:04 +00:00
misc.c The "random" regression test uses a function called oidrand(), which 2003-02-13 05:24:04 +00:00
nabstime.c Avoid repeated computation of the constants date2j(1970, 1, 1) and 2003-04-04 04:50:44 +00:00
name.c This patch fixes a bunch of spelling mistakes in comments throughout the 2003-03-10 22:28:22 +00:00
network.c Fix compile warning. 2003-03-21 23:18:52 +00:00
not_in.c pgindent run. 2002-09-04 20:31:48 +00:00
numeric.c Reimplement NUMERIC datatype using base-10000 arithmetic; also improve 2003-03-21 01:58:05 +00:00
numutils.c pgindent run. 2002-09-04 20:31:48 +00:00
oid.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
oracle_compat.c pgindent run. 2002-09-04 20:31:48 +00:00
pg_locale.c Fix breakage that had crept into setlocale() usage: once again we've 2002-10-18 20:44:02 +00:00
pg_lzcompress.c This patch fixes a bunch of spelling mistakes in comments throughout the 2003-03-10 22:28:22 +00:00
pgstatfuncs.c Avoid repeated computation of the constants date2j(1970, 1, 1) and 2003-04-04 04:50:44 +00:00
pseudotypes.c First phase of work on array improvements. ARRAY[x,y,z] constructor 2003-04-08 23:20:04 +00:00
quote.c Be careful to include postgres.h *before* any system headers, to ensure 2002-09-05 00:43:07 +00:00
regexp.c Create a GUC variable REGEX_FLAVOR to control the type of regular 2003-02-06 20:25:33 +00:00
regproc.c Extend pg_cast castimplicit column to a three-way value; this allows us 2002-09-18 21:35:25 +00:00
ri_triggers.c Avoid primary key lookup (and lock) if foreign key does not change 2003-04-07 20:30:38 +00:00
ruleutils.c First phase of work on array improvements. ARRAY[x,y,z] constructor 2003-04-08 23:20:04 +00:00
selfuncs.c Fix stupid oversight ... 2003-04-16 04:37:58 +00:00
sets.c Phase 3 of read-only-plans project: ExecInitExpr now builds expression 2002-12-13 19:46:01 +00:00
tid.c pgindent run. 2002-09-04 20:31:48 +00:00
timestamp.c Remove unnecessary dt2local() call. 2003-04-07 15:04:03 +00:00
varbit.c Add new palloc0 call as merge of palloc and MemSet(0). 2002-11-13 00:39:48 +00:00
varchar.c Extend pg_cast castimplicit column to a three-way value; this allows us 2002-09-18 21:35:25 +00:00
varlena.c This patch fixes a bunch of spelling mistakes in comments throughout the 2003-03-10 22:28:22 +00:00
version.c