postgresql/src
Tom Lane 3c5d000749 Fix incorrect logic for clearing BufferDirtiedByMe in ReleaseRelationBuffers
and DropBuffers.  Formerly we cleared the flag for each buffer currently
belonging to the target rel or database, but that's completely wrong!
Must look at BufferTagLastDirtied to see whether the BufferDirtiedByMe
flag is relevant to target rel or not; this is *independent* of the
current contents of the buffer.  Vadim spotted this problem, but his
fix was only partially correct...
2000-10-22 20:20:49 +00:00
..
backend Fix incorrect logic for clearing BufferDirtiedByMe in ReleaseRelationBuffers 2000-10-22 20:20:49 +00:00
bin Use new datlastsysoid field in pg_database + some cleanups & fixes 2000-10-22 18:13:09 +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 datlastsysoid is an Oid, not an int4 ... 2000-10-22 18:29:58 +00:00
interfaces Fixed mixing of two enum datatypes. 2000-10-22 13:36:19 +00:00
makefiles Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template to 2000-10-21 22:36:14 +00:00
pl Add support for VPATH builds, that is, building somewhere else than in the 2000-10-20 21:04:27 +00:00
template Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template to 2000-10-21 22:36:14 +00:00
test Add support for VPATH builds, that is, building somewhere else than in the 2000-10-20 21:04:27 +00:00
tools Update make_mkid 2000-10-11 17:55:34 +00:00
tutorial Add support for VPATH builds, that is, building somewhere else than in the 2000-10-20 21:04:27 +00:00
utils Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter 2000-09-29 13:53:35 +00:00
DEVELOPERS just testing a script... 1999-07-30 03:45:57 +00:00
GNUmakefile.in New unified regression test driver, test/regress makefile cleanup, 2000-09-29 17:17:41 +00:00
Makefile Put back old Makefiles, in pgsql and pgsql/src. 2000-06-12 16:37:22 +00:00
Makefile.global.in Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template to 2000-10-21 22:36:14 +00:00
Makefile.shlib Add support for VPATH builds, that is, building somewhere else than in the 2000-10-20 21:04:27 +00:00
win32.mak Hi! 2000-01-18 19:05:31 +00:00