ALTER SYSTEM between upgrades
Bruce Momjian <bruce@momjian.us>
From: Bruce Momjian <bruce@momjian.us>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: PostgreSQL-documentation <pgsql-docs@postgresql.org>
Date: 2020-07-13T23:58:49Z
Lists: pgsql-hackers, pgsql-docs
On Tue, Jul 7, 2020 at 04:18:21PM -0400, Alvaro Herrera wrote: > On 2020-Jul-07, Amit Kapila wrote: > > > I don't think this is true. We seem to have introduced three new guc > > variables in a 9.3.3 minor release. > > Yeah, backporting GUCs is not a big deal. Sure, the GUC won't appear in > postgresql.conf files generated by initdb prior to the release that > introduces it. But users that need it can just edit their .confs and > add the appropriate line, or just do ALTER SYSTEM after the minor > upgrade. For people that don't need it, it would have a reasonable > default (probably work_mem, so that behavior doesn't change on the minor > upgrade). I am creating a new thread to discuss the question raised by Alvaro of how many ALTER SYSTEM settings are lost during major upgrades. Do we properly document that users should migrate their postgresql.conf _and_ postgresql.auto.conf files during major upgrades? I personally never thought of this until now. -- Bruce Momjian <bruce@momjian.us> https://momjian.us EnterpriseDB https://enterprisedb.com The usefulness of a cup is in its emptiness, Bruce Lee
Commits
-
Add hash_mem_multiplier GUC.
- d6c08e29e7bc 14.0 landed
- 78530c8e7a5a 13.0 landed
-
HashAgg: use better cardinality estimate for recursive spilling.
- 3a232a3183d5 13.0 landed
- 9878b643f37b 14.0 landed
-
Remove hashagg_avoid_disk_plan GUC.
- bcbf9446a298 14.0 landed
- 5a6cc6ffa914 13.0 landed
-
Doc fixup for hashagg_avoid_disk_plan GUC.
- d33f33539d7f 13.0 landed
- 7ce461560159 14.0 landed
-
Rework HashAgg GUCs.
- 13e0fa7ae50c 13.0 landed
- 92c58fd94801 14.0 landed
-
Disk-based Hash Aggregation.
- 1f39bce02154 13.0 cited
-
Implement partition-wise grouping/aggregation.
- e2f1eb0ee30d 11.0 cited
-
Defer creation of partially-grouped relation until it's needed.
- 4f15e5d09de2 11.0 cited