postgresql/src
Tom Lane 98c7f157f2 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:02:30 +00:00
..
backend It is possible for ResolveNew to be used to insert a sublink into a 2003-10-20 20:02:30 +00:00
bin [ Patch applied only to 7.3.X.] 2003-09-29 18:53:08 +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 Stamp 7.3.4 release. 2003-07-23 04:10:16 +00:00
interfaces Sigh, I'm an idiot ... SSL_ERROR_WANT_READ isn't an error condition 2003-08-22 21:57:44 +00:00
makefiles Use -fPIC on Sparc, per Tom Callaway. 2003-05-19 17:51:08 +00:00
pl Back-patch fix for plpython problems with dropped table columns; 2003-09-17 18:40:11 +00:00
port Fix BSD/OS thread file locking bug in new fseeko code. 2003-01-02 06:01:02 +00:00
template Mark SCO Openserver 5.0.4. supported by 7.3.1 as per chat report from user. 2002-12-11 22:27:34 +00:00
test Back-patch Jan's fix to avoid primary key lookup (and lock) if foreign key 2003-05-21 18:14:46 +00:00
tools A tiny patch to fix a typo in configure.in and another one in 2003-01-11 04:59:08 +00:00
tutorial Assorted fixes for Cygwin: 2002-09-05 18:28:46 +00:00
utils Re-add Win32 missing files, I think. 2002-11-02 02:00:35 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
Makefile Assorted fixes for Cygwin: 2002-09-05 18:28:46 +00:00
Makefile.global.in Remove leftovers from subproject removals. Fixes for Python and Kerberos 2002-09-04 22:54:18 +00:00
Makefile.shlib Cause symlinks for shared-library versioning to run in the standard 2003-01-11 17:22:34 +00:00
nls-global.mk Avoid shell syntax error if list of languages is empty. 2002-09-02 22:19:42 +00:00
win32.mak Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00