1. 17 Jan, 1998 4 commits
    • Marc G. Fournier's avatar
      From: "Billy G. Allie" <Bill.Allie@mug.org> · 36c1c94b
      Marc G. Fournier authored
      The attached patches will allow postgreSQL to compile successfully on SCO
      UNIXWARE 2.1.x.  The patches fix the following problems:
      
      1.  Configure did not properly recognize the UNIXWARE system as needing the
          univel port.  It used the sys4 port.
      
      2.  Configure did not properly process the CC flag in the template file.
      
      3.  There was no working test and set locking implementation for the native
          UNIXWARE compiler.
      
      4.  The test and set locking used for Intel X86 that was selected by defining
          NEED_I386_TAS_ASM could fail in a multi-processor environment.
      
      5.  The makefiles for libpq and libpgtcl did not make a shared library for
          the univel port.
      36c1c94b
    • Marc G. Fournier's avatar
      From: Jan Wilhelm <Jan_Wilhelm@Physik.TU-Muenchen.DE> · 98c7cb11
      Marc G. Fournier authored
      a) psql dumps core when using -a password and PGUSER is set but PGPASSWORD
         not set.
      98c7cb11
    • Bruce Momjian's avatar
      Gram.y cleanup. · 53622d66
      Bruce Momjian authored
      53622d66
    • Bruce Momjian's avatar
      Creates the SubLink structure, and the Query->hasSubLink field, · b37bc65f
      Bruce Momjian authored
      with supporting code.
      
      Creates SubLink node in gram.y.
      
      psql.c patch for newatttypmod field.
      b37bc65f
  2. 16 Jan, 1998 2 commits
  3. 15 Jan, 1998 4 commits
    • Bruce Momjian's avatar
      41a4f64d
    • Marc G. Fournier's avatar
      Fix: · d876c258
      Marc G. Fournier authored
      nodeAgg.c: WARN -> NOTICE for elog
      parse_oper.c: was created after patch for fmgr_info, so function call wrong
      scan.c: regenerated for i386_solaris using flex 2.5.4
      gethostname.c: required prototype for gethostname() function
      config.h.in: create prototype for isinfo() function
      
      isinf.c: "fake" isinf() under i386_solaris using fpclass() call...
      d876c258
    • PostgreSQL Daemon's avatar
      Thank god for searchable mail archives. · baef78d9
      PostgreSQL Daemon authored
      Patch by: wieck@sapserv.debis.de (Jan Wieck)
      
         One  of  the design rules of PostgreSQL is extensibility. And
         to follow this rule means (at least for me) that there should
         not  only  be a builtin PL.  Instead I would prefer a defined
         interface for PL implemetations.
      baef78d9
    • Bruce Momjian's avatar
      Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs. · 763ff8ae
      Bruce Momjian authored
      Pass List* of Aggregs into executor, and create needed array there.
      No longer need to double-processs Aggregs with second copy in Query.
      
      Fix crash when doing:
      
      	select sum(x+1) from test where 1 > 0;
      763ff8ae
  4. 14 Jan, 1998 2 commits
  5. 13 Jan, 1998 21 commits
  6. 12 Jan, 1998 2 commits
  7. 11 Jan, 1998 5 commits