1. 30 May, 2006 5 commits
    • Bruce Momjian's avatar
      Update PL documentation: · fcc02c20
      Bruce Momjian authored
      An article at WebProNews quoted from the PG docs as to the merits of
      stored procedures.  I have added a bit more material on their merits,
      as well as making a few changes to improve the introductions to
      PL/Perl and PL/Tcl.
      
      Chris Browne
      fcc02c20
    • Bruce Momjian's avatar
      Update Japanese FAQ. · 4c494889
      Bruce Momjian authored
      J.Kuwamura
      4c494889
    • Bruce Momjian's avatar
      Add item: · 70507ace
      Bruce Momjian authored
      > * Consider GnuTLS if OpenSSL license becomes a problem
      >
      >   See http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php.
      70507ace
    • Tom Lane's avatar
    • Bruce Momjian's avatar
      Patch reverted because of random buildfarm failures: · e8ea69e3
      Bruce Momjian authored
      ---------------------------------------------------------------------------
      
      Delay write of pg_stats file to once every five minutes, during
      shutdown, or when requested by a backend:
      
      It changes so the file is only written once every 5 minutes (changeable
      of course, I just picked something) instead of once every half second.
      It's still written when the stats collector shuts down, just as before.
      And it is now also written on backend request. A backend requests a
      rewrite by simply sending a special stats message. It operates on the
      assumption that the backends aren't actually going to read the
      statistics file very often, compared to how frequent it's written today.
      
      Magnus Hagander
      e8ea69e3
  2. 29 May, 2006 5 commits
  3. 28 May, 2006 6 commits
  4. 27 May, 2006 5 commits
  5. 26 May, 2006 7 commits
  6. 25 May, 2006 1 commit
  7. 24 May, 2006 3 commits
  8. 23 May, 2006 8 commits