Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1thKlM-001E3p-3s for pgsql-announce@arkaria.postgresql.org; Mon, 10 Feb 2025 03:47:12 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1thKlK-001PXQ-Mw for pgsql-announce@arkaria.postgresql.org; Mon, 10 Feb 2025 03:47:10 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1thKlJ-001PXD-JU for pgsql-announce@lists.postgresql.org; Mon, 10 Feb 2025 03:47:09 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1thKlF-004s82-31 for pgsql-announce@lists.postgresql.org; Mon, 10 Feb 2025 03:47:09 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:From:To:Subject: MIME-Version:Content-Type:Sender:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=vcYTz/JafvqpdK6iyeY8LelkxIlZbZPQgUQRb0b9+So=; b=GkOWHqJ+iDxlWMUvwMqs5VI30J Qo8IaRIh8PEcTohS3SVGqjdDMX5IcmI9m7MRFCPvuw79msDz9N4+wMv+LTMuF7lissPswv2Ggo7x0 EeOoELwHn5Y7FiBQrNMh2EidcYPHGGI81hHGG41FViDSaU3+BVz381T3mRbo5Nush9a190tihv0KI eI/9NL04td5QPuodU97jNXcf4sNOwGeQgqdr8GjFCYL8CRLeO9PFso/K9AxqTi0KnxNkhHV1dXU0M D2DnWMSr9MTnw64buBZazLkLwg9QSp/vvd7IZjg3WcTMcrUlm77UKaQJ0JCwL++d8HUpCjAK33ynZ XpXUMMJQ==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1thKlE-0013Ys-NW for pgsql-announce@lists.postgresql.org; Mon, 10 Feb 2025 03:47:05 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1thKlD-002yyX-6d for pgsql-announce@lists.postgresql.org; Mon, 10 Feb 2025 03:47:03 +0000 Content-Type: multipart/mixed; boundary="===============7018695405284457921==" MIME-Version: 1.0 Subject: Citus 13.0 Released! To: PostgreSQL Announce From: Citus Data via PostgreSQL Announce Reply-To: teresa.giacomini@microsoft.com Date: Mon, 10 Feb 2025 03:46:22 +0000 Message-ID: <173915918239.1070.6311031976140118210@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: ffe6304a23158fa50e3bbc975a9a60d2c33b3a4c264f6fcb092817fffe778f70 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============7018695405284457921== Content-Type: multipart/alternative; boundary="===============5849177748948107283==" MIME-Version: 1.0 --===============5849177748948107283== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable ## PostgreSQL 17 supported on Citus Citus 13.0 adds support for Postgres 17. There are many new features that a= re enabled by PG17 that are particularly interesting for Citus users: * JSON_TABLE() support in distributed queries * Propagate "MERGE ... WHEN NOT MATCHED BY SOURCE" syntax * Expanded functionality on distributed partitioned tables * Propagate new EXPLAIN options: MEMORY and SERIALIZE * Optimizer improvements In addition to support of Postgres 17 Citus 13.0 also includes: * Bug fixes that address some crashes caused by unsafe catalog access, and = segmentation faults in distributed procedures * Fixes to resolve issues related to role synchronization across nodes, ser= ver crashes in specific cluster configurations, and improve handling of sha= rd placement when new nodes are introduced without required reference data ## Where to find the Citus 13.0 Blog post, Release Notes, & Release Party L= ivestream =E2=80=A2 __Citus 13.0 blog post__: Read [Naisila=E2=80=99s 13.0 post](http= s://www.citusdata.com/blog/2025/02/06/distribute-postgresql-17-with-citus-1= 3/) for more insight on the new features and improvement in Citus 12 =E2=80=A2 __Release notes__: Get all the nitty gritty details on the [Citus= 13.0 updates page](https://www.citusdata.com/updates/v13-1/). =E2=80=A2 __Watch the Citus 13.0 release party__: [The release party](https= ://youtube.com/live/DrCu8SX2nDM)=E2=80=94including demos and Q&A=E2=80=94is= available to watch on YouTube. ## About the Citus database extension Citus is a distributed database built entirely as an [open source extension= for PostgreSQL](https://youtu.be/JwjjUT8K7po). With Citus, you can create = tables that are transparently distributed or replicated across a cluster of= PostgreSQL nodes. Citus is available as [open source](https://www.citusdat= a.com/download/) and also as a [managed service on Azure](https://aka.ms/do= cs-citus-on-azure) --===============5849177748948107283== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Citus 13.0 Released!
 

Citus 13.0 Released!

PostgreSQL 17 supported on Citu= s

Citus 13.0 adds support for Postgres 17. Th= ere are many new features that are enabled by PG17 that are particularly in= teresting for Citus users:

  • JSON_TABLE() su= pport in distributed queries
  • Propagate "MERG= E ... WHEN NOT MATCHED BY SOURCE" syntax
  • Expanded functi= onality on distributed partitioned tables
  • Propagate new E= XPLAIN options: MEMORY and SERIALIZE
  • Optimizer impro= vements

In addition to support of Postgres 17 Citus= 13.0 also includes:

  • Bug fixes that = address some crashes caused by unsafe catalog access, and segmentation faul= ts in distributed procedures
  • Fixes to resolv= e issues related to role synchronization across nodes, server crashes in sp= ecific cluster configurations, and improve handling of shard placement when= new nodes are introduced without required reference data

Where to find the Citus 13.0 Bl= og post, Release Notes, & Release Party Livestream

=E2=80=A2 Citus 13.0 blog post: Read Naisila=E2=80=99s 13.0 post for more insight on the new featu= res and improvement in Citus 12

=E2=80=A2 Release notes:= Get all the nitty gritty details on the Cit= us 13.0 updates page.

=E2=80=A2 Watch the Citus 13.0 re= lease party: The release party=E2= =80=94including demos and Q&A=E2=80=94is available to watch on YouTube.=

About the Citus database extens= ion

Citus is a distributed database built entir= ely as an open source extension for PostgreSQL. With= Citus, you can create tables that are transparently distributed or replica= ted across a cluster of PostgreSQL nodes. Citus is available as open source and also as a manag= ed service on Azure

This email was sent to you from Citus Data. It was delivered on their behal= f by the PostgreSQL project. Any questions about the content of the message shou= ld be sent to Citus Data.

You were sent this email as a subscriber of the pgsql-announce mai= linglist, for the content tag Related Open Source. To unsubscribe from further emails, or change which emails you want to receive, please click th= e personal unsubscribe link that you can find in the headers of this email, or visit https://lists.postgresql.org/unsubscribe/.
 
--===============5849177748948107283==-- --===============7018695405284457921==--