1. 23 Apr, 2004 5 commits
  2. 22 Apr, 2004 14 commits
  3. 21 Apr, 2004 7 commits
  4. 20 Apr, 2004 12 commits
  5. 19 Apr, 2004 2 commits
    • Bruce Momjian's avatar
      In reading the 7.4.2 docs, the sql reference page for PREPARE doesn't · d1b3915c
      Bruce Momjian authored
      reference DEALLOCATE in any way. It points to EXECUTE, but not to
      DEALLOCATE. Suggested fix:
      
      ... This also means that a single  prepared statement cannot be used by
      multiple simultaneous database clients; however, each client can create
      their own prepared statement  to use. The prepared statement can be
      manually cleaned up using the DEALLOCATE command.
      
      James Robinson
      d1b3915c
    • Tom Lane's avatar
      Code review for ARC patch. Eliminate static variables, improve handling · 011c3e62
      Tom Lane authored
      of VACUUM cases so that VACUUM requests don't affect the ARC state at all,
      avoid corner case where BufferSync would uselessly rewrite a buffer that
      no longer contains the page that was to be flushed.  Make some minor
      other cleanups in and around the bufmgr as well, such as moving PinBuffer
      and UnpinBuffer into bufmgr.c where they really belong.
      011c3e62