1. 21 Jan, 1998 2 commits
  2. 20 Jan, 1998 4 commits
  3. 19 Jan, 1998 4 commits
  4. 17 Jan, 1998 7 commits
  5. 16 Jan, 1998 2 commits
  6. 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
  7. 14 Jan, 1998 2 commits
  8. 13 Jan, 1998 15 commits