postgresql/src
Tom Lane c9d8edc906 Repair bufmgr deadlock problem reported by Michael Wildpaner. Must take
share lock on a buffer being written out before releasing BufMgrLock in
the BufferAlloc code path; if we do it later we might block on someone
who's re-pinned the buffer.  I believe this is only an issue for BufferAlloc
and not the other places that call FlushBuffer.  BufferSync must continue
to do it the old way since it may well be trying to write buffers that
other backends have pinned; but it should not be holding any conflicting
locks.  FlushRelationBuffers is okay since it's got exclusive lock at the
relation level.
2005-01-03 18:49:41 +00:00
..
backend Repair bufmgr deadlock problem reported by Michael Wildpaner. Must take 2005-01-03 18:49:41 +00:00
bin Adjust a few more copyright notices to match the format expected by 2005-01-01 22:14:33 +00:00
corba
include Some more missed copyright notices. Many of these look like they 2005-01-01 20:44:34 +00:00
interfaces Adjust a few more copyright notices to match the format expected by 2005-01-01 22:14:33 +00:00
makefiles Add '-Wl,' prefix to linker switches consistently. Remove shlib_symbolic 2004-12-21 18:47:42 +00:00
pl Some more missed copyright notices. Many of these look like they 2005-01-01 20:44:34 +00:00
port Adjust a few more copyright notices to match the format expected by 2005-01-01 22:14:33 +00:00
template Support Sun's compiler on SunOS4 (a/k/a Solaris 9). Per ayan@ayan.net 2004-12-29 23:47:40 +00:00
test Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
timezone Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
tools Update copyright script. 2005-01-03 06:16:54 +00:00
tutorial Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
utils PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with 2004-07-30 12:26:40 +00:00
bcc32.mak
DEVELOPERS
Makefile please find attached an alternate submission which addresses open item 2004-10-06 08:50:02 +00:00
Makefile.global.in Add Win32 version stamps that increment each day for proper SYSTEM32 2004-12-19 02:16:31 +00:00
Makefile.shlib Fix up makefile dependencies for pg_config_paths.h. 2004-11-20 21:13:06 +00:00
nls-global.mk More locale fixes for pg_ctl. 2004-06-01 03:32:42 +00:00
win32.mak