1. 19 Dec, 2003 4 commits
  2. 18 Dec, 2003 13 commits
  3. 17 Dec, 2003 11 commits
  4. 16 Dec, 2003 6 commits
  5. 15 Dec, 2003 3 commits
  6. 14 Dec, 2003 3 commits
    • Neil Conway's avatar
      6efdd418
    • Neil Conway's avatar
      I posted some bufmgr cleanup a few weeks ago, but it conflicted with · fef0c834
      Neil Conway authored
      some concurrent changes Jan was making to the bufmgr. Here's an
      updated version of the patch -- it should apply cleanly to CVS
      HEAD and passes the regression tests.
      
      This patch makes the following changes:
      
           - remove the UnlockAndReleaseBuffer() and UnlockAndWriteBuffer()
             macros, and replace uses of them with calls to the appropriate
             functions.
      
           - remove a bunch of #ifdef BMTRACE code: it is ugly & broken
             (i.e. it doesn't compile)
      
           - make BufferReplace() return a bool, not an int
      
           - cleanup some logic in bufmgr.c; should be functionality
             equivalent to the previous code, just cleaner now
      
           - remove the BM_PRIVATE flag as it is unused
      
           - improve a few comments, etc.
      fef0c834
    • Neil Conway's avatar
      This patch fixes a few more uppercase GUC vars. I also removed an · 81e94551
      Neil Conway authored
      example from the RESET reference page because it seemed completely
      redundant.
      81e94551