Variable-width integer data type for PostgreSQL
pgext.cloud · Source code · Documentation · Control file
| Package | postgresql-number |
|---|---|
| Version | 1 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 4 |
| Latest commit | 2017-04-30 |
| Catalogue updated | 2026-08-30 |
| istore | Integer-to-integer key/value store for analytic workloads. |
| utinyint | One-byte unsigned integer type with casts to smallint, integer, and boolean. |
| tinyint | One-byte signed integer type with arithmetic, casts, aggregates, and B-tree, hash, and GIN operator classes. |
| 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 |
| saturated_int | Integer data type with saturation arithmetic that clamps overflow to int4 bounds. |