Re: PG 13 release notes, first draft

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Noah Misch <noah(at)leadboat(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PG 13 release notes, first draft
Date: 2020-05-06 23:40:25
Message-ID: 20200506234025.GC3649@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, May 5, 2020 at 11:39:10PM -0700, Noah Misch wrote:
> On Mon, May 04, 2020 at 11:16:00PM -0400, Bruce Momjian wrote:
> > Allow skipping of WAL for new tables and indexes if wal_level is 'minimal' (Noah Misch)
>
> Kyotaro Horiguchi authored that one. (I committed it.) The commit message
> noted characteristics, some of which may deserve mention in the notes:

Fixed.

> - Crash recovery was losing tuples written via COPY TO. This fixes the bug.

This was not backpatched?

> - Out-of-tree table access methods will require changes.

Uh, I don't think we mention those.

> - Users setting a timeout on COMMIT may need to adjust that timeout, and
> log_min_duration_statement analysis will reflect time consumption moving to
> COMMIT from commands like COPY.

Uh, not sure how to say that but I don't think we would normally mention that.

> - COPY has worked this way for awhile; this extends it to all modifications.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EnterpriseDB https://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2020-05-06 23:46:52 Re: PG 13 release notes, first draft
Previous Message Alvaro Herrera 2020-05-06 23:39:03 Re: Add "-Wimplicit-fallthrough" to default flags (was Re: pgsql: Support FETCH FIRST WITH TIES)