FUNC
Function such as id generator, aggregations, sketches, vector functions, mathematical functions and digest functions
FUNC category contains 43 PostgreSQL extensions.
ID | Extension | Package | Version | Description |
---|---|---|---|---|
4500 | pg_idkit | pg_idkit | 0.3.0 | multi-tool for generating new/niche universally unique identifiers (ex. UUIDv6, ULID, KSUID) |
4510 | pgx_ulid | pgx_ulid | 0.2.0 | ulid type and methods |
4540 | pg_uuidv7 | pg_uuidv7 | 1.6.0 | Create UUIDv7 values in postgres |
4550 | permuteseq | permuteseq | 1.2.2 | Pseudo-randomly permute sequences with a format-preserving encryption on elements |
4560 | pg_hashids | pg_hashids | 1.3 | Short unique id generator for PostgreSQL, using hashids |
4570 | sequential_uuids | sequential_uuids | 1.0.3 | generator of sequential UUIDs |
4600 | topn | topn | 2.7.0 | type for top-n JSONB |
4610 | quantile | quantile | 1.1.8 | Quantile aggregation function |
4620 | lower_quantile | lower_quantile | 1.0.3 | Lower quantile aggregate function |
4630 | count_distinct | count_distinct | 3.0.2 | An alternative to COUNT(DISTINCT …) aggregate, usable with HashAggregate |
4640 | omnisketch | omnisketch | 1.0.2 | data structure for on-line agg of data into approximate sketch |
4650 | ddsketch | ddsketch | 1.0.1 | Provides ddsketch aggregate function |
4660 | vasco | vasco | 0.1.0 | discover hidden correlations in your data with MIC |
4670 | xicor | pgxicor | 0.1.0 | XI Correlation Coefficient in Postgres |
4700 | tdigest | tdigest | 1.4.3 | Provides tdigest aggregate function. |
4710 | first_last_agg | first_last_agg | 0.1.4 | first() and last() aggregate functions |
4720 | extra_window_functions | extra_window_functions | 1.0 | Extra Window Functions for PostgreSQL |
4730 | floatvec | floatvec | 1.1.1 | Math for vectors (arrays) of numbers |
4740 | aggs_for_vecs | aggs_for_vecs | 1.4.0 | Aggregate functions for array inputs |
4750 | aggs_for_arrays | aggs_for_arrays | 1.3.3 | Various functions for computing statistics on arrays of numbers |
4760 | arraymath | pg_arraymath | 1.1 | Array math and operators that work element by element on the contents of arrays |
4770 | pg_math | pg_math | 1.0 | GSL statistical functions for postgresql |
4780 | random | pg_random | 2.0.0 | random data generator |
4800 | base36 | pg_base36 | 1.0.0 | Integer Base36 types |
4810 | base62 | pg_base62 | 0.0.1 | Base62 extension for PostgreSQL |
4830 | pg_base58 | pg_base58 | 0.0.1 | Base58 Encoder/Decoder Extension for PostgreSQL |
4840 | financial | pg_financial | 1.0.1 | Financial aggregate functions |
4850 | convert | pg_convert | 0.0.4 | conversion functions for spatial, routing and other specialized uses |
4880 | refint | refint | 1.0 | functions for implementing referential integrity (obsolete) |
4881 | autoinc | autoinc | 1.0 | functions for autoincrementing fields |
4882 | insert_username | insert_username | 1.0 | functions for tracking who changed a table |
4883 | moddatetime | moddatetime | 1.0 | functions for tracking last modification time |
4890 | tsm_system_time | tsm_system_time | 1.0 | TABLESAMPLE method which accepts time in milliseconds as a limit |
4900 | dict_xsyn | dict_xsyn | 1.0 | text search dictionary template for extended synonym processing |
4910 | tsm_system_rows | tsm_system_rows | 1.0 | TABLESAMPLE method which accepts number of rows as a limit |
4920 | tcn | tcn | 1.0 | Triggered change notifications |
4930 | uuid-ossp | uuid-ossp | 1.1 | generate universally unique identifiers (UUIDs) |
4940 | btree_gist | btree_gist | 1.7 | support for indexing common datatypes in GiST |
4950 | btree_gin | btree_gin | 1.3 | support for indexing common datatypes in GIN |
4960 | intarray | intarray | 1.5 | functions, operators, and index support for 1-D arrays of integers |
4970 | intagg | intagg | 1.1 | integer aggregator and enumerator (obsolete) |
4980 | dict_int | dict_int | 1.0 | text search dictionary template for integers |
4990 | unaccent | unaccent | 1.1 | text search dictionary that removes accents |
pg_idkit - 0.3.0
multi-tool for generating new/niche universally unique identifiers (ex. UUIDv6, ULID, KSUID)
Extension | Website | Attributes |
---|---|---|
Package | pg_idkit | |
RPM | pg_idkit_$v | DDL |
DEB | postgresql-$v-pg-idkit | LIB |
Language | Rust | |
License | Apache-2.0 |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
permuteseq - 1.2.2
Pseudo-randomly permute sequences with a format-preserving encryption on elements
Extension | Website | Attributes |
---|---|---|
Package | permuteseq | |
RPM | permuteseq_$v* | DDL |
DEB | postgresql-$v-permuteseq | LIB |
Language | C | |
License | PostgreSQL |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
pg_hashids - 1.3
Short unique id generator for PostgreSQL, using hashids
Extension | Website | Attributes |
---|---|---|
Package | pg_hashids | |
RPM | pg_hashids_$v* | DDL |
DEB | postgresql-$v-pg-hashids | LIB |
Language | C | |
License | MIT |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
sequential_uuids - 1.0.3
generator of sequential UUIDs
Extension | Website | Attributes |
---|---|---|
Package | sequential_uuids | |
RPM | sequential_uuids_$v | DDL |
DEB | postgresql-$v-sequential-uuids | LIB |
Language | C | |
License | MIT |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
quantile - 1.1.8
Quantile aggregation function
Extension | Website | Attributes |
---|---|---|
Package | quantile | |
RPM | quantile_$v* | DDL |
DEB | postgresql-$v-quantile | LIB |
Language | C | |
License | BSD 2-Clause |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
lower_quantile - 1.0.3
Lower quantile aggregate function
Extension | Website | Attributes |
---|---|---|
Package | lower_quantile | |
RPM | lower_quantile_$v* | DDL |
DEB | postgresql-$v-lower-quantile | LIB |
Language | C | |
License | BSD 2-Clause |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
count_distinct - 3.0.2
An alternative to COUNT(DISTINCT …) aggregate, usable with HashAggregate
Extension | Website | Attributes |
---|---|---|
Package | count_distinct | |
RPM | count_distinct_$v* | DDL |
DEB | postgresql-$v-count-distinct | LIB |
Language | C | |
License | BSD 2-Clause |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
omnisketch - 1.0.2
data structure for on-line agg of data into approximate sketch
Extension | Website | Attributes |
---|---|---|
Package | omnisketch | |
RPM | omnisketch_$v* | DDL |
DEB | postgresql-$v-omnisketch | LIB |
Language | C | |
License | PostgreSQL |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
ddsketch - 1.0.1
Provides ddsketch aggregate function
Extension | Website | Attributes |
---|---|---|
Package | ddsketch | |
RPM | ddsketch_$v* | DDL |
DEB | postgresql-$v-ddsketch | LIB |
Language | C | |
License | PostgreSQL |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
tdigest - 1.4.3
Provides tdigest aggregate function.
Extension | Website | Attributes |
---|---|---|
Package | tdigest | |
RPM | tdigest_$v* | DDL |
DEB | postgresql-$v-tdigest | LIB |
Language | C | |
License | Apache-2.0 |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
first_last_agg - 0.1.4
first() and last() aggregate functions
Extension | Website | Attributes |
---|---|---|
Package | first_last_agg | |
RPM | first_last_agg_$v | DDL |
DEB | postgresql-$v-first-last-agg | LIB |
Language | C | |
License | PostgreSQL |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
extra_window_functions - 1.0
Extra Window Functions for PostgreSQL
Extension | Website | Attributes |
---|---|---|
Package | extra_window_functions | |
RPM | extra_window_functions_$v* | DDL |
DEB | postgresql-$v-extra-window-functions | LIB |
Language | C | |
License | PostgreSQL |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
aggs_for_vecs - 1.4.0
Aggregate functions for array inputs
Extension | Website | Attributes |
---|---|---|
Package | aggs_for_vecs | |
RPM | aggs_for_vecs_$v* | DDL |
DEB | postgresql-$v-aggs-for-vecs | LIB |
Language | C | |
License | MIT |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
aggs_for_arrays - 1.3.3
Various functions for computing statistics on arrays of numbers
Extension | Website | Attributes |
---|---|---|
Package | aggs_for_arrays | |
RPM | aggs_for_arrays_$v* | DDL |
DEB | postgresql-$v-aggs-for-arrays | LIB |
Language | C | |
License | MIT |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
arraymath - 1.1
Array math and operators that work element by element on the contents of arrays
Extension | Website | Attributes |
---|---|---|
Package | pg_arraymath | |
RPM | pg_arraymath_$v* | DDL |
DEB | postgresql-$v-pg-arraymath | LIB |
Language | C | |
License | MIT |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
random - 2.0.0
random data generator
Extension | Website | Attributes |
---|---|---|
Package | pg_random | |
RPM | pg_random_$v* | DDL |
DEB | postgresql-$v-random | LIB |
Language | C | |
License | PostgreSQL |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
pg_base58 - 0.0.1
financial - 1.0.1
Financial aggregate functions
Extension | Website | Attributes |
---|---|---|
Package | pg_financial | |
RPM | pg_financial_$v* | DDL |
DEB | postgresql-$v-pg-financial | LIB |
Language | C | |
License | PostgreSQL |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
convert - 0.0.4
conversion functions for spatial, routing and other specialized uses
Extension | Website | Attributes |
---|---|---|
Package | pg_convert | |
RPM | pg_convert_$v | DDL |
DEB | postgresql-$v-convert | LIB |
Language | Rust | |
License | MIT | TRUST |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
refint - 1.0
functions for implementing referential integrity (obsolete)
Extension | Website | Attributes |
---|---|---|
Package | refint | |
RPM | postgresql$v-contrib | DDL |
DEB | postgresql-$v | LIB |
Language | C | |
License | PostgreSQL |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
autoinc - 1.0
functions for autoincrementing fields
Extension | Website | Attributes |
---|---|---|
Package | autoinc | |
RPM | postgresql$v-contrib | DDL |
DEB | postgresql-$v | LIB |
Language | C | |
License | PostgreSQL |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
insert_username - 1.0
functions for tracking who changed a table
Extension | Website | Attributes |
---|---|---|
Package | insert_username | |
RPM | postgresql$v-contrib | DDL |
DEB | postgresql-$v | LIB |
Language | C | |
License | PostgreSQL |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
moddatetime - 1.0
functions for tracking last modification time
Extension | Website | Attributes |
---|---|---|
Package | moddatetime | |
RPM | postgresql$v-contrib | DDL |
DEB | postgresql-$v | LIB |
Language | C | |
License | PostgreSQL |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
tsm_system_time - 1.0
TABLESAMPLE method which accepts time in milliseconds as a limit
Extension | Website | Attributes |
---|---|---|
Package | tsm_system_time | |
RPM | postgresql$v-contrib | DDL |
DEB | postgresql-$v | LIB |
Language | C | |
License | PostgreSQL | TRUST |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
dict_xsyn - 1.0
text search dictionary template for extended synonym processing
Extension | Website | Attributes |
---|---|---|
Package | dict_xsyn | |
RPM | postgresql$v-contrib | DDL |
DEB | postgresql-$v | LIB |
Language | C | |
License | PostgreSQL |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
tsm_system_rows - 1.0
TABLESAMPLE method which accepts number of rows as a limit
Extension | Website | Attributes |
---|---|---|
Package | tsm_system_rows | |
RPM | postgresql$v-contrib | DDL |
DEB | postgresql-$v | LIB |
Language | C | |
License | PostgreSQL | TRUST |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
tcn - 1.0
Triggered change notifications
Extension | Website | Attributes |
---|---|---|
Package | tcn | |
RPM | postgresql$v-contrib | DDL |
DEB | postgresql-$v | LIB |
Language | C | |
License | PostgreSQL | TRUST |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
uuid-ossp - 1.1
generate universally unique identifiers (UUIDs)
Extension | Website | Attributes |
---|---|---|
Package | uuid-ossp | |
RPM | postgresql$v-contrib | DDL |
DEB | postgresql-$v | LIB |
Language | C | |
License | PostgreSQL | TRUST |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
btree_gist - 1.7
support for indexing common datatypes in GiST
Extension | Website | Attributes |
---|---|---|
Package | btree_gist | |
RPM | postgresql$v-contrib | DDL |
DEB | postgresql-$v | LIB |
Language | C | |
License | PostgreSQL | TRUST |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
btree_gin - 1.3
support for indexing common datatypes in GIN
Extension | Website | Attributes |
---|---|---|
Package | btree_gin | |
RPM | postgresql$v-contrib | DDL |
DEB | postgresql-$v | LIB |
Language | C | |
License | PostgreSQL | TRUST |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
intarray - 1.5
functions, operators, and index support for 1-D arrays of integers
Extension | Website | Attributes |
---|---|---|
Package | intarray | |
RPM | postgresql$v-contrib | DDL |
DEB | postgresql-$v | |
Language | C | |
License | PostgreSQL | TRUST |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
intagg - 1.1
integer aggregator and enumerator (obsolete)
Extension | Website | Attributes |
---|---|---|
Package | intagg | |
RPM | postgresql$v-contrib | DDL |
DEB | postgresql-$v | |
Language | C | |
License | PostgreSQL |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
dict_int - 1.0
text search dictionary template for integers
Extension | Website | Attributes |
---|---|---|
Package | dict_int | |
RPM | postgresql$v-contrib | DDL |
DEB | postgresql-$v | LIB |
Language | C | |
License | PostgreSQL | TRUST |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |
unaccent - 1.1
text search dictionary that removes accents
Extension | Website | Attributes |
---|---|---|
Package | unaccent | |
RPM | postgresql$v-contrib | DDL |
DEB | postgresql-$v | LIB |
Language | C | |
License | PostgreSQL | TRUST |
OS/Arch | x86_64 | aarch64 |
---|---|---|
el8 | 17 16 15 14 13 | 17 16 15 14 13 |
el9 | 17 16 15 14 13 | 17 16 15 14 13 |
d12 | 17 16 15 14 13 | 17 16 15 14 13 |
u22 | 17 16 15 14 13 | 17 16 15 14 13 |
u24 | 17 16 15 14 13 | 17 16 15 14 13 |