C functions to format numbers and parse strings by numeric base.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | formatbase |
|---|---|
| Version | 2.0.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 3 |
| Latest commit | 2021-05-30 |
| Catalogue updated | 2026-08-30 |
| jsonb_deep_sum | Recursively sum numeric fields in JSONB objects |
| numhstore | Adds inthstore and floathstore numeric hstore types and helpers |
| uints | C extension providing unsigned 16-bit and 32-bit integer types with casts, operators, and numeric support functions. |
| numeric_domains | Custom numeric domains for PostgreSQL |
| fixeddecimal | Fixed-precision decimal type optimized for performance and storage. |
| bignum | Unlimited precision integers for PostgreSQL |
| pg_phash | Calculate Hamming distance between decimal-encoded perceptual image hashes |
| weighted_mean | Weighted average aggregate function for PostgreSQL numeric values. |