postgresql/src/backend
Jan Wieck cc4baf4da3 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:58:21 +00:00
..
access Fix bad interaction between NOTIFY processing and V3 extended query 2003-10-16 16:50:41 +00:00
bootstrap Cause standalone backend (including bootstrap case) to read the GUC 2003-09-02 19:04:12 +00:00
catalog Fix some corner cases in ACL manipulation: don't foul up on an empty 2003-10-29 22:20:54 +00:00
commands Simplify loop test to avoid bug in AIX compiler, per Andreas. 2003-10-18 15:38:06 +00:00
executor Back out makeNode() patch to fix gcc 3.3.1 warning. 2003-10-13 22:47:15 +00:00
lib Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
libpq Remove socket credentials defines not referenced. 2003-10-25 03:48:47 +00:00
main Cleanup on --help-config: Now called --describe-config, no further options, 2003-10-18 22:59:09 +00:00
nodes Fix ARRAY[] construct so that in multidimensional case, elements can 2003-08-17 23:43:27 +00:00
optimizer Give a useful error message if a RangeVar is encountered in an expression. 2003-10-29 18:10:15 +00:00
parser Improve error reporting in parseTypeString(), motivated by confusing 2003-10-20 17:25:42 +00:00
po Translation update 2003-10-25 18:18:19 +00:00
port Change Solaris tests to test for SHM_SHARE_MMU, per Tom. 2003-10-27 18:30:07 +00:00
postmaster Various message fixes, among those fixes for the previous round of fixes 2003-09-26 15:27:37 +00:00
regex Fix broken definition of :print: character class, per Bruno Wolff. 2003-09-29 00:21:58 +00:00
rewrite It is possible for ResolveNew to be used to insert a sublink into a 2003-10-20 20:01:59 +00:00
storage compact_fsm_storage() does need to handle the case where a relation's 2003-10-29 17:36:57 +00:00
tcop Save_r, Save_t should be static not global variables. 2003-10-19 23:43:51 +00:00
utils Fix for possible referential integrity violation when a qualified ON INSERT 2003-10-31 03:58:21 +00:00
Makefile Make "win" a separate port from "cygwin". This means you can now 2003-03-21 17:18:34 +00:00
nls.mk New Norwegian translation by Trond Endrestøl, actually made for 7.3, but 2003-09-29 10:57:06 +00:00