postgresql/src
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
..
backend This should fix a bug where a row that was updated or 2002-07-30 16:33:21 +00:00
bin Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more 2002-07-29 22:14:11 +00:00
corba Convert files from DOS format to normal text. 2000-12-03 14:43:59 +00:00
data I've sent 3 mails to pgsql-patches. There are two files, one for doc 1999-08-16 20:27:19 +00:00
include Here are two patches. The guc_and_tablefunc patch addresses the two 2002-07-30 16:20:03 +00:00
interfaces Since we're depending on %option noyywrap in the main scanner now, 2002-07-30 16:33:08 +00:00
makefiles Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
pl Since we're depending on %option noyywrap in the main scanner now, 2002-07-30 16:33:08 +00:00
port Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
template Fix case syntax for freebsd template. 2002-07-08 01:54:30 +00:00
test Implement DROP CONVERSION 2002-07-25 10:07:13 +00:00
tools Add mention of copyright year update. 2002-07-24 17:58:24 +00:00
tutorial Rewrite xindex.sgml for CREATE OPERATOR CLASS. catalogs.sgml finally 2002-07-30 05:24:56 +00:00
utils Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
Makefile Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
Makefile.global.in Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
Makefile.shlib Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
nls-global.mk NLS updates, most notably fixed zh_TW translations 2001-11-29 18:59:28 +00:00
win32.mak Missed this part in pg_config.h rename. 2001-08-24 22:42:28 +00:00