1. 12 Aug, 2009 3 commits
  2. 11 Aug, 2009 5 commits
  3. 10 Aug, 2009 8 commits
  4. 09 Aug, 2009 1 commit
    • Peter Eisentraut's avatar
      Ship documentation without intermediate tarballs · ed920882
      Peter Eisentraut authored
      Documentation files in HTML and man formats are now prepared for
      distribution using the distprep make target, like everything else.  They
      are placed in doc/src/sgml/html and manX and installed from there by
      make install, if present.  The business with the tarballs in the tarball
      is gone.
      ed920882
  5. 08 Aug, 2009 1 commit
  6. 07 Aug, 2009 10 commits
  7. 06 Aug, 2009 2 commits
  8. 05 Aug, 2009 5 commits
    • Alvaro Herrera's avatar
      Fix manpages related to SPI functions. · 6403c35e
      Alvaro Herrera authored
      This patch adds declaration so that they end up in section 3, and adds
      them to the Makefiles to install them.
      
      Also, some synopses needed reflowing so that they look nice in 80-column
      terminals.
      6403c35e
    • Tom Lane's avatar
      25bd9ce3
    • Heikki Linnakangas's avatar
      Improve error messages in md.c. When a filesystem operation like open() or · 23dc89d2
      Heikki Linnakangas authored
      fsync() fails, say "file" rather than "relation" when printing the filename.
      
      This makes messages that display block numbers a bit confusing. For example,
      in message 'could not read block 150000 of file "base/1234/5678.1"', 150000
      is the block number from the beginning of the relation, ie. segment 0, not
      150000th block within that segment. Per discussion, users aren't usually
      interested in the exact location within the file, so we can live with that.
      
      To ease constructing error messages, add FilePathName(File) function to
      return the pathname of a virtual fd.
      23dc89d2
    • Joe Conway's avatar
      Implement dblink_get_notify(). · f4095b4c
      Joe Conway authored
      Adds the ability to retrieve async notifications using dblink,
      via the addition of the function dblink_get_notify(). Original patch
      by Marcus Kempe, suggestions by Tom Lane and Alvaro Herrera, patch
      review and adjustments by Joe Conway.
      f4095b4c
    • Michael Meskes's avatar
      Fixed copyright notice. · 16f3cf8c
      Michael Meskes authored
      16f3cf8c
  9. 04 Aug, 2009 5 commits