1. 14 Sep, 2005 3 commits
  2. 13 Sep, 2005 3 commits
  3. 12 Sep, 2005 10 commits
  4. 11 Sep, 2005 3 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
    • Tom Lane's avatar
      Avoid changing stdin/stdout to binary mode on Windows unless that is · e1a7d1b9
      Tom Lane authored
      really the source or destination of the archive.  I think this will
      resolve recent complaints that password prompting is broken in pg_restore
      on Windows.  Note that password prompting and reading from stdin is an
      unworkable combination on Windows ... but that was true anyway.
      e1a7d1b9
  5. 10 Sep, 2005 1 commit
  6. 09 Sep, 2005 3 commits
    • Tom Lane's avatar
      Given its current definition that depends on time(NULL), timetz_zone · 35979e6c
      Tom Lane authored
      is certainly no longer immutable, but must indeed be marked volatile.
      I wonder if it should use the value of now() (that is, transaction
      start time) so that it could be marked stable.  But it's probably not
      important enough to be worth changing the code for ... indeed, I'm not
      even going to force an initdb for this catalog change, seeing that we
      just did one a few hours ago.
      35979e6c
    • Tom Lane's avatar
      timestamptz_izone should return the input, not NULL, when the input · f2ebd01e
      Tom Lane authored
      is a non-finite timestamp, for consistency with related functions.
      In other words: +infinity rotated to a different timezone is still
      +infinity.
      f2ebd01e
    • Tom Lane's avatar
      Fix the various forms of AT TIME ZONE to accept either timezones found · a239af02
      Tom Lane authored
      in the zic database or zone names found in the date token table.  This
      preserves the old ability to do AT TIME ZONE 'PST' along with the new
      ability to do AT TIME ZONE 'PST8PDT'.  Per gripe from Bricklen Anderson.
      Also, fix some inconsistencies in usage of TZ_STRLEN_MAX --- the old
      code had the potential for one-byte buffer overruns, though given
      alignment considerations it's unlikely there was any real risk.
      a239af02
  7. 08 Sep, 2005 2 commits
  8. 07 Sep, 2005 1 commit
  9. 05 Sep, 2005 6 commits
  10. 04 Sep, 2005 1 commit
  11. 03 Sep, 2005 2 commits
  12. 02 Sep, 2005 5 commits
    • Bruce Momjian's avatar
      11b5c554
    • Tom Lane's avatar
      Fix the spelling. · 08020785
      Tom Lane authored
      08020785
    • Bruce Momjian's avatar
      Update. · 264cd5f0
      Bruce Momjian authored
      < 	  have its heap and index files truncated.  One issue is
      < 	  that no other backend should be able to add to the table
      < 	  at the same time, which is something that is currently
      < 	  allowed.
      > 	  removed or have its heap and index files truncated.  One
      > 	  issue is that no other backend should be able to add to
      > 	  the table at the same time, which is something that is
      > 	  currently allowed.
      264cd5f0
    • Bruce Momjian's avatar
      Update: · ef6d5b4e
      Bruce Momjian authored
      > 	o Allow COPY on a newly-created table to skip WAL logging
      450a452,456
      > 	  On crash recovery, the table involved in the COPY would
      > 	  have its heap and index files truncated.  One issue is
      > 	  that no other backend should be able to add to the table
      > 	  at the same time, which is something that is currently
      > 	  allowed.
      ef6d5b4e
    • Bruce Momjian's avatar
      Update: · f8ec875c
      Bruce Momjian authored
      < 	o Allow COPY into an empty table to skip WAL logging
      > 	o Allow COPY into an new table to skip WAL logging
      f8ec875c