Skip to content
Snippets Groups Projects
  1. Dec 20, 1999
  2. Oct 02, 1999
  3. Sep 26, 1999
    • Tom Lane's avatar
      Modify nodeAgg.c so that no rows are returned for a GROUP BY · be09bc9f
      Tom Lane authored
      with no input rows, per pghackers discussions around 7/22/99.  Clean up
      a bunch of ugly coding while at it; remove redundant re-lookup of
      aggregate info at start of each new GROUP.  Arrange to pfree intermediate
      values when they are pass-by-ref types, so that aggregates on pass-by-ref
      types no longer eat memory.  This takes care of a couple of TODO items...
      be09bc9f
  4. Sep 21, 1999
  5. Jul 17, 1999
  6. Jul 16, 1999
  7. Jul 15, 1999
  8. Jul 14, 1999
  9. Jul 13, 1999
  10. May 25, 1999
  11. Apr 20, 1999
  12. Feb 14, 1999
  13. Jan 24, 1999
    • Tom Lane's avatar
      Improper addition of NaN/Infinity recognition to float8in() · 157349e3
      Tom Lane authored
      was causing it not to detect out-of-range float values, as evidenced by
      failure of float8 regression test.  I corrected that logic and also
      modified expected float8 results to account for new error message
      generated for out-of-range inputs.
      157349e3
  14. Jan 21, 1999
  15. Jan 17, 1999
  16. Jan 10, 1999
  17. Nov 29, 1998
  18. Nov 17, 1998
  19. Sep 01, 1998
  20. Apr 27, 1998
    • Marc G. Fournier's avatar
      From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu> · 1af6b564
      Marc G. Fournier authored
              Ok, I have finally gotten all of the defines for Dec/Alpha and
      Linux/Alpha sorted out as Marc asked. There is no longer any need for
      '-Dalpha' or '-Dlinuxalpha' in either the Dec/Alpha or the Linux/Alpha
      template files (./src/template/{alpha,linuxalpha}). I have replaced every
      instance of 'alpha' or '__alpha__' with '__alpha', as that appears to be
      the common symbol between C compilers on both operating systems (RH4.2 &
      DecUnix 4.0b) for alpha.
      1af6b564
  21. Apr 12, 1998
  22. Feb 26, 1998
  23. Feb 02, 1998
  24. Jan 13, 1998
  25. Jan 05, 1998
  26. Sep 26, 1997
  27. Sep 24, 1997
  28. Sep 13, 1997
  29. Sep 08, 1997
  30. Sep 07, 1997
  31. Jul 28, 1997
  32. Jun 03, 1997
  33. May 14, 1997
  34. May 11, 1997
  35. Mar 12, 1997
    • Marc G. Fournier's avatar
      From: Dan McGuirk <mcguirk@indirect.com> · 5dde558c
      Marc G. Fournier authored
      Subject: [HACKERS] linux/alpha patches
      
      These patches lay the groundwork for a Linux/Alpha port.  The port doesn't
      actually work unless you tweak the linker to put all the pointers in the
      first 32 bits of the address space, but it's at least a start.  It
      implements the test-and-set instruction in Alpha assembly, and also fixes
      a lot of pointer-to-integer conversions, which is probably good anyway.
      5dde558c
  36. Feb 19, 1997
Loading