1. 09 Dec, 1999 2 commits
    • Bruce Momjian's avatar
      Hi, · d65a27f9
      Bruce Momjian authored
      I was able to crash postgres 6.5.3 when I did an 'alter user' command.
      After I started a debugger I found the problem in the timezone handling
      of
      datetime (my Linux box lost its timezone information, that's how the
      problem occurred).
      
      Only 7 bytes are reserved for the timezone, without checking for
      boundaries.
      
      Attached is a patch that fixes this problem and emits a NOTICE if a
      timezone is encountered that is longer than MAXTZLEN bytes, like this:
      
      Jeroen van Vianen
      d65a27f9
    • Bruce Momjian's avatar
      Remove extra vacuum, from Peter. · 469cf43f
      Bruce Momjian authored
      469cf43f
  2. 08 Dec, 1999 5 commits
  3. 07 Dec, 1999 6 commits
  4. 06 Dec, 1999 12 commits
  5. 05 Dec, 1999 7 commits
  6. 04 Dec, 1999 5 commits
  7. 03 Dec, 1999 3 commits