Fixed-precision decimal type optimized for performance and storage.
pgext.cloud · Source code · Documentation · Control file
| Package | fixeddecimal |
|---|---|
| Version | 1.1.0 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 36 |
| Latest commit | 2019-12-18 |
| Catalogue updated | 2026-08-30 |
| decimal | Decimal32 and decimal64 decimal floating-point data types with arithmetic and casts |
| uints | C extension providing unsigned 16-bit and 32-bit integer types with casts, operators, and numeric support functions. |
| ksj | Japanese kanji-numeral integer type with arithmetic, aggregates, casts, comparison, and B-tree indexing |
| numeric_domains | Custom numeric domains for PostgreSQL |
| numpgsql | Array and numerical computing library for PostgreSQL |
| sum_array | C function that sums PostgreSQL integer and floating-point arrays into float8. |
| bignum | Unlimited precision integers for PostgreSQL |
| pg_phash | Calculate Hamming distance between decimal-encoded perceptual image hashes |