git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 2c0edb3) | patch
Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the
2000年6月18日 22:44:35 +0000 (22:44 +0000)
2000年6月18日 22:44:35 +0000 (22:44 +0000)
commit 1ee26b776475155ad1fb00fa3ed0a93659ffadad
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.
32 files changed:
src/backend/access/transam/xact.c diff | blob | blame | history
src/backend/bootstrap/bootparse.y diff | blob | blame | history
src/backend/catalog/heap.c diff | blob | blame | history
src/backend/catalog/index.c diff | blob | blame | history
src/backend/commands/explain.c diff | blob | blame | history
src/backend/executor/execAmi.c diff | blob | blame | history
src/backend/executor/nodeMaterial.c diff | blob | blame | history
src/backend/nodes/copyfuncs.c diff | blob | blame | history
src/backend/nodes/freefuncs.c diff | blob | blame | history
src/backend/nodes/outfuncs.c diff | blob | blame | history
src/backend/nodes/print.c diff | blob | blame | history
src/backend/nodes/readfuncs.c diff | blob | blame | history
src/backend/optimizer/path/costsize.c diff | blob | blame | history
src/backend/optimizer/plan/createplan.c diff | blob | blame | history
src/backend/optimizer/plan/planner.c diff | blob | blame | history
src/backend/optimizer/plan/subselect.c diff | blob | blame | history
src/backend/optimizer/util/relnode.c diff | blob | blame | history
src/backend/utils/adt/chunk.c diff | blob | blame | history
src/backend/utils/cache/relcache.c diff | blob | blame | history
src/backend/utils/sort/Makefile diff | blob | blame | history
src/backend/utils/sort/tuplestore.c [new file with mode: 0644] blob
src/include/access/heapam.h diff | blob | blame | history
src/include/catalog/heap.h diff | blob | blame | history
src/include/executor/executor.h diff | blob | blame | history
src/include/executor/nodeMaterial.h diff | blob | blame | history
src/include/nodes/execnodes.h diff | blob | blame | history
src/include/nodes/nodes.h diff | blob | blame | history
src/include/nodes/plannodes.h diff | blob | blame | history
src/include/optimizer/internal.h [deleted file] blob | blame | history
src/include/optimizer/planmain.h diff | blob | blame | history
src/include/utils/rel.h diff | blob | blame | history
src/include/utils/tuplestore.h [new file with mode: 0644] blob
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /