Thread: pgsql-server/ oc/src/sgml/release.sgml rc/back ...

pgsql-server/ oc/src/sgml/release.sgml rc/back ...

From
tgl@postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    03/03/20 20:58:05

Modified files:
    doc/src/sgml   : release.sgml
    src/backend/utils/adt: numeric.c
    src/include/catalog: catversion.h
    src/include/utils: numeric.h
    src/test/regress/expected: aggregates.out numeric.out

Log message:
    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.