pgmp 1.0 released: PostgreSQL-GMP bindings

From: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: pgmp 1.0 released: PostgreSQL-GMP bindings
Date: 2011-05-23 08:27:03
Message-ID: BANLkTimkwsPs4NC1+aLPuHkmg57ALsYzew@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Hello,

pgmp 1.0 has been released.

pgmp is a PostgreSQL extension module to add support for the arbitrary
precision data types offered by the GMP library into the database.

The extension adds the types 'mpz' (arbitrary size integers) and 'mpq'
(arbitrary precision rationals) to PostgreSQL and exposes to the
database all the functions available in the GMP library for these types,
providing:

- higher performance arithmetic on integers respect to the 'decimal'
data type, using numbers only limited by the 1GB varlena maximum
size;

- a rational data type for absolute precision storage and arithmetic;

- the use of specialized functions to deal with prime numbers, random
numbers, factorization directly into the database.

The GMP data types can be stored into the database, used in mixed
arithmetic with other PostgreSQL numeric types and indexed using the
btree or hash methods.

The extension is compatible with PostgreSQL versions from 8.4 and
packaged as a SQL extension in 9.1. The package includes comprehensive
documentation and regression tests.

Further informations and links on the project homepage:
http://pgmp.projects.postgresql.org/

-- Daniele

Browse pgsql-announce by date

  From Date Subject
Next Message Josh Berkus 2011-05-26 01:03:36 Schedule for PostgreSQL 9.2 Development Set
Previous Message David Fetter 2011-05-23 06:06:59 == PostgreSQL Weekly News - May 22 2011 ==