Download List

项目描述

pgmp is a PostgreSQL extension module that adds support for the arbitrary precision data types offered by the GMP library. It provides higher performance arithmetic for numbers, only limited by the 1GB varlena maximum size, a rational data type for absolute precision storage and arithmetic, and specialized functions to deal with prime numbers, random numbers, and factorization. The GMP data types can be used in mixed arithmetic with other PostgreSQL numeric types and indexed using the btree or hash methods. The extension is compatible with PostgreSQL 8.4 and later, and the package includes comprehensive documentation and regression tests.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-05-23 11:02
1.0.0

第一个稳定版本。
标签: Stable
First stable version.

2011-04-23 07:12
1.0b3

此版本增加了对GMP的4.1和4.2的支持。它增加了元数据须发表在PGXN(http://pgxn.org/dist/pgmp/)扩展。
标签: Testing
This release adds support for GMP 4.1 and 4.2. It adds metadata required to publish the extension on PGXN (http://pgxn.org/dist/pgmp/).

2011-04-09 13:10
1.0b1

最初的版本。
标签: Testing
Initial release.

Project Resources