postgresql/src/backend
Tom Lane e4044ba2d7 Fix for this problem:
regression=# select 1 from tenk1 ta cross join tenk1 tb for update;
ERROR:  no relation entry for relid 3

7.3 said "SELECT FOR UPDATE cannot be applied to a join", which was better
but still wrong, considering that 7.2 took the query just fine.  Fix by
making transformForUpdate() ignore JOIN and other special RTE types,
rather than trying to mark them FOR UPDATE.  The actual error message now
only appears if you explicitly name the join in FOR UPDATE.
2003-11-05 22:00:46 +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 When a superuser does GRANT or REVOKE on an object he doesn't own, 2003-10-31 20:00:49 +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 Fix for this problem: 2003-11-05 22:00:46 +00:00
parser Fix for this problem: 2003-11-05 22:00:46 +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 Update future-tense comments in README to present tense. Noted by 2003-10-31 22:48:08 +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