postgresql/src
Tom Lane 996659f255 Fix handling of type tuple associated with a temp relation. We have
to apply the tempname->realname mapping to type name lookup as well
as relation name lookup, else the type tuple will not be found when
wanted.  This fixes bugs like this one:
create temp table foo (f1 int);
select foo.f2 from foo;
ERROR:  Unable to locate type name 'foo' in catalog
2000-06-20 01:41:22 +00:00
..
backend Fix handling of type tuple associated with a temp relation. We have 2000-06-20 01:41:22 +00:00
bin Remove fmgrstamp-h business -- not needed and confusing 2000-06-17 00:10:40 +00:00
corba Updating and addign files... 1998-11-19 02:39:51 +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 Integrated ODBC driver into regular build. No more standalone business, 2000-06-19 16:58:48 +00:00
interfaces Integrated ODBC driver into regular build. No more standalone business, 2000-06-19 16:58:48 +00:00
makefiles Substituted new configure test for types of accept() 2000-06-11 11:40:09 +00:00
pl Remove fmgrstamp-h business -- not needed and confusing 2000-06-17 00:10:40 +00:00
template Linux/alpha patch. 2000-06-19 00:51:23 +00:00
test Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc 2000-06-19 03:55:01 +00:00
tools Remove fmgrstamp-h business -- not needed and confusing 2000-06-17 00:10:40 +00:00
tutorial Another round of updates for new fmgr, mostly in the datetime code. 2000-06-09 01:11:16 +00:00
utils Big warnings cleanup for Solaris/GCC. Down to about 40 now, but 2000-06-14 18:18:01 +00:00
win32 Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
GNUmakefile.in Moved the intricacies of the perl interface build into its own makefile 2000-06-10 18:02:12 +00:00
Makefile Put back old Makefiles, in pgsql and pgsql/src. 2000-06-12 16:37:22 +00:00
Makefile.global.in Integrated ODBC driver into regular build. No more standalone business, 2000-06-19 16:58:48 +00:00
Makefile.shlib Several compilation and run-time problems occur when building on SGI 2000-05-16 20:48:52 +00:00
win32.mak Hi! 2000-01-18 19:05:31 +00:00