Prototype parallel query execution module for shared-nothing PostgreSQL clusters
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pargres |
|---|---|
| Version | 0.1 |
| Repository | Unspecified |
| Extension type | Preloaded |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | No |
| Shared libraries | pargres |
| Stars | 2 |
| Latest commit | 2018-11-09 |
| Catalogue updated | 2026-08-30 |
| pg_stash_advice | Store plan advice by query ID and automatically apply it during PostgreSQL query planning |
| mv_rewrite | Query rewriting extension that transparently rewrites queries to use lower-cost materialized views. |
| pg_table_range | Planning-time partition pruning by per-partition data ranges, including non-key columns. |
| pg_bofh | Rejects queries without WHERE clauses using a planner hook loaded via shared_preload_libraries. |
| optpaths | Planner hook extension for adding paths and removing self joins |
| pathprobe | PostgreSQL planner path probing extension for planner-aware SQL agents |
| planinstr | Planner hook for measuring PostgreSQL planning time, intended mainly for debugging. |
| micromanage | example extension to inject plans |