Draft release notes are up

Started by Tom Laneabout 8 years ago7 messageshackers
Beta feature

Hackorum builds and tests every patch posted to the lists, not only commitfest submissions. This is Hackorum's own CI rather than the PostgreSQL project's, and it is still under testing - please report anything that looks wrong.

won't retrysuccessCI history

You can run a PostgreSQL built from this patch straight from Docker, with no checkout and no build:

docker run --rm -p 5432:5432 ghcr.io/hackorum-dev/postgres-patch:t39154
psql -h localhost -U postgres

Built from patchset v3 (message #3), July 28, 2026 at 05:26 AM.

Every patchset is also pushed to a branch of our PostgreSQL fork, so you can check out the same tree CI built. Without a PostgreSQL checkout:

git clone --branch t39154_3 https://github.com/hackorum-dev/postgres.git

In a checkout you already have, add the fork once:

git remote add hackorum https://github.com/hackorum-dev/postgres.git

then, for this patchset and every later one:

git fetch hackorum t39154_3 && git checkout t39154_3

Patchset v3 (message #3) is on t39154_3

Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

First cut at release notes for next week's minor releases is up at

https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=c1455de2af2eb06ee493f9982f060ac7e571f656

If you prefer not to read XML markup, they should appear in the devel docs
on the website after guaibasaurus's next run, a couple hours from now.

regards, tom lane

In reply to: Tom Lane (#1)
Re: Draft release notes are up

On Fri, Aug 3, 2018 at 3:15 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

First cut at release notes for next week's minor releases is up at

https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=c1455de2af2eb06ee493f9982f060ac7e571f656

I suppose that you should add an item for the relcache bug that I just
pushed a fix for. It isn't known to cause an issue on releases prior
to v11, so I'm not sure on the best way of phrasing it for users.

Thanks
--
Peter Geoghegan

#3Jonathan S. Katz
jkatz@postgresql.org
In reply to: Tom Lane (#1)
Re: Draft release notes are up

On Aug 3, 2018, at 6:15 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

First cut at release notes for next week's minor releases is up at

https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=c1455de2af2eb06ee493f9982f060ac7e571f656

If you prefer not to read XML markup, they should appear in the devel docs
on the website after guaibasaurus's next run, a couple hours from now.

Thank you for compiling the notes. I found a small misspelling in the notes, fix
attached.

Jonathan

Attachments:

t39154_3
release1005.diffapplication/octet-stream; name=release1005.diff; x-unix-mode=0644Download+1-1
#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: Jonathan S. Katz (#3)
Re: Draft release notes are up

"Jonathan S. Katz" <jkatz@postgresql.org> writes:

[ s/interruptable/interruptible/ ]

Huh ... I hadn't actually known that the two forms weren't more or less
equally acceptable, but a bit of dictionary-perusing says you're right.
Grep finds a couple of other "interruptable"s in our tree, both likely
my fault.

regards, tom lane

#5Jonathan S. Katz
jkatz@postgresql.org
In reply to: Tom Lane (#4)
Re: Draft release notes are up

On Aug 4, 2018, at 12:11 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

"Jonathan S. Katz" <jkatz@postgresql.org> writes:

[ s/interruptable/interruptible/ ]

Huh ... I hadn't actually known that the two forms weren't more or less
equally acceptable, but a bit of dictionary-perusing says you're right.
Grep finds a couple of other "interruptable"s in our tree, both likely
my fault.

The other two I found that I would recommend fixing:

“mis-quoting” => “misquoting”
"Manually-created” => “Manually created”

LGTM otherwise. I will have a PR draft available soon.

Jonathan

#6Jonathan S. Katz
jkatz@postgresql.org
In reply to: Jonathan S. Katz (#5)
Re: Draft release notes are up

On Aug 4, 2018, at 12:17 PM, Jonathan S. Katz <jkatz@postgresql.org> wrote:

On Aug 4, 2018, at 12:11 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

"Jonathan S. Katz" <jkatz@postgresql.org> writes:

[ s/interruptable/interruptible/ ]

Huh ... I hadn't actually known that the two forms weren't more or less
equally acceptable, but a bit of dictionary-perusing says you're right.
Grep finds a couple of other "interruptable"s in our tree, both likely
my fault.

The other two I found that I would recommend fixing:

“mis-quoting” => “misquoting”
"Manually-created” => “Manually created”

LGTM otherwise. I will have a PR draft available soon.

PR draft attached. This combines both the the cumulative update
as well as PG11B3.

I kindly request checks for accuracy and or key omissions that
are worth highlighting.

Thanks,

Jonathan

Attachments:

20180809updaterelease.txttext/plain; name=20180809updaterelease.txt; x-unix-mode=0644Download
#7Jonathan S. Katz
jkatz@postgresql.org
In reply to: Jonathan S. Katz (#6)
Re: Draft release notes are up

On Aug 4, 2018, at 1:17 PM, Jonathan S. Katz <jkatz@postgresql.org> wrote:

On Aug 4, 2018, at 12:17 PM, Jonathan S. Katz <jkatz@postgresql.org> wrote:

On Aug 4, 2018, at 12:11 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

"Jonathan S. Katz" <jkatz@postgresql.org> writes:

[ s/interruptable/interruptible/ ]

Huh ... I hadn't actually known that the two forms weren't more or less
equally acceptable, but a bit of dictionary-perusing says you're right.
Grep finds a couple of other "interruptable"s in our tree, both likely
my fault.

The other two I found that I would recommend fixing:

“mis-quoting” => “misquoting”
"Manually-created” => “Manually created”

LGTM otherwise. I will have a PR draft available soon.

PR draft attached. This combines both the the cumulative update
as well as PG11B3.

I kindly request checks for accuracy and or key omissions that
are worth highlighting.

Added an EOL warning for 9.3.

Jonathan

Attachments:

20180809updaterelease.txttext/plain; name=20180809updaterelease.txt; x-unix-mode=0644Download