1. 15 Jan, 1998 3 commits
    • 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
  2. 14 Jan, 1998 2 commits
  3. 13 Jan, 1998 21 commits
  4. 12 Jan, 1998 2 commits
  5. 11 Jan, 1998 8 commits
  6. 10 Jan, 1998 3 commits
  7. 09 Jan, 1998 1 commit