Re: PostgreSQL 15 Beta 1 release announcement draft - Mailing list pgsql-hackers

From Justin Pryzby
Subject Re: PostgreSQL 15 Beta 1 release announcement draft
Date
Msg-id 20220517144941.GE19626@telsasoft.com
Whole thread Raw
In response to Re: PostgreSQL 15 Beta 1 release announcement draft  ("Jonathan S. Katz" <jkatz@postgresql.org>)
List pgsql-hackers
On Tue, May 17, 2022 at 08:58:14AM -0500, Jonathan S. Katz wrote:
> PostgreSQL 15 adds [more regular expression
functions](https://www.postgresql.org/docs/15/functions-matching.html#FUNCTIONS-POSIX-REGEXP),
> including `regexp_count` , `regexp_instr`, `regexp_like`, and `regexp_substr`.
> the [`range_agg`](https://www.postgresql.org/docs/15/functions-aggregate.html)
> function, introduced in PostgreSQL 15 for aggregating

Capital The

> the `work_mem` parameter. Early benchmarks show that these sorts may see on
> average an 2x speedup for these workloads on PostgreSQL 15.

Maybe remove "for these workloads".

> Write-ahead log (WAL) files can now be compressed using both LZ4 and Zstandard

Now that I re-read it, I suppose this should say "either .. or" ...



pgsql-hackers by date:

Previous
From: Ronan Dunklau
Date:
Subject: Re: Removing unneeded self joins
Next
From: Tom Lane
Date:
Subject: Re: create_help.pl treats as replaceable