postgresql/src
Jan Wieck fc65a3e1fd Fixed bug where FlushRelationBuffers() did call StrategyInvalidateBuffer()
for already empty buffers because their buffer tag was not cleard out
when the buffers have been invalidated before.

Also removed the misnamed BM_FREE bufhdr flag and replaced the checks,
which effectively ask if the buffer is unpinned, with checks against the
refcount field.

Jan
2004-02-12 15:06:56 +00:00
..
backend Fixed bug where FlushRelationBuffers() did call StrategyInvalidateBuffer() 2004-02-12 15:06:56 +00:00
bin Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to 2004-02-11 22:55:26 +00:00
corba
include Fixed bug where FlushRelationBuffers() did call StrategyInvalidateBuffer() 2004-02-12 15:06:56 +00:00
interfaces More clearly describe why PQinSend returns false for non-threaded libpq. 2004-02-10 15:21:24 +00:00
makefiles
pl Repair missing inclusions of -lintl for shared libraries. 2004-02-10 07:26:25 +00:00
port Check and set thread-safe functions separately, rather than as a single 2004-02-11 21:44:06 +00:00
template Check and set thread-safe functions separately, rather than as a single 2004-02-11 21:44:06 +00:00
test Run stats test separately, not as part of a parallel group, to avoid 2004-01-27 00:50:33 +00:00
tools Check and set thread-safe functions separately, rather than as a single 2004-02-11 21:44:06 +00:00
tutorial
utils > src/backend/commands/user.c file has some parse error at repalloc(), 2004-02-02 17:21:08 +00:00
bcc32.mak
DEVELOPERS
Makefile
Makefile.global.in Centralize implementation of delay code by creating a pg_usleep() 2004-02-10 03:42:45 +00:00
Makefile.shlib
nls-global.mk
win32.mak