postgresql/src/backend
Jan Wieck d1c496e9d5 Fix for possible referential integrity violation when a qualified ON INSERT
rule split the query into one INSERT and one UPDATE where the UPDATE
then hit's the just created row without modifying the key fields again.
In this special case, the new key slipped in totally unchecked.

Jan
2003-10-31 03:57:42 +00:00
..
access Fix longstanding error in _bt_search(): should moveright at top of loop not 2003-07-29 22:18:48 +00:00
bootstrap Remove no-longer-needed inclusion of bootstrap_tokens.h, per patch 2002-11-04 14:22:32 +00:00
catalog Apply fixes for problems with dropped columns whose types have also been 2003-05-12 00:17:34 +00:00
commands For COMMENT ON DATABASE where database name is unknown or not the current 2003-07-17 20:14:09 +00:00
executor _SPI_cursor_operation forgot to check for failure return from 2003-09-23 15:11:41 +00:00
lib pgindent run. 2002-09-04 20:31:48 +00:00
libpq SSL_read/SSL_write do not approximate the return conventions of recv() 2003-08-04 17:58:25 +00:00
main Add missing #include <errno.h>, per gripe from Alessio Bragadini. 2002-10-31 22:37:19 +00:00
nodes Adjust handling of command status strings in the presence of rules, 2002-10-14 22:14:35 +00:00
optimizer Apply fixes for problems with dropped columns whose types have also been 2003-05-12 00:17:34 +00:00
parser Don't generate 'zero' typeids in the output from gen_cross_product. 2003-06-25 20:07:54 +00:00
po Translation updates 2003-01-04 10:26:28 +00:00
port Fix Linux dynloader code for pre-HAVE_DLOPEN systems, which evidently 2002-10-15 16:04:17 +00:00
postmaster wups, took out one memset too many ... 2003-07-22 19:13:25 +00:00
regex Fix char-vs-pg_wchar confusion in p_ere(), per failure report from 2003-04-20 17:37:22 +00:00
rewrite It is possible for ResolveNew to be used to insert a sublink into a 2003-10-20 20:02:30 +00:00
storage Back-patch changes to validate page header fields immediately after 2003-04-04 00:32:57 +00:00
tcop Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTO 2003-01-21 22:06:36 +00:00
utils Fix for possible referential integrity violation when a qualified ON INSERT 2003-10-31 03:57:42 +00:00
Makefile > > > > and mb conversions (pg_ascii2mic and pg_mic2ascii not 2002-10-09 16:21:54 +00:00
nls.mk Translation updates 2002-12-10 20:00:27 +00:00