PIGSTY

FUNC

Function such as id generator, aggregations, sketches, vector functions, mathematical functions and digest functions

FUNC category contains 43 PostgreSQL extensions.

IDExtensionPackageVersionDescription
4500pg_idkitpg_idkit0.3.0multi-tool for generating new/niche universally unique identifiers (ex. UUIDv6, ULID, KSUID)
4510pgx_ulidpgx_ulid0.2.0ulid type and methods
4540pg_uuidv7pg_uuidv71.6.0Create UUIDv7 values in postgres
4550permuteseqpermuteseq1.2.2Pseudo-randomly permute sequences with a format-preserving encryption on elements
4560pg_hashidspg_hashids1.3Short unique id generator for PostgreSQL, using hashids
4570sequential_uuidssequential_uuids1.0.3generator of sequential UUIDs
4600topntopn2.7.0type for top-n JSONB
4610quantilequantile1.1.8Quantile aggregation function
4620lower_quantilelower_quantile1.0.3Lower quantile aggregate function
4630count_distinctcount_distinct3.0.2An alternative to COUNT(DISTINCT …) aggregate, usable with HashAggregate
4640omnisketchomnisketch1.0.2data structure for on-line agg of data into approximate sketch
4650ddsketchddsketch1.0.1Provides ddsketch aggregate function
4660vascovasco0.1.0discover hidden correlations in your data with MIC
4670xicorpgxicor0.1.0XI Correlation Coefficient in Postgres
4700tdigesttdigest1.4.3Provides tdigest aggregate function.
4710first_last_aggfirst_last_agg0.1.4first() and last() aggregate functions
4720extra_window_functionsextra_window_functions1.0Extra Window Functions for PostgreSQL
4730floatvecfloatvec1.1.1Math for vectors (arrays) of numbers
4740aggs_for_vecsaggs_for_vecs1.4.0Aggregate functions for array inputs
4750aggs_for_arraysaggs_for_arrays1.3.3Various functions for computing statistics on arrays of numbers
4760arraymathpg_arraymath1.1Array math and operators that work element by element on the contents of arrays
4770pg_mathpg_math1.0GSL statistical functions for postgresql
4780randompg_random2.0.0random data generator
4800base36pg_base361.0.0Integer Base36 types
4810base62pg_base620.0.1Base62 extension for PostgreSQL
4830pg_base58pg_base580.0.1Base58 Encoder/Decoder Extension for PostgreSQL
4840financialpg_financial1.0.1Financial aggregate functions
4850convertpg_convert0.0.4conversion functions for spatial, routing and other specialized uses
4880refintrefint1.0functions for implementing referential integrity (obsolete)
4881autoincautoinc1.0functions for autoincrementing fields
4882insert_usernameinsert_username1.0functions for tracking who changed a table
4883moddatetimemoddatetime1.0functions for tracking last modification time
4890tsm_system_timetsm_system_time1.0TABLESAMPLE method which accepts time in milliseconds as a limit
4900dict_xsyndict_xsyn1.0text search dictionary template for extended synonym processing
4910tsm_system_rowstsm_system_rows1.0TABLESAMPLE method which accepts number of rows as a limit
4920tcntcn1.0Triggered change notifications
4930uuid-osspuuid-ossp1.1generate universally unique identifiers (UUIDs)
4940btree_gistbtree_gist1.7support for indexing common datatypes in GiST
4950btree_ginbtree_gin1.3support for indexing common datatypes in GIN
4960intarrayintarray1.5functions, operators, and index support for 1-D arrays of integers
4970intaggintagg1.1integer aggregator and enumerator (obsolete)
4980dict_intdict_int1.0text search dictionary template for integers
4990unaccentunaccent1.1text search dictionary that removes accents

pg_idkit - 0.3.0

multi-tool for generating new/niche universally unique identifiers (ex. UUIDv6, ULID, KSUID)

ExtensionWebsiteAttributes
Packagepg_idkit
RPMpg_idkit_$v
DDL
DEBpostgresql-$v-pg-idkit
LIB
Language
Rust
License
Apache-2.0
OS/Archx86_64aarch64
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

pgx_ulid - 0.2.0

ulid type and methods

ExtensionWebsiteAttributes
Packagepgx_ulid
LOAD
RPMpgx_ulid_$v
DDL
DEBpostgresql-$v-pgx-ulid
LIB
Language
Rust
License
MIT
OS/Archx86_64aarch64
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_uuidv7 - 1.6.0

Create UUIDv7 values in postgres

ExtensionWebsiteAttributes
Packagepg_uuidv7
RPMpg_uuidv7_$v*
DDL
DEBpostgresql-$v-pg-uuidv7
LIB
Language
C
License
MPL-2.0
OS/Archx86_64aarch64
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

ExtensionWebsiteAttributes
Packagepermuteseq
RPMpermuteseq_$v*
DDL
DEBpostgresql-$v-permuteseq
LIB
Language
C
License
PostgreSQL
OS/Archx86_64aarch64
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

ExtensionWebsiteAttributes
Packagepg_hashids
RPMpg_hashids_$v*
DDL
DEBpostgresql-$v-pg-hashids
LIB
Language
C
License
MIT
OS/Archx86_64aarch64
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

ExtensionWebsiteAttributes
Packagesequential_uuids
RPMsequential_uuids_$v
DDL
DEBpostgresql-$v-sequential-uuids
LIB
Language
C
License
MIT
OS/Archx86_64aarch64
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

topn - 2.7.0

type for top-n JSONB

ExtensionWebsiteAttributes
Packagetopn
RPMtopn_$v*
DDL
DEBpostgresql-$v-topn
LIB
Language
C
License
AGPL-3.0
OS/Archx86_64aarch64
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

ExtensionWebsiteAttributes
Packagequantile
RPMquantile_$v*
DDL
DEBpostgresql-$v-quantile
LIB
Language
C
License
BSD 2-Clause
OS/Archx86_64aarch64
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

ExtensionWebsiteAttributes
Packagelower_quantile
RPMlower_quantile_$v*
DDL
DEBpostgresql-$v-lower-quantile
LIB
Language
C
License
BSD 2-Clause
OS/Archx86_64aarch64
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

ExtensionWebsiteAttributes
Packagecount_distinct
RPMcount_distinct_$v*
DDL
DEBpostgresql-$v-count-distinct
LIB
Language
C
License
BSD 2-Clause
OS/Archx86_64aarch64
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

ExtensionWebsiteAttributes
Packageomnisketch
RPMomnisketch_$v*
DDL
DEBpostgresql-$v-omnisketch
LIB
Language
C
License
PostgreSQL
OS/Archx86_64aarch64
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

ExtensionWebsiteAttributes
Packageddsketch
RPMddsketch_$v*
DDL
DEBpostgresql-$v-ddsketch
LIB
Language
C
License
PostgreSQL
OS/Archx86_64aarch64
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

vasco - 0.1.0

discover hidden correlations in your data with MIC

ExtensionWebsiteAttributes
Packagevasco
RPMvasco_$v*
DDL
DEBpostgresql-$v-vasco
LIB
Language
C
License
GPL-3.0
OS/Archx86_64aarch64
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

xicor - 0.1.0

XI Correlation Coefficient in Postgres

ExtensionWebsiteAttributes
Packagepgxicor
RPMpgxicor_$v*
DDL
DEBpostgresql-$v-pgxicor
LIB
Language
C
License
GPL-3.0
TRUST
OS/Archx86_64aarch64
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.

ExtensionWebsiteAttributes
Packagetdigest
RPMtdigest_$v*
DDL
DEBpostgresql-$v-tdigest
LIB
Language
C
License
Apache-2.0
OS/Archx86_64aarch64
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

ExtensionWebsiteAttributes
Packagefirst_last_agg
RPMfirst_last_agg_$v
DDL
DEBpostgresql-$v-first-last-agg
LIB
Language
C
License
PostgreSQL
OS/Archx86_64aarch64
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

ExtensionWebsiteAttributes
Packageextra_window_functions
RPMextra_window_functions_$v*
DDL
DEBpostgresql-$v-extra-window-functions
LIB
Language
C
License
PostgreSQL
OS/Archx86_64aarch64
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

floatvec - 1.1.1

Math for vectors (arrays) of numbers

ExtensionWebsiteAttributes
Packagefloatvec
RPMfloatvec_$v*
DDL
DEBpostgresql-$v-floatvec
LIB
Language
C
License
MIT
OS/Archx86_64aarch64
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

ExtensionWebsiteAttributes
Packageaggs_for_vecs
RPMaggs_for_vecs_$v*
DDL
DEBpostgresql-$v-aggs-for-vecs
LIB
Language
C
License
MIT
OS/Archx86_64aarch64
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

ExtensionWebsiteAttributes
Packageaggs_for_arrays
RPMaggs_for_arrays_$v*
DDL
DEBpostgresql-$v-aggs-for-arrays
LIB
Language
C
License
MIT
OS/Archx86_64aarch64
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

ExtensionWebsiteAttributes
Packagepg_arraymath
RPMpg_arraymath_$v*
DDL
DEBpostgresql-$v-pg-arraymath
LIB
Language
C
License
MIT
OS/Archx86_64aarch64
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_math - 1.0

GSL statistical functions for postgresql

ExtensionWebsiteAttributes
Packagepg_math
RPMpg_math_$v*
DDL
DEBpostgresql-$v-pg-math
LIB
Language
C
License
GPL-3.0
OS/Archx86_64aarch64
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

ExtensionWebsiteAttributes
Packagepg_random
RPMpg_random_$v*
DDL
DEBpostgresql-$v-random
LIB
Language
C
License
PostgreSQL
OS/Archx86_64aarch64
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

base36 - 1.0.0

Integer Base36 types

ExtensionWebsiteAttributes
Packagepg_base36
RPMpg_base36_$v*
DDL
DEBpostgresql-$v-base36
LIB
Language
C
License
MIT
OS/Archx86_64aarch64
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

base62 - 0.0.1

Base62 extension for PostgreSQL

ExtensionWebsiteAttributes
Packagepg_base62
RPMpg_base62_$v*
DDL
DEBpostgresql-$v-base62
LIB
Language
C
License
MIT
OS/Archx86_64aarch64
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

Base58 Encoder/Decoder Extension for PostgreSQL

ExtensionWebsiteAttributes
Packagepg_base58
RPMpg_base58_$v
DDL
DEBpostgresql-$v-pg-base58
LIB
Language
Rust
License
MIT
OS/Archx86_64aarch64
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

financial - 1.0.1

Financial aggregate functions

ExtensionWebsiteAttributes
Packagepg_financial
RPMpg_financial_$v*
DDL
DEBpostgresql-$v-pg-financial
LIB
Language
C
License
PostgreSQL
OS/Archx86_64aarch64
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

ExtensionWebsiteAttributes
Packagepg_convert
RPMpg_convert_$v
DDL
DEBpostgresql-$v-convert
LIB
Language
Rust
License
MIT
TRUST
OS/Archx86_64aarch64
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)

ExtensionWebsiteAttributes
Packagerefint
RPMpostgresql$v-contrib
DDL
DEBpostgresql-$v
LIB
Language
C
License
PostgreSQL
OS/Archx86_64aarch64
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

ExtensionWebsiteAttributes
Packageautoinc
RPMpostgresql$v-contrib
DDL
DEBpostgresql-$v
LIB
Language
C
License
PostgreSQL
OS/Archx86_64aarch64
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

ExtensionWebsiteAttributes
Packageinsert_username
RPMpostgresql$v-contrib
DDL
DEBpostgresql-$v
LIB
Language
C
License
PostgreSQL
OS/Archx86_64aarch64
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

ExtensionWebsiteAttributes
Packagemoddatetime
RPMpostgresql$v-contrib
DDL
DEBpostgresql-$v
LIB
Language
C
License
PostgreSQL
OS/Archx86_64aarch64
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

ExtensionWebsiteAttributes
Packagetsm_system_time
RPMpostgresql$v-contrib
DDL
DEBpostgresql-$v
LIB
Language
C
License
PostgreSQL
TRUST
OS/Archx86_64aarch64
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

ExtensionWebsiteAttributes
Packagedict_xsyn
RPMpostgresql$v-contrib
DDL
DEBpostgresql-$v
LIB
Language
C
License
PostgreSQL
OS/Archx86_64aarch64
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

ExtensionWebsiteAttributes
Packagetsm_system_rows
RPMpostgresql$v-contrib
DDL
DEBpostgresql-$v
LIB
Language
C
License
PostgreSQL
TRUST
OS/Archx86_64aarch64
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

ExtensionWebsiteAttributes
Packagetcn
RPMpostgresql$v-contrib
DDL
DEBpostgresql-$v
LIB
Language
C
License
PostgreSQL
TRUST
OS/Archx86_64aarch64
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)

ExtensionWebsiteAttributes
Packageuuid-ossp
RPMpostgresql$v-contrib
DDL
DEBpostgresql-$v
LIB
Language
C
License
PostgreSQL
TRUST
OS/Archx86_64aarch64
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

ExtensionWebsiteAttributes
Packagebtree_gist
RPMpostgresql$v-contrib
DDL
DEBpostgresql-$v
LIB
Language
C
License
PostgreSQL
TRUST
OS/Archx86_64aarch64
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

ExtensionWebsiteAttributes
Packagebtree_gin
RPMpostgresql$v-contrib
DDL
DEBpostgresql-$v
LIB
Language
C
License
PostgreSQL
TRUST
OS/Archx86_64aarch64
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

ExtensionWebsiteAttributes
Packageintarray
RPMpostgresql$v-contrib
DDL
DEBpostgresql-$v
Language
C
License
PostgreSQL
TRUST
OS/Archx86_64aarch64
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)

OS/Archx86_64aarch64
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

ExtensionWebsiteAttributes
Packagedict_int
RPMpostgresql$v-contrib
DDL
DEBpostgresql-$v
LIB
Language
C
License
PostgreSQL
TRUST
OS/Archx86_64aarch64
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

ExtensionWebsiteAttributes
Packageunaccent
RPMpostgresql$v-contrib
DDL
DEBpostgresql-$v
LIB
Language
C
License
PostgreSQL
TRUST
OS/Archx86_64aarch64
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