Reimplement NUMERIC datatype using base-10000 arithmetic; also improve

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d72f6c75038d8d37e64a29a04b911f728044d83b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-03-21T01:58:05Z
Releases: 7.4.1
Reimplement NUMERIC datatype using base-10000 arithmetic; also improve
some of the algorithms for higher functions.  I see about a factor of ten
speedup on the 'numeric' regression test, but it's unlikely that that test
is representative of real-world applications.
initdb forced due to change of on-disk representation for NUMERIC.

Files