postgresql/src/backend/utils/adt
Tom Lane b3120804ad Rule names are now unique per-relation, rather than unique globally.
DROP RULE and COMMENT ON RULE syntax adds an 'ON tablename' clause,
similar to TRIGGER syntaxes.  To allow loading of existing pg_dump
files containing COMMENT ON RULE, the COMMENT code will still accept
the old syntax --- but only if the target rulename is unique across
the whole database.
2002-04-18 20:01:11 +00:00
..
Makefile Add dependency for like.c 2001-10-04 04:13:40 +00:00
acl.c pg_class has a relnamespace column. You can create and access tables 2002-03-26 19:17:02 +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 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
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 Code review for improved-hashing patch. Fix some portability issues 2002-03-09 17:35:37 +00:00
datetime.c Add a large number of time zones to the lookup table. 2002-02-25 16:17:04 +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 Code review for DOMAIN patch. 2002-03-20 19:45:13 +00:00
formatting.c Locale support is on by default. The choice of locale is done in initdb 2002-04-03 05:39:33 +00:00
geo_ops.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +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
int.c Make factorial(0) return 1, as per spec. 2002-02-23 01:01:30 +00:00
int8.c Make factorial(0) return 1, as per spec. 2002-02-23 01:01:30 +00:00
like.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +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
mac.c Code review for improved-hashing patch. Fix some portability issues 2002-03-09 17:35:37 +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 Change made to elog: 2002-03-06 06:10:59 +00:00
name.c Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +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 Further cleanups for relations in schemas: teach nextval and other 2002-03-30 01:02:42 +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 Locale support is on by default. The choice of locale is done in initdb 2002-04-03 05:39:33 +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 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
regproc.c Divide functions into three volatility classes (immutable, stable, and 2002-04-05 00:31:36 +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 Rule names are now unique per-relation, rather than unique globally. 2002-04-18 20:01:11 +00:00
selfuncs.c Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take 2002-04-16 23:08:12 +00:00
sets.c Restructure representation of aggregate functions so that they have pg_proc 2002-04-11 20:00:18 +00:00
tid.c Further cleanups for relations in schemas: teach nextval and other 2002-03-30 01:02:42 +00:00
timestamp.c Code review for improved-hashing patch. Fix some portability issues 2002-03-09 17:35:37 +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 Fix text_substr bug intrduced in 7.3 development 2002-04-15 07:54:37 +00:00
version.c Functions on 'text' type updated to new fmgr style. 'text' is 2000-07-06 05:48:31 +00:00