select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Monitoring

pg_sortstats

Collect per-query sort statistics and estimate required work_mem

pgext.cloud · Source code · Documentation · License text · Control file

Overview

Packagepg_sortstats
Version0.0.1
RepositoryUnspecified
Extension typePreloaded
Requires CREATE EXTENSIONYes
Requires preloadYes
TrustedNo
RelocatableYes
Shared librariespg_stat_statements, pg_sortstats
Stars13
Latest commit2023-01-14
Catalogue updated2026-08-30

Related extensions

Requires

pg_stat_statementstrack planning and execution statistics of all SQL statements executed

See also

pg_stat_statementstrack planning and execution statistics of all SQL statements executed
pg_natural_sort_orderNatural sort ordering support through a C normalization function usable with indexes.
pg_algorithmsC extension that adds example algorithm functions, including bubble sort and quicksort for integer arrays.