1. 15 Jun, 2003 7 commits
  2. 14 Jun, 2003 4 commits
  3. 13 Jun, 2003 4 commits
  4. 12 Jun, 2003 21 commits
  5. 11 Jun, 2003 4 commits
    • Bruce Momjian's avatar
      This patch extracts page buffer pooling and the simple · 0abe7431
      Bruce Momjian authored
      least-recently-used strategy from clog.c into slru.c.  It doesn't
      change any visible behaviour and passes all regression tests plus a
      TruncateCLOG test done manually.
      
      Apart from refactoring I made a little change to SlruRecentlyUsed,
      formerly ClogRecentlyUsed:  It now skips incrementing lru_counts, if
      slotno is already the LRU slot, thus saving a few CPU cycles.  To make
      this work, lru_counts are initialised to 1 in SimpleLruInit.
      
      SimpleLru will be used by pg_subtrans (part of the nested transactions
      project), so the main purpose of this patch is to avoid future code
      duplication.
      
      Manfred Koizar
      0abe7431
    • Bruce Momjian's avatar
      Add add_missing_from GUC variable. · 240dc5cd
      Bruce Momjian authored
      Nigel J. Andrews
      240dc5cd
    • Bruce Momjian's avatar
      Done: · 9ffdd91b
      Bruce Momjian authored
      * -Add config variable to prevent auto-adding missing FROM-clause tables
      9ffdd91b
    • Tom Lane's avatar
      Update expected file to match new _int.sql. · 6a276b7b
      Tom Lane authored
      6a276b7b