1. 09 Dec, 2005 6 commits
  2. 08 Dec, 2005 21 commits
  3. 07 Dec, 2005 10 commits
  4. 06 Dec, 2005 3 commits
    • Tom Lane's avatar
      Get rid of slru.c's hardwired insistence on a fixed number of slots per · 887a7c61
      Tom Lane authored
      SLRU area.  The number of slots is still a compile-time constant (someday
      we might want to change that), but at least it's a different constant for
      each SLRU area.  Increase number of subtrans buffers to 32 based on
      experimentation with a heavily subtrans-bashing test case, and increase
      number of multixact member buffers to 16, since it's obviously silly for
      it not to be at least twice the number of multixact offset buffers.
      887a7c61
    • Bruce Momjian's avatar
      Update iconv wording, per Peter. · 3001b469
      Bruce Momjian authored
      3001b469
    • Bruce Momjian's avatar
      Add: · 371879ca
      Bruce Momjian authored
      > * Add GUC variable to run a command on database panic or
      >   smart/fast/immediate shutdown
      371879ca