pgsql: doc PG 17 relnotes: add two optimizer items - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: doc PG 17 relnotes: add two optimizer items
Date
Msg-id E1s72dl-000FHS-Jc@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix handling of polymorphic output arguments for procedures.
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc PG 17 relnotes: wording fixes