Skip to content
Snippets Groups Projects
  1. Jul 22, 2000
  2. Jul 21, 2000
  3. Jul 20, 2000
  4. Jul 18, 2000
  5. Jul 17, 2000
    • Tom Lane's avatar
      d06ebdb8
    • 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. Jul 16, 2000
  7. Jul 15, 2000
  8. Jul 14, 2000
  9. Jul 12, 2000
  10. Jul 08, 2000
  11. Jul 07, 2000
  12. Jul 04, 2000
Loading