pgsql: doc PG 17 relnotes: add two optimizer items

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc PG 17 relnotes: add two optimizer items
Date: 2024-05-15 00:37:05
Message-ID: E1s72dl-000FHS-Jc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc PG 17 relnotes: add two optimizer items

One is about subqueries becoming joins and the other is about optimizing
LIMIT by improving startup cost.

Reported-by: Andy Fan

Discussion: https://postgr.es/m/87h6f4ncc6.fsf@163.com

Reviewed-by: David Rowley

Backpatch-through: master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1a48f8b40dc0fe0af67303d7e05df5f93cad36fb

Modified Files
--------------
doc/src/sgml/release-17.sgml | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2024-05-15 00:43:18 pgsql: doc PG 17 relnotes: wording fixes
Previous Message Tom Lane 2024-05-15 00:19:37 pgsql: Fix handling of polymorphic output arguments for procedures.