1. 01 Feb, 1998 6 commits
  2. 31 Jan, 1998 6 commits
  3. 30 Jan, 1998 1 commit
  4. 29 Jan, 1998 3 commits
    • Marc G. Fournier's avatar
      don't forget to 'template' i386_solaris · b7ed95ae
      Marc G. Fournier authored
      b7ed95ae
    • Marc G. Fournier's avatar
      From: Phil Thompson <phil@river-bank.demon.co.uk> · 8e789e8e
      Marc G. Fournier authored
      Attached is the patch to fix the warning messages from my code.  I also
      fixed one which wasn't my code.  Apart from the usual warnings about the
      bison/yacc generated code I only have one other warning message.  This
      is in gramm.y around line 2234.  I wasn't sure of the fix.
      
      I've also replaced all the calls to free() in gramm.y to calls to
      pfree().  Without these I was getting backend crashes with GRANT.  This
      might already have been fixed.
      8e789e8e
    • Marc G. Fournier's avatar
      From: "Pedro J. Lobo" <pjlobo@euitt.upm.es> · 2780576e
      Marc G. Fournier authored
      I've patched pg_dump.c and createdb to add support for password
      authentication, using the '-u' switch as in psql. I have updated also the
      man pages.
      2780576e
  5. 28 Jan, 1998 5 commits
  6. 27 Jan, 1998 10 commits
  7. 26 Jan, 1998 6 commits
  8. 25 Jan, 1998 3 commits
    • Bruce Momjian's avatar
      Add cash_words_out and fix \df width. · d57753ef
      Bruce Momjian authored
      d57753ef
    • Marc G. Fournier's avatar
      From: todd brandys <brandys@eng3.hep.uiuc.edu> · 594aae99
      Marc G. Fournier authored
        o  The manual (really text) pages for create/alter/drop user.
      594aae99
    • Marc G. Fournier's avatar
      From: Tom I Helbekkmo <tih@Hamartun.Priv.NO> · 674b22a2
      Marc G. Fournier authored
      PostgreSQL type extensions for IP and MAC addresses.
      
      I needed to record IP and MAC level ethernet addresses in a data
      base, and I really didn't want to store them as plain strings, with
      no enforced error checking, so I put together the accompanying code
      as my first experiment with adding a data type to PostgreSQL.  I
      then thought that this might be useful to others, both directly and
      as a very simple example of how to do this sort of thing, so here
      it is, in the hope that it will be useful.
      674b22a2