postgresql/src/backend
Tom Lane 1df7a455dd It is possible for ResolveNew to be used to insert a sublink into a
subquery that didn't previously have one.  We have traditionally made
the caller of ResolveNew responsible for updating the hasSubLinks flag
of the outermost query, but this fails to account for hasSubLinks in
subqueries.  Fix ResolveNew to handle this.  We might later want to
change the calling convention of ResolveNew so that it can fix the
outer query too, simplifying callers.  But I went with the localized
fix for now.  Per bug report from J Smith, 20-Oct-03.
2003-10-20 20:01:59 +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 Further work on information_schema. _pg_keyissubset() wasn't quite 2003-10-18 19:06:10 +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 Various message fixes, among those fixes for the previous round of fixes 2003-09-26 15:27:37 +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 Repair interaction between IN-join processing and subselect pullup that 2003-10-18 16:52: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-04 22:50:20 +00:00
port Back out makeNode() patch to fix gcc 3.3.1 warning. 2003-10-13 22:47:15 +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 Ensure that all places that are complaining about exhaustion of shared 2003-10-16 20:59:35 +00:00
tcop Save_r, Save_t should be static not global variables. 2003-10-19 23:43:51 +00:00
utils Cleanup on --help-config: Now called --describe-config, no further options, 2003-10-18 22:59:09 +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