mirror of
https://github.com/postgres/postgres.git
synced 2026-04-12 04:26:44 -04:00
necessarily following the JOIN syntax to develop the query plan. The old behavior is still available by setting GUC variable JOIN_COLLAPSE_LIMIT to 1. Also create a GUC variable FROM_COLLAPSE_LIMIT to control the similar decision about when to collapse sub-SELECT lists into their parent lists. (This behavior existed already, but the limit was always GEQO_THRESHOLD/2; now it's separately adjustable.) |
||
|---|---|---|
| .. | ||
| initdb | ||
| initlocation | ||
| ipcclean | ||
| pg_config | ||
| pg_controldata | ||
| pg_ctl | ||
| pg_dump | ||
| pg_encoding | ||
| pg_id | ||
| pg_resetxlog | ||
| pgtclsh | ||
| psql | ||
| scripts | ||
| Makefile | ||