Pre Prepare your Statement server side
pgext.cloud · Source code · License text · Control file
| Package | preprepare |
|---|---|
| Version | 0.9 |
| PostgreSQL versions | 14 · 15 · 16 · 17 · 18 |
| Repository | Multiple repositories |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 46 |
| Latest commit | 2025-10-08 |
| Latest release | 2025-10-08 |
| Catalogue updated | 2026-08-30 |
| pg_hint_plan | Give PostgreSQL ability to manually force some decisions in execution plans. |
| plan_filter | filter statements by their execution plans. |
| pg_query_rewrite | Rewrite SQL statements with a PostgreSQL ProcessUtility hook |
| hypopg | Hypothetical indexes for PostgreSQL |
| pg_qualstats | An extension collecting statistics about quals |
| index_advisor | Query index advisor |
| online_advisor | Suggest missing indexes and extended statistics online |
| pg_stat_plans | Track per-plan call counts, execution times, and example EXPLAIN texts. |
| pg_kpart | Reject full partition scans that omit the partition key |
| pg_fsql | Recursive SQL template engine with JSONB-driven execution |