Re: PG 14 release notes, first draft

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: PG 14 release notes, first draft
Date: 2021-06-12 03:45:51
Message-ID: 20210612034551.GU16435@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

| Add Set Server Name Indication (SNI) for SSL connection packets (Peter Eisentraut)
Remove "Set"

| Reduce the default value of vacuum_cost_page_miss from 10 milliseconds to 2 (Peter Geoghegan)
Peter mentioned that this should not say "milliseconds" (but maybe the page I'm
looking at is old).

| Cause vacuum operations to be aggressive if the table is near xid or multixact wraparound (Masahiko Sawada, Peter Geoghegan)
Say "become aggressive" ?

| Allow the arbitrary collations of partition boundary values (Tom Lane)
Remove "the"

| Generate WAL invalidations message during command completion when using logical replication (Dilip Kumar, Tomas Vondra, Amit Kapila)
invalidation messages

| Add support for infinity and -infinity values to the numeric data type (Tom Lane)
"-infinity" has markup but not "infinity" ?

| Allow vacuum to deallocate space reserved by trailing unused heap line pointers (Matthias van de Meent, Peter Geoghegan)
say "reclaim space" ?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2021-06-12 03:51:35 Re: pg_filenode_relation(0,0) elog
Previous Message Tom Lane 2021-06-12 03:40:21 Re: [PATCH] Fix buffer not null terminated on (ecpg lib)