1. 19 Feb, 1998 5 commits
  2. 18 Feb, 1998 18 commits
  3. 17 Feb, 1998 5 commits
  4. 16 Feb, 1998 1 commit
  5. 14 Feb, 1998 6 commits
    • Marc G. Fournier's avatar
      From: Brian E Gallew <geek+@cmu.edu> · 527f8bab
      Marc G. Fournier authored
      dgux 5.4R4.11
      
      Missing port-protos.h (not needed, I think).  Wants dld.h.  Should
      really use the system dl stuff (like i386_solaris).  Needs to include
      <netinet/in.h> before <arpa/inet.h>.  Here are some patches...
      527f8bab
    • Marc G. Fournier's avatar
      Apparently there was a · d1891c6f
      Marc G. Fournier authored
      compiler define that should have been enabled, but was not due to
      different naming conventions for Linux/Alpha. Attached is the patch he
      sent me, that I have not had a chance to test yet.
      
      From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>
      d1891c6f
    • Marc G. Fournier's avatar
      From: plh@opim.uconn.edu · b59e20db
      Marc G. Fournier authored
      Missing = in an update
      b59e20db
    • Marc G. Fournier's avatar
      Remove HBA related switch · dde2b66f
      Marc G. Fournier authored
      From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
      dde2b66f
    • Marc G. Fournier's avatar
      From: Tom I Helbekkmo <tih@Hamartun.Priv.NO> · aa0d3ec1
      Marc G. Fournier authored
      The file 'backend/utils/adt/arrayfuncs.c' won't compile with the
      February 14th snapshot, because of an inconsistency between the
      declaration and implementation of ReadArrayStr().  As far as I can
      tell, the predeclaration is wrong.  I assume this is what was meant:
      aa0d3ec1
    • Marc G. Fournier's avatar
      I'm including an update to my user defined IP and MAC address type · a377ad58
      Marc G. Fournier authored
      implementation that's in contrib/ip_and_mac/.  This one works right
      with 6.3, avoids the problems I ran into earlier with LIKE, and
      includes a bit of extra functionality.
      
      From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
      a377ad58
  6. 13 Feb, 1998 5 commits
    • Marc G. Fournier's avatar
      Man page for ecpg.1 · 9336b9b2
      Marc G. Fournier authored
      9336b9b2
    • Bruce Momjian's avatar
      Atttypmod cleanup. · edd36688
      Bruce Momjian authored
      edd36688
    • Marc G. Fournier's avatar
      From: Jan Wieck <jwieck@debis.com> · ce88b9b4
      Marc G. Fournier authored
          just a little correction in the pltcl_guide.nr.
      
          Sometimes I changed the name of tuple arguments to numbers
          like the other args are. Otherwise it wasn't possible to
          create a function as
      
              CREATE FUNCTION f (EMP, EMP) ... LANGUAGE 'pltcl';
      
          The arguments are now accessed in the function as
      
              $1(name) vs. $2(name)
      ce88b9b4
    • Marc G. Fournier's avatar
      From: Zeugswetter Andreas SARZ <Andreas.Zeugswetter@telecom.at> · 2a07e65d
      Marc G. Fournier authored
      Only occurrs in
      src/include/storage/s_lock.h:#if defined(__AIX)
      src/include/utils/dt.h:#if defined(__AIX)
      src/include/utils/nabstime.h:#if defined(__AIX)
      
      Simply delete one underscore, only occurs once per file, so no patch.
      2a07e65d
    • Marc G. Fournier's avatar
      From: Jan Wieck <jwieck@debis.com> · a04dcc91
      Marc G. Fournier authored
          Someone changed the parser to build a TypeName node on CREATE
          FUNCTION in any  case.  As  a  side  effect,  ALL!  functions
          created  got  the  proretset  attribute  to  true. Thus for a
          SELECT the parser wrapped an Iter node around  the  Expr  and
          since  singleton  functions  set  isDone  the Iter returns no
          tuple up.
      a04dcc91