postgresql/src/include/access
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
..
attnum.h Add: 2000-01-26 05:58:53 +00:00
funcindex.h Add: 2000-01-26 05:58:53 +00:00
genam.h Add: 2000-01-26 05:58:53 +00:00
gist.h Another batch of fmgr updates. I think I have gotten all old-style 2000-06-13 07:35:40 +00:00
gistscan.h Another batch of fmgr updates. I think I have gotten all old-style 2000-06-13 07:35:40 +00:00
giststrat.h Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
hash.h Another batch of fmgr updates. I think I have gotten all old-style 2000-06-13 07:35:40 +00:00
heapam.h Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the 2000-06-18 22:44:35 +00:00
hio.h Add: 2000-01-26 05:58:53 +00:00
htup.h heap' xlog records 2000-06-02 10:20:27 +00:00
ibit.h Clean up #include's. 2000-06-15 03:33:12 +00:00
iqual.h Add: 2000-01-26 05:58:53 +00:00
istrat.h Mark functions as static and ifdef NOT_USED as appropriate. 2000-06-08 22:38:00 +00:00
itup.h Fix a bunch of minor portability problems and maybe-bugs revealed by 2000-03-17 02:36:41 +00:00
nbtree.h Clean up #include's. 2000-06-15 03:33:12 +00:00
printtup.h Add: 2000-01-26 05:58:53 +00:00
relscan.h Cache fmgr lookup data for index's getnext() function in IndexScanDesc, 2000-03-14 23:52:01 +00:00
rmgr.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
rtree.h Clean up #include's. 2000-06-15 03:33:12 +00:00
rtscan.h Add: 2000-01-26 05:58:53 +00:00
rtstrat.h Add: 2000-01-26 05:58:53 +00:00
sdir.h Add: 2000-01-26 05:58:53 +00:00
skey.h Add: 2000-01-26 05:58:53 +00:00
strat.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
transam.h Add: 2000-01-26 05:58:53 +00:00
tupdesc.h I am attempting to integrate postgres (v 7.0) with an open source 2000-05-22 02:34:23 +00:00
tupmacs.h Fix a bunch of minor portability problems and maybe-bugs revealed by 2000-03-17 02:36:41 +00:00
tuptoaster.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
valid.h Third round of fmgr updates: eliminate calls using fmgr() and 2000-05-30 04:25:00 +00:00
xact.h Mark functions as static and ifdef NOT_USED as appropriate. 2000-06-08 22:38:00 +00:00
xlog.h heap' xlog records 2000-06-02 10:20:27 +00:00