pgsql: Release notes for 18.4, 17.10, 16.14, 15.18, 14.23.

Started by Tom Laneabout 1 month ago4 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Release notes for 18.4, 17.10, 16.14, 15.18, 14.23.

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c2e6deea668b6e001b0c4a8b24322ce38ff999e5

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

#2Kirill Reshke
reshkekirill@gmail.com
In reply to: Tom Lane (#1)
Re: pgsql: Release notes for 18.4, 17.10, 16.14, 15.18, 14.23.

On Sun, 10 May 2026, 21:08 Tom Lane, <tgl@sss.pgh.pa.us> wrote:

Release notes for 18.4, 17.10, 16.14, 15.18, 14.23.

Branch
------
REL_17_STABLE

Details
-------

https://git.postgresql.org/pg/commitdiff/c2e6deea668b6e001b0c4a8b24322ce38ff999e5

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

Hi! Is there any reason this is not pushed to 18 stable?

Show quoted text
#3Andres Freund
andres@anarazel.de
In reply to: Kirill Reshke (#2)
Re: pgsql: Release notes for 18.4, 17.10, 16.14, 15.18, 14.23.

Hi,

On May 11, 2026 12:40:00 PM GMT+02:00, Kirill Reshke <reshkekirill@gmail.com> wrote:

On Sun, 10 May 2026, 21:08 Tom Lane, <tgl@sss.pgh.pa.us> wrote:

Release notes for 18.4, 17.10, 16.14, 15.18, 14.23.

Branch
------
REL_17_STABLE

Details
-------

https://git.postgresql.org/pg/commitdiff/c2e6deea668b6e001b0c4a8b24322ce38ff999e5

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

Hi! Is there any reason this is not pushed to 18 stable?

Already was a few days ago:
https://git.postgresql.org/pg/commitdiff/122adefc94a4dc4e97b4fd5c3328e7dc5b58ebd0

Andres

#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: Andres Freund (#3)
Re: pgsql: Release notes for 18.4, 17.10, 16.14, 15.18, 14.23.

Andres Freund <andres@anarazel.de> writes:

On May 11, 2026 12:40:00 PM GMT+02:00, Kirill Reshke <reshkekirill@gmail.com> wrote:

On Sun, 10 May 2026, 21:08 Tom Lane, <tgl@sss.pgh.pa.us> wrote:

Release notes for 18.4, 17.10, 16.14, 15.18, 14.23.

Hi! Is there any reason this is not pushed to 18 stable?

Already was a few days ago:
https://git.postgresql.org/pg/commitdiff/122adefc94a4dc4e97b4fd5c3328e7dc5b58ebd0

Yeah. I used my usual log message for this pass at the release notes,
even though there happened to be no changes since Friday for the v18
branch. (That's quite unusual: usually there are more commits, or
bits to remove because the newest-stable branch doesn't have a given
bug, or edits suggested by the community.) So that's why the
commit message mentions 18.4 even though v18 didn't change.

regards, tom lane