postgresql/src/backend/utils/adt
Tom Lane 636a939fe5 Fix array_out's failure to backslash backslashes, per bug# 524. Also,
remove brain-dead rule that double quotes are needed if and only if the
datatype is pass-by-reference; neither direction of the implication holds
water.  Instead, examine the actual data string to see if it contains
any characters that force us to quote it.
Add some documentation about quoting of array values, which was previously
explained nowhere AFAICT.
2001-11-29 21:02:41 +00:00
..
Makefile Add dependency for like.c 2001-10-04 04:13:40 +00:00
acl.c IsSystemRelationName() treats TOAST relations as system relations. 2001-11-16 23:30:35 +00:00
arrayfuncs.c Fix array_out's failure to backslash backslashes, per bug# 524. Also, 2001-11-29 21:02:41 +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 pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +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 Repair swapped sign for time minus time routine (time_mi_time()). 2001-11-21 05:57:33 +00:00
datetime.c Spell 'precedes', 'preceding' correctly in various places. 2001-11-21 22:57:01 +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 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
format_type.c Tweak format_type so that we get good behavior for both column type 2001-11-19 19:51:20 +00:00
formatting.c Grammatical and spelling fixes. 2001-11-19 09:05:02 +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 This adds unary plus capability. No grammar changes, per Tom's request. 2001-06-07 00:09:32 +00:00
int8.c Tweak int8in to accept -9223372036854775808, per recent discussion in 2001-11-24 19:57:06 +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 Remove special-case treatment of all-zeroes MAC address, per today's 2001-08-21 21:23:21 +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 pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +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 pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
numeric.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46: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 pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
pg_locale.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +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 Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +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 pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
ri_triggers.c Tables without oids wouldn't be able to be 2001-11-12 06:09:09 +00:00
ruleutils.c Change display of FieldSelect nodes from arg.field to field(arg), 2001-11-26 21:15:14 +00:00
selfuncs.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
sets.c Add CREATE OR REPLACE FUNCTION syntax to allow replacing a function 2001-10-02 21:39:36 +00:00
tid.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
timestamp.c Tweak interval_avg support to avoid coredump with Alpha/Tru64 compiler. 2001-11-21 18:29:48 +00:00
varbit.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
varchar.c Optimization for bpcharlen, textlen, varcharlen in case of single byte 2001-11-18 12:07:07 +00:00
varlena.c Fix arg coerect match text type, per Tom. 2001-11-19 19:15:07 +00:00
version.c Functions on 'text' type updated to new fmgr style. 'text' is 2000-07-06 05:48:31 +00:00