postgresql/src
Tom Lane a51f004d29 Repair breakage of rules containing INSERT ... SELECT actions, per bug
report from Joel Burton.  Turns out that my simple idea of turning the
SELECT into a subquery does not interact well *at all* with the way the
rule rewriter works.  Really what we need to make INSERT ... SELECT work
cleanly is to decouple targetlists from rangetables: an INSERT ... SELECT
wants to have two levels of targetlist but only one rangetable.  No time
for that for 7.1, however, so I've inserted some ugly hacks to make the
rewriter know explicitly about the structure of INSERT ... SELECT queries.
Ugh :-(
2000-12-05 19:15:10 +00:00
..
backend Repair breakage of rules containing INSERT ... SELECT actions, per bug 2000-12-05 19:15:10 +00:00
bin Ensure that all uses of <ctype.h> functions are applied to unsigned-char 2000-12-03 20:45:40 +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 Repair breakage of rules containing INSERT ... SELECT actions, per bug 2000-12-05 19:15:10 +00:00
interfaces Ensure that all uses of <ctype.h> functions are applied to unsigned-char 2000-12-03 20:45:40 +00:00
makefiles Make all commands that link a program look like 2000-11-30 20:36:13 +00:00
pl Ensure that all uses of <ctype.h> functions are applied to unsigned-char 2000-12-03 20:45:40 +00:00
template AIX patches from Andreas. 2000-11-18 05:40:03 +00:00
test Update for new tests. These are extrapolations and will need to be confirmed 2000-12-03 17:53:26 +00:00
tools update list of places to change version numbers; reformat 2000-11-24 18:28:20 +00:00
tutorial Revise handling of oldstyle/newstyle functions per recent discussions 2000-11-20 20:36:57 +00:00
utils Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter 2000-09-29 13:53:35 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
GNUmakefile.in New unified regression test driver, test/regress makefile cleanup, 2000-09-29 17:17:41 +00:00
Makefile Fix GNU make detection. 2000-11-06 18:18:22 +00:00
Makefile.global.in Make all commands that link a program look like 2000-11-30 20:36:13 +00:00
Makefile.shlib Make all commands that link a program look like 2000-11-30 20:36:13 +00:00
win32.mak Hi! 2000-01-18 19:05:31 +00:00