C extension providing unsigned 16-bit and 32-bit integer types with casts, operators, and numeric support functions.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | postgres_uints |
|---|---|
| Version | 0.9 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 7 |
| Latest commit | 2013-06-15 |
| Catalogue updated | 2026-08-30 |
| ksj | Japanese kanji-numeral integer type with arithmetic, aggregates, casts, comparison, and B-tree indexing |
| numeric_domains | Custom numeric domains for PostgreSQL |
| decimal | Decimal32 and decimal64 decimal floating-point data types with arithmetic and casts |
| fixeddecimal | Fixed-precision decimal type optimized for performance and storage. |
| bignum | Unlimited precision integers for PostgreSQL |
| numpgsql | Array and numerical computing library for PostgreSQL |
| sum_array | C function that sums PostgreSQL integer and floating-point arrays into float8. |
| utinyint | One-byte unsigned integer type with casts to smallint, integer, and boolean. |