1. 18 Sep, 2005 2 commits
  2. 17 Sep, 2005 1 commit
    • Bruce Momjian's avatar
      Add: · 3743f07a
      Bruce Momjian authored
      >
      1032a1034
      > * Remove BeOS and QNX-specific code
      3743f07a
  3. 16 Sep, 2005 16 commits
  4. 15 Sep, 2005 3 commits
  5. 14 Sep, 2005 3 commits
  6. 13 Sep, 2005 3 commits
  7. 12 Sep, 2005 10 commits
  8. 11 Sep, 2005 2 commits
    • Neil Conway's avatar
      Many small improvements and copy edits to the release notes. Use "—" · f7a5f90c
      Neil Conway authored
      rather than "-" for the "dash" character. Correct SGML markup. Make
      references to the names of contributors more consistent. Rewrite a bit
      of prose, and make some other similar cleanups.
      f7a5f90c
    • Tom Lane's avatar
      Fix some corner-case bugs in _sendSQLLine's parsing of SQL commands · c7d1a8d4
      Tom Lane authored
      > found in a pg_dump archive.  It had problems with dollar-quote tags
      broken across bufferload boundaries (this may explain bug report from
      Rod Taylor), also with dollar-quote literals of the form $a$a$...,
      and was also confused about the rules for backslash in double quoted
      identifiers (ie, they're not special).  Also put in placeholder support
      for E'...' literals --- this will need more work later.
      c7d1a8d4