Skip to content
Snippets Groups Projects
  1. Jan 18, 1998
    • 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
  2. Jan 17, 1998
  3. Jan 16, 1998
  4. Jan 15, 1998
    • 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
  5. Jan 14, 1998
  6. Jan 13, 1998
  7. Jan 12, 1998
  8. Jan 11, 1998
Loading