Extensions / Functions and aggregates
C extension that adds example algorithm functions, including bubble sort and quicksort for integer arrays.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pg_algorithms |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 1 |
| Latest commit | 2018-01-04 |
| Catalogue updated | 2026-08-30 |
| pg_natural_sort_order | Natural sort ordering support through a C normalization function usable with indexes. |
| pg_sortstats | Collect per-query sort statistics and estimate required work_mem |