postgresql/src
Tom Lane bdadc9bf1c Remove RelationGetBufferWithBuffer(), which is horribly confused about
appropriate pin-count manipulation, and instead use ReleaseAndReadBuffer.
Make use of the fact that the passed-in buffer (if there is one) must
be pinned to avoid grabbing the bufmgr spinlock when we are able to
return this same buffer.  Eliminate unnecessary 'previous tuple' and
'next tuple' fields of HeapScanDesc and IndexScanDesc, thereby removing
a whole lot of bookkeeping from heap_getnext() and related routines.
2001-06-09 18:16:59 +00:00
..
backend Remove RelationGetBufferWithBuffer(), which is horribly confused about 2001-06-09 18:16:59 +00:00
bin Finish German translation, edit (original) messages a bit. 2001-06-08 23:53:48 +00:00
corba
data
include Remove RelationGetBufferWithBuffer(), which is horribly confused about 2001-06-09 18:16:59 +00:00
interfaces Document and work around ANT bug that prevents directory deletion. 2001-06-07 20:24:54 +00:00
makefiles See attached for a small patch that enables plpython to build cleanly 2001-05-25 15:48:33 +00:00
pl Fix a few missed NOIND usages. 2001-06-09 02:19:07 +00:00
template Back out qnx plpgsql/Makefile change and move to src/Makefile. 2001-05-24 22:33:18 +00:00
test This patch adds support for %TYPE in CREATE FUNCTION argument and return 2001-06-04 23:27:23 +00:00
tools pgindent fix for asterisk indented too much in return type, for Tom. 2001-06-06 20:51:31 +00:00
tutorial
utils
DEVELOPERS
GNUmakefile.in
Makefile
Makefile.global.in Native Language Support (NLS) 2001-06-02 18:25:18 +00:00
Makefile.shlib
nls-global.mk Native Language Support (NLS) 2001-06-02 18:25:18 +00:00
win32.mak