Skip to content
Snippets Groups Projects
  1. Dec 07, 2000
  2. Dec 03, 2000
  3. Aug 01, 2000
  4. Jul 29, 2000
  5. Jul 17, 2000
    • Tom Lane's avatar
      Revise aggregate functions per earlier discussions in pghackers. · bec98a31
      Tom Lane authored
      There's now only one transition value and transition function.
      NULL handling in aggregates is a lot cleaner.  Also, use Numeric
      accumulators instead of integer accumulators for sum/avg on integer
      datatypes --- this avoids overflow at the cost of being a little slower.
      Implement VARIANCE() and STDDEV() aggregates in the standard backend.
      
      Also, enable new LIKE selectivity estimators by default.  Unrelated
      change, but as long as I had to force initdb anyway...
      bec98a31
  6. Jun 15, 2000
  7. Jun 14, 2000
  8. Jun 13, 2000
  9. Jun 05, 2000
  10. Apr 12, 2000
  11. Mar 13, 2000
  12. Feb 24, 2000
    • Tom Lane's avatar
      Add numeric <-> int8 and numeric <-> int2 conversion functions, as well · 9110b33f
      Tom Lane authored
      as a unary minus operator for numeric.  Now that long numeric constants
      will get converted to NUMERIC in early parsing, it's essential to have
      numeric->int8 conversion to avoid 'can't convert' errors on undecorated
      int8 constants.  Threw in the rest for completeness while I was in the
      area.
      I did not force an initdb for this, since the system will still run
      without the new pg_proc/pg_operator entries.  Possibly I should've.
      9110b33f
  13. Jan 20, 2000
  14. Jan 18, 2000
  15. Jan 16, 2000
  16. Jan 05, 2000
  17. Sep 29, 1999
  18. Jul 17, 1999
  19. Jul 15, 1999
  20. Jul 14, 1999
  21. May 26, 1999
  22. May 25, 1999
  23. May 10, 1999
  24. May 04, 1999
  25. Mar 14, 1999
  26. Feb 14, 1999
  27. Jan 05, 1999
  28. Jan 04, 1999
  29. Jan 03, 1999
  30. Jan 01, 1999
  31. Dec 30, 1998
Loading