postgresql/src
Tom Lane 1ee26b7764 Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the
materialized tupleset is small enough) instead of a temporary relation.
This was something I was thinking of doing anyway for performance, and Jan
says he needs it for TOAST because he doesn't want to cope with toasting
noname relations.  With this change, the 'noname table' support in heap.c
is dead code, and I have accordingly removed it.  Also clean up 'noname'
plan handling in planner --- nonames are either sort or materialize plans,
and it seems less confusing to handle them separately under those names.
2000-06-18 22:44:35 +00:00
..
backend Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the 2000-06-18 22:44:35 +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 Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the 2000-06-18 22:44:35 +00:00
interfaces Remove fmgrstamp-h business -- not needed and confusing 2000-06-17 00:10:40 +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 Remove -O0 linux ppc flag 2000-06-14 17:01:35 +00:00
test Remove fmgrstamp-h business -- not needed and confusing 2000-06-17 00:10:40 +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 Remove fmgrstamp-h business -- not needed and confusing 2000-06-17 00:10:40 +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