postgresql/src/backend/utils/adt
Bruce Momjian ba790a5608 Here is a patch for Composite and Set returning function support. I made
two small changes to the API since last patch, which hopefully completes
the decoupling of composite function support from SRF specific support.

Joe Conway
2002-06-20 17:19:08 +00:00
..
acl.c Restructure aclcheck error reporting to make permission-failure 2002-04-27 03:45:03 +00:00
arrayfuncs.c Tweak behavior of array slicing operations: seems like it ought to be 2002-03-20 19:41:47 +00:00
arrayutils.c
ascii.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
bool.c pgindent run. Make it all clean. 2001-03-22 04:01:46 +00:00
cash.c Locale support is on by default. The choice of locale is done in initdb 2002-04-03 05:39:33 +00:00
char.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
date.c Katherine Ward wrote: 2002-06-11 13:40:53 +00:00
datetime.c Katherine Ward wrote: 2002-06-11 13:40:53 +00:00
datum.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +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 Repair roundoff-error problem for stddev/variance results near zero, 2001-12-11 02:02:12 +00:00
format_type.c Add routines in namespace.c to determine whether objects are visible 2002-05-01 23:06:41 +00:00
formatting.c Support alternate storage scheme of 64-bit integer for date/time types. 2002-04-21 19:52:18 +00:00
geo_ops.c Remove unnecessary pfree's in geometric operators. At least one of these 2002-05-14 18:16:51 +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 pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
inet_net_pton.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
int8.c Clean up INT64CONST conflicts. Make the pg_crc code use a macro called 2002-04-23 15:45:30 +00:00
int.c Improve readability of factorial, from Florian Weimer. 2002-06-07 23:43:17 +00:00
like_match.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
like.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
mac.c Merge ALTER GROUP ADD/DROP rules by creating add_drop action. 2002-06-17 07:00:27 +00:00
Makefile Add dependency for like.c 2001-10-04 04:13:40 +00:00
misc.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
nabstime.c Katherine Ward wrote: 2002-06-11 13:40:53 +00:00
name.c Patch for current_schemas to optionally include implicit ... 2002-06-15 20:03:51 +00:00
network.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
not_in.c Restructure indexscan API (index_beginscan, index_getnext) per 2002-05-20 23:51:44 +00:00
numeric.c Remove MAX/MIN() macros, use c.h Max/Min() instead. 2002-02-18 14:25:40 +00:00
numutils.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
oid.c sum() on int2 and int4 columns now uses an int8, not numeric, accumulator 2001-08-14 22:21:59 +00:00
oracle_compat.c Fix lpad() and rpad() to produce correct results in variable-length 2002-01-08 17:03:41 +00:00
pg_locale.c Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
pg_lzcompress.c Fix performance problems in TOAST compressor. The management of 2001-11-17 06:09:30 +00:00
pgstatfuncs.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
quote.c Authentication improvements: 2002-04-04 04:25:54 +00:00
regexp.c Search the existing regular expression cache as a ring buffer. 2002-06-15 02:49:47 +00:00
regproc.c Here is a patch for Composite and Set returning function support. I made 2002-06-20 17:19:08 +00:00
ri_triggers.c Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take 2002-04-16 23:08:12 +00:00
ruleutils.c Further tweaks to support display of sort keys in EXPLAIN --- initial 2002-06-13 03:40:49 +00:00
selfuncs.c Make initdb print a message about which locale it is about to use. 2002-05-09 13:30:24 +00:00
sets.c Add optional "validator" function to languages that can validate the 2002-05-22 17:21:02 +00:00
tid.c Allow 2002-05-22 07:46:58 +00:00
timestamp.c Fix lookup tables used for rounding interval data values when not using 2002-05-14 13:37:27 +00:00
varbit.c Change made to elog: 2002-03-06 06:10:59 +00:00
varchar.c Restructure representation of aggregate functions so that they have pg_proc 2002-04-11 20:00:18 +00:00
varlena.c Implement types regprocedure, regoper, regoperator, regclass, regtype 2002-04-25 02:56:56 +00:00
version.c