1. 24 Jan, 1997 13 commits
  2. 23 Jan, 1997 15 commits
  3. 22 Jan, 1997 8 commits
  4. 21 Jan, 1997 2 commits
  5. 20 Jan, 1997 2 commits
    • Marc G. Fournier's avatar
      b7d6e8ac
    • Vadim B. Mikheev's avatar
      Fixing possible losing data changes: · 9ff69034
      Vadim B. Mikheev authored
      1. New flag - BM_JUST_DIRTIED - added for BufferDesc;
      2. All data "dirtiers" (WriteBuffer and WriteNoReleaseBuffer)
         set this flag (and BM_DIRTY too);
      3. All data "flushers" (FlushBuffer, BufferSync and BufferReplace)
         turn this flag off just before calling smgr[blind]write/smgrflush
         and check this flag after flushing buffer: if it turned ON then
         BM_DIRTY will stay ON.
      9ff69034