postgresql/src/backend/utils/adt
Bruce Momjian 578e71fee5 This should fix a bug where a row that was updated or
deleted that had another row inserted/updated to its old
value during the same statement or other statements before the
integrity check for noaction would incorrectly error.  This
could happen in deferred constraints or due to triggers or
functions. It's effectively a reworking of the previous patch that
did a not exists to instead do a separate check.

Stephan Szabo
2002-07-30 16:33:21 +00:00
..
acl.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
arrayfuncs.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
arrayutils.c Update copyright to 2002. 2002-06-20 20:29:54 +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 Update copyright to 2002. 2002-06-20 20:29:54 +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 Update copyright to 2002. 2002-06-20 20:29:54 +00:00
date.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
datetime.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
datum.c Update copyright to 2002. 2002-06-20 20:29:54 +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 Update copyright to 2002. 2002-06-20 20:29:54 +00:00
format_type.c Update copyright to 2002. 2002-06-20 20:29:54 +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 Mark 'line' as 'not implemented' in SGML and psql \dT, per Thomas 2002-07-16 03:30:27 +00:00
geo_selfuncs.c Update copyright to 2002. 2002-06-20 20:29:54 +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 Update copyright to 2002. 2002-06-20 20:29:54 +00:00
int.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
like_match.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
like.c Update copyright to 2002. 2002-06-20 20:29:54 +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 Update copyright to 2002. 2002-06-20 20:29:54 +00:00
nabstime.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
name.c Update copyright to 2002. 2002-06-20 20:29:54 +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 Update copyright to 2002. 2002-06-20 20:29:54 +00:00
numeric.c Remove MAX/MIN() macros, use c.h Max/Min() instead. 2002-02-18 14:25:40 +00:00
numutils.c Oops, sometimes strtol isn't called in pg_atoi, so we do need that badp 2002-07-16 18:34:16 +00:00
oid.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
oracle_compat.c Clean up some copyrights. 2002-06-20 20:51:45 +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 Update copyright to 2002. 2002-06-20 20:29:54 +00:00
regproc.c Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more 2002-07-29 22:14:11 +00:00
ri_triggers.c This should fix a bug where a row that was updated or 2002-07-30 16:33:21 +00:00
ruleutils.c pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus 2002-07-18 23:11:32 +00:00
selfuncs.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
sets.c Remove unused system table columns: 2002-07-24 19:11:14 +00:00
tid.c Fix tid to in/out as unsigned. 2002-07-16 17:55:25 +00:00
timestamp.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
varbit.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
varchar.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
varlena.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
version.c Functions on 'text' type updated to new fmgr style. 'text' is 2000-07-06 05:48:31 +00:00