分类: FUNC
54 个扩展
-
pg_idkit
multi-tool for generating new/niche universally unique identifiers (ex. UUIDv6, ULID, KSUID)
-
pgx_ulid
ulid type and methods
-
pg_uuidv7
Create UUIDv7 values in postgres
-
pg_uuid_v8
UUID v8 generator with embedded timestamps for PostgreSQL
-
permuteseq
Pseudo-randomly permute sequences with a format-preserving encryption on elements
-
pg_hashids
Short unique id generator for PostgreSQL, using hashids
-
pg_slug_gen
Generate cryptographically secure timestamp-based slugs
-
sequential_uuids
generator of sequential UUIDs
-
typeid
Allows to use TypeIDs in Postgres natively
-
snowflake
Snowflake-style 64-bit ID generator and sequence utilities for PostgreSQL
-
topn
type for top-n JSONB
-
quantile
Quantile aggregation function
-
lower_quantile
Lower quantile aggregate function
-
count_distinct
An alternative to COUNT(DISTINCT …) aggregate, usable with HashAggregate
-
omnisketch
data structure for on-line agg of data into approximate sketch
-
ddsketch
Provides ddsketch aggregate function
-
vasco
discover hidden correlations in your data with MIC
-
xicor
XI Correlation Coefficient in Postgres
-
weighted_statistics
High-performance weighted statistics functions for sparse data
-
datasketches
Approximate analytics sketches and aggregates for PostgreSQL
-
fbsql
Closure-preserving formula-based statistical modeling in SQL
-
tdigest
Provides tdigest aggregate function.
-
first_last_agg
first() and last() aggregate functions
-
extra_window_functions
Extra Window Functions for PostgreSQL
-
floatvec
Math for vectors (arrays) of numbers
-
aggs_for_vecs
Aggregate functions for array inputs
-
aggs_for_arrays
Various functions for computing statistics on arrays of numbers
-
argm
argmax, argmin, and anyold aggregate functions
-
pg_csv
Flexible CSV processing for Postgres
-
arraymath
Array math and operators that work element by element on the contents of arrays
-
pg_math
GSL statistical functions for postgresql
-
random
random data generator
-
base36
Integer Base36 types
-
base62
Base62 extension for PostgreSQL
-
pg_base58
Base58 Encoder/Decoder Extension for PostgreSQL
-
financial
Financial aggregate functions
-
pg_accumulator
Accumulation registers for balance and turnover tracking in PostgreSQL
-
convert
conversion functions for spatial, routing and other specialized uses
-
parray_gin
GIN index operator class and partial-match operators for text arrays
-
refint
functions for implementing referential integrity (obsolete)
-
autoinc
functions for autoincrementing fields
-
insert_username
functions for tracking who changed a table
-
moddatetime
functions for tracking last modification time
-
tsm_system_time
TABLESAMPLE method which accepts time in milliseconds as a limit
-
dict_xsyn
text search dictionary template for extended synonym processing
-
tsm_system_rows
TABLESAMPLE method which accepts number of rows as a limit
-
tcn
Triggered change notifications
-
uuid-ossp
generate universally unique identifiers (UUIDs)
-
btree_gist
support for indexing common datatypes in GiST
-
btree_gin
support for indexing common datatypes in GIN
-
intarray
functions, operators, and index support for 1-D arrays of integers
-
intagg
integer aggregator and enumerator (obsolete)
-
dict_int
text search dictionary template for integers
-
unaccent
text search dictionary that removes accents