pgsql: Release notes for 17.3, 16.7, 15.11, 14.16, 13.19.

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

Release notes for 17.3, 16.7, 15.11, 14.16, 13.19.

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/878635daaae548d4e6a58224c0bb04bea1ea2bcb

Modified Files
--------------
doc/src/sgml/release-17.sgml | 127 +++----------------------------------------
1 file changed, 8 insertions(+), 119 deletions(-)

#2Thom Brown
thom@linux.com
In reply to: Tom Lane (#1)
Re: pgsql: Release notes for 17.3, 16.7, 15.11, 14.16, 13.19.

On Sun, 9 Feb 2025, 18:59 Tom Lane, <tgl@sss.pgh.pa.us> wrote:

Release notes for 17.3, 16.7, 15.11, 14.16, 13.19.

Branch
------
REL_17_STABLE

Details
-------

https://git.postgresql.org/pg/commitdiff/878635daaae548d4e6a58224c0bb04bea1ea2bcb

Modified Files
--------------
doc/src/sgml/release-17.sgml | 127
+++----------------------------------------
1 file changed, 8 insertions(+), 119 deletions(-)

Why are there no changes listed for 17? Is this coming later?

Show quoted text
#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Thom Brown (#2)
Re: pgsql: Release notes for 17.3, 16.7, 15.11, 14.16, 13.19.

Thom Brown <thom@linux.com> writes:

On Sun, 9 Feb 2025, 18:59 Tom Lane, <tgl@sss.pgh.pa.us> wrote:

Modified Files
--------------
doc/src/sgml/release-17.sgml | 127
+++----------------------------------------
1 file changed, 8 insertions(+), 119 deletions(-)

Why are there no changes listed for 17? Is this coming later?

That's the delta from the first-draft I posted Friday[1]https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=572ec03cbec4690eeb5c1047b378626fe475d218 --- mostly,
it's removals of items that only applied to pre-v17 branches.

I write all the relnote entries for a minor release set in one pass
and separate them according to branch later. This commit is the
"separation" step.

regards, tom lane

[1]: https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=572ec03cbec4690eeb5c1047b378626fe475d218

#4Thom Brown
thom@linux.com
In reply to: Tom Lane (#3)
Re: pgsql: Release notes for 17.3, 16.7, 15.11, 14.16, 13.19.

On Sun, 9 Feb 2025, 21:04 Tom Lane, <tgl@sss.pgh.pa.us> wrote:

Thom Brown <thom@linux.com> writes:

On Sun, 9 Feb 2025, 18:59 Tom Lane, <tgl@sss.pgh.pa.us> wrote:

Modified Files
--------------
doc/src/sgml/release-17.sgml | 127
+++----------------------------------------
1 file changed, 8 insertions(+), 119 deletions(-)

Why are there no changes listed for 17? Is this coming later?

That's the delta from the first-draft I posted Friday[1] --- mostly,
it's removals of items that only applied to pre-v17 branches.

I write all the relnote entries for a minor release set in one pass
and separate them according to branch later. This commit is the
"separation" step.

Ah, my bad. Thanks, and sorry for the noise.

Thom

Show quoted text