1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00
Files
postgres/src
Tom Lane 1f6d8b90b8 Buffer manager modifications to keep a local buffer-dirtied bit as well
as a shared dirtybit for each shared buffer.  The shared dirtybit still
controls writing the buffer, but the local bit controls whether we need
to fsync the buffer's file.  This arrangement fixes a bug that allowed
some required fsyncs to be missed, and should improve performance as well.
For more info see my post of same date on pghackers.
2000-04-09 04:43:20 +00:00
..
2000-04-08 18:35:30 +00:00
1998-11-19 02:39:51 +00:00
2000-04-08 12:20:27 +00:00
1999-12-29 10:28:00 +00:00
1999-07-30 03:45:57 +00:00
2000-02-28 23:28:41 +00:00
1997-08-22 16:38:33 +00:00
Hi!
2000-01-18 19:05:31 +00:00