postgresql/doc/src
Tom Lane bec98a31c5 Revise aggregate functions per earlier discussions in pghackers.
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...
2000-07-17 03:05:41 +00:00
..
FAQ Remove HTML FAQ files that are really just text files. 2000-07-07 15:41:42 +00:00
graphics Save changes from last docs release. 2000-07-14 15:28:16 +00:00
sgml Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +00:00
FAQ.html Update FAQ. 2000-06-24 01:51:14 +00:00
FAQ_DEV.html update developers faq 2000-06-10 02:05:26 +00:00
Makefile Automatic dependency tracking 2000-07-16 14:50:44 +00:00