postgresql/src/test
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
..
bench Remove fmgrstamp-h business -- not needed and confusing 2000-06-17 00:10:40 +00:00
examples Remove fmgrstamp-h business -- not needed and confusing 2000-06-17 00:10:40 +00:00
locale Remove fmgrstamp-h business -- not needed and confusing 2000-06-17 00:10:40 +00:00
mb Remove configure check for how to abbreviate 'tr A-Z a-z', and instead 2000-05-16 02:14:15 +00:00
performance Remove more -B parameters not needed. 1999-05-23 19:01:18 +00:00
regress Revise aggregate functions per earlier discussions in pghackers. 2000-07-17 03:05:41 +00:00
suite More >&1 cleanups 2000-03-25 14:44:42 +00:00
Makefile End of the make file simplifications. 1996-11-12 11:43:32 +00:00