postgresql/src/backend/utils/adt
Peter Eisentraut 424f0edcb8 Fix relative path references so that make knowns which dependencies refer
to one another. Sort out builddir vs srcdir variable namings. Remove some
now obsoleted make variables.
2000-08-31 16:12:35 +00:00
..
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
acl.c Make acl-related functions safe for TOAST. Mark pg_class.relacl as 2000-07-31 22:39:17 +00:00
arrayfuncs.c Ensure that values stored within arrays are not toasted, per 2000-07-27 03:50:52 +00:00
arrayutils.c Arrays are toastable. (At least if you initdb, which I didn't force.) 2000-07-22 03:34:43 +00:00
ascii.c Tired of seeing these warnings ... 2000-08-26 21:56:23 +00:00
bool.c Latest round of fmgr updates. All functions with bool,char, or int2 2000-06-05 07:29:25 +00:00
cash.c More functions updated to new fmgr style --- money, name, tid datatypes. 2000-08-03 16:35:08 +00:00
char.c TOAST 2000-07-03 23:10:14 +00:00
date.c Remove a bunch of unused configure tests, in particular cases where 2000-07-12 22:59:15 +00:00
datetime.c Fix indenting in prototype declarations. No functional changes. 2000-07-14 15:33:33 +00:00
datum.c First stage of reclaiming memory in executor by resetting short-term 2000-07-12 02:37:39 +00:00
float.c Clean up bogosities in use of random(3) and srandom(3) --- do not assume 2000-08-07 00:51:42 +00:00
format_type.c Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> 2000-08-26 21:53:44 +00:00
formatting.c * to_char: 2000-08-29 04:41:48 +00:00
geo_ops.c Convert all remaining geometric operators to new fmgr style. This 2000-07-30 20:44:02 +00:00
geo_selfuncs.c PATH and POLYGON datatypes are now TOASTable. Associated functions 2000-07-29 18:46:12 +00:00
inet_net_ntop.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
inet_net_pton.c Big warnings cleanup for Solaris/GCC. Down to about 40 now, but 2000-06-14 18:18:01 +00:00
int.c Convert all remaining float4 and float8 functions to new fmgr style. 2000-08-01 18:29:35 +00:00
int8.c Add int2-vs-int8 comparison operators. These are now necessary because 2000-07-28 05:07:49 +00:00
like.c Add multibyte support for both LIKE and ILIKE 2000-08-22 06:33:57 +00:00
mac.c Add functions to convert to and from text, and to truncate to MAC OUI. 2000-08-23 06:04:49 +00:00
misc.c Clean up bogosities in use of random(3) and srandom(3) --- do not assume 2000-08-07 00:51:42 +00:00
nabstime.c Remove <values.h> inclusions, no-longer-needed MAXINT definitions. 2000-07-28 02:13:52 +00:00
name.c More functions updated to new fmgr style --- money, name, tid datatypes. 2000-08-03 16:35:08 +00:00
network.c Convert inet-related functions to new fmgr style. I have also taken it 2000-08-03 23:07:51 +00:00
not_in.c Fix misuse of StrNCpy to copy and add null to non-null-terminated data. 2000-07-07 21:12:53 +00:00
numeric.c Convert all remaining float4 and float8 functions to new fmgr style. 2000-08-01 18:29:35 +00:00
numutils.c Convert all remaining float4 and float8 functions to new fmgr style. 2000-08-01 18:29:35 +00:00
oid.c Convert all remaining float4 and float8 functions to new fmgr style. 2000-08-01 18:29:35 +00:00
oracle_compat.c Functions on 'text' type updated to new fmgr style. 'text' is 2000-07-06 05:48:31 +00:00
pg_locale.c * to_char: 2000-08-29 04:41:48 +00:00
pg_lzcompress.c Fixed memory allocation problems when compressing multi-MB 2000-07-20 14:23:28 +00:00
regexp.c Fix misuse of StrNCpy to copy and add null to non-null-terminated data. 2000-07-07 21:12:53 +00:00
regproc.c oidvectortypes: use SQL type names and separate by commas 2000-07-09 21:30:21 +00:00
ri_triggers.c Remove unused include files. Do not touch /port or includes used by defines. 2000-05-30 00:49:57 +00:00
ruleutils.c Fix ruleutils to produce correct output for array assignment, such 2000-08-12 04:04:53 +00:00
selfuncs.c More functions updated to new fmgr style --- money, name, tid datatypes. 2000-08-03 16:35:08 +00:00
sets.c SQL-language functions are now callable in ordinary fmgr contexts ... 2000-08-24 03:29:15 +00:00
tid.c More functions updated to new fmgr style --- money, name, tid datatypes. 2000-08-03 16:35:08 +00:00
timestamp.c * to_char: 2000-08-29 04:41:48 +00:00
varbit.c Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> 2000-08-26 21:53:44 +00:00
varchar.c bpchar, varchar, bytea, numeric are toastable --- if you initdb, which 2000-07-29 03:26:51 +00:00
varlena.c bpchar, varchar, bytea, numeric are toastable --- if you initdb, which 2000-07-29 03:26:51 +00:00
version.c Functions on 'text' type updated to new fmgr style. 'text' is 2000-07-06 05:48:31 +00:00