postgresql/src/backend/utils/adt
Bruce Momjian bab3d29fba This patch adds some missing functions for float8 math operations,
specifically ceil(), floor(), and sign(). There may be other functions
that need to be added, but this is a start. I've included some simple
regression tests.

Neil Conway
2002-10-19 02:08:19 +00:00
..
acl.c Change default privileges for languages and functions to be PUBLIC USAGE 2002-09-24 23:14:25 +00:00
arrayfuncs.c Extend pg_cast castimplicit column to a three-way value; this allows us 2002-09-18 21:35:25 +00:00
arrayutils.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
ascii.c Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +00:00
bool.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
cash.c pgindent run. 2002-09-04 20:31:48 +00:00
char.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
date.c Add last-ditch defense against attempts to compile datetime code with 2002-09-21 19:52:41 +00:00
datetime.c pgindent run. 2002-09-04 20:31:48 +00:00
datum.c pgindent run. 2002-09-04 20:31:48 +00:00
encode.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
float.c This patch adds some missing functions for float8 math operations, 2002-10-19 02:08:19 +00:00
format_type.c pgindent run. 2002-09-04 20:31:48 +00:00
formatting.c The patch fix bug described in TODO: 2002-09-20 03:57:09 +00:00
geo_ops.c Be careful to include postgres.h *before* any system headers, to ensure 2002-09-05 00:43:07 +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 Extend pg_cast castimplicit column to a three-way value; this allows us 2002-09-18 21:35:25 +00:00
int.c Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +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 pgindent run. 2002-09-04 20:31:48 +00:00
mac.c Make macaddr_in reject trailing garbage (except whitespace). 2002-10-13 15:39:17 +00:00
Makefile Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
misc.c pgindent run. 2002-09-04 20:31:48 +00:00
nabstime.c Fix a couple of grammatical errors in error messages. 2002-10-04 17:34:01 +00:00
name.c pgindent run. 2002-09-04 20:31:48 +00:00
network.c Remove sys/types.h in files that include postgres.h, and hence c.h, 2002-09-02 02:47:07 +00:00
not_in.c pgindent run. 2002-09-04 20:31:48 +00:00
numeric.c This patch adds some missing functions for float8 math operations, 2002-10-19 02:08:19 +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 pgindent run. 2002-09-04 20:31:48 +00:00
pgstatfuncs.c Allow pg_statistics to be reset by calling pg_stat_reset(). 2002-08-20 04:47:52 +00:00
pseudotypes.c pgindent run. 2002-09-04 20:31:48 +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 Bring SIMILAR TO and SUBSTRING into some semblance of conformance with 2002-09-22 17:27:25 +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 Hack to make it possible to load CREATE CONSTRAINT TRIGGER commands that 2002-10-03 21:06:23 +00:00
ruleutils.c Tweak heap.c to refuse attempts to create table columns of standalone 2002-09-19 23:40:56 +00:00
selfuncs.c Tom Lane wrote: 2002-09-20 03:55:40 +00:00
sets.c pgindent run. 2002-09-04 20:31:48 +00:00
tid.c pgindent run. 2002-09-04 20:31:48 +00:00
timestamp.c Add last-ditch defense against attempts to compile datetime code with 2002-09-21 19:52:41 +00:00
varbit.c Extend pg_cast castimplicit column to a three-way value; this allows us 2002-09-18 21:35:25 +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 pgindent run. 2002-09-04 20:31:48 +00:00
version.c Functions on 'text' type updated to new fmgr style. 'text' is 2000-07-06 05:48:31 +00:00