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.96) (envelope-from ) id 1vge0B-00Ge8E-18 for pgsql-announce@arkaria.postgresql.org; Fri, 16 Jan 2026 07:12:12 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vge0A-001YVa-1n for pgsql-announce@arkaria.postgresql.org; Fri, 16 Jan 2026 07:12:10 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vge09-001YUP-0O for pgsql-announce@lists.postgresql.org; Fri, 16 Jan 2026 07:12:09 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vge06-000iAT-0d for pgsql-announce@lists.postgresql.org; Fri, 16 Jan 2026 07:12:08 +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=Xt+6lRT1T1U8tDCmUnxvMLt8+YDi99lo1FbazPu7WNU=; b=6vgLADXbzUqR/Wj/KjzRx72/o0 XCNEAynXUd+eJBUAFsEJ2C38+tjB2vhCI/FbFPIbSYc/gwI45fCoNzXm/O38Ui2wnRhsBUnjq0muC XRFCFCahVY6B0WKiAz2lDB1GCSqEr/JphnjHOM9Exo1eLqnZWAAoY2+OxL6HCA5iG05Tejzaf52vS upTWGI0Kw+sl7Qg1JSbkLXcvLBD0tthgAw9b1H1VaSNfyLG8/C8BZNYt30DHre8aVkZQqWcfLApsL FZ1OQWtpjwTuQqnFUQ6GKjeV1J2Ne7m8lq9/GXbVYuAo8bE1272OSuQl/MzG/y3YUVxD9bSH0LRlh 1YeNaomw==; Received: from wrigleys.postgresql.org ([217.196.149.60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vge05-0022ou-0z for pgsql-announce@lists.postgresql.org; Fri, 16 Jan 2026 07:12:06 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vge03-003SNs-0O for pgsql-announce@lists.postgresql.org; Fri, 16 Jan 2026 07:12:03 +0000 Content-Type: multipart/alternative; boundary="===============2297508167145475669==" MIME-Version: 1.0 Subject: Meet the New dotConnect for PostgreSQL Release To: PostgreSQL Announce From: Devart via PostgreSQL Announce Reply-To: jordan.sanders@devart.com Date: Fri, 16 Jan 2026 07:11:41 +0000 Message-ID: <176854750127.768.6724437677063650509@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: proprietary X-pglister-tagsig: f21336f7181036e89241fd0bd85788c720b9230b3a43b34b0ba227627b455dbc List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============2297508167145475669== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Devart, a recognized vendor of high-performance ADO.NET data providers that= enable direct access to major database systems and cloud services, release= d a new version of [dotConnect for PostgreSQL](https://www.devart.com/dotco= nnect/postgresql/).=20 **The list of updates:** 1) Added support for **PostgreSQL 18**. Now, users can reliably connect, run queries, and use PostgreSQL 18 feature= s in .NET applications without driver compatibility issues. 2) Added support for the **PgSqlNumeric data type** for high-precision NUME= RIC values.=20 This type lets users insert, read, and process NUMERIC values without losin= g accuracy, even for long numbers. 3) Added support for **Visual Studio 2026** and **Visual Studio 2026 Inside= rs**=20 Now, teams can develop, model, and maintain their data access layers in the= latest Visual Studio environment. 4) Added support for **modern SSH encryption and key exchange algorithms** This update ensures secure connectivity to PostgreSQL environments using mo= dern cryptographic standards. 5) **Batch Updates**. dotConnect for PostgreSQL offers several alternative approaches, allowing u= sers to select the one that best fits their needs. Additionally, they demon= strate better performance in specific scenarios. In dotConnect for PostgreSQL, [batch operations](https://www.devart.com/dot= connect/postgresql/batch-operations.html) can be executed using: - PgSqlDataAdapter - PgSqlDataTable - PgSqlCommand The Simple method runs separate commands in a loop, while *DataAdapter.Upda= te()*, *DataTable.Update()*, and *Command.ExecuteArray()* use Batch Updates= . In every case, batch-based methods cut execution time dramatically compar= ed to the simple approach, with *Command.ExecuteArray()* delivering the hig= hest performance for single-type operations. The execution time for differe= nt batch update approaches across popular databases is presented in the [ta= ble](https://www.devart.com/dotconnect/postgresql/batch-operations.html#per= formance-comparison). So, now users can choose a better variant for their purposes.=20 To learn more about updates and download the product, visit the [recent rel= ease](https://blog.devart.com/dotconnect-2025-1-release.html). --===============2297508167145475669== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Meet the New dotConnect for PostgreSQL Release
 

Meet the New dotConnect for PostgreSQL Release

Devart, a recognized vendor of high-perform= ance ADO.NET data providers that enable direct access to major database sys= tems and cloud services, released a new version of dotConnect for PostgreSQL.

The list of updates:

1) Added support for PostgreSQL 18<= /strong>.

Now, users can reliably connect, run querie= s, and use PostgreSQL 18 features in .NET applications without driver compa= tibility issues.

2) Added support for the PgSqlNumer= ic data type for high-precision NUMERIC values.

This type lets users insert, read, and proc= ess NUMERIC values without losing accuracy, even for long numbers.

3) Added support for Visual Studio = 2026 and Visual Studio 2026 Insiders

Now, teams can develop, model, and maintain= their data access layers in the latest Visual Studio environment.

4) Added support for modern SSH enc= ryption and key exchange algorithms

This update ensures secure connectivity to = PostgreSQL environments using modern cryptographic standards.

5) Batch Updates.

dotConnect for PostgreSQL offers several al= ternative approaches, allowing users to select the one that best fits their= needs. Additionally, they demonstrate better performance in specific scena= rios.

In dotConnect for PostgreSQL, batch operations can be exe= cuted using:

  • PgSqlDataAdapte= r
  • PgSqlDataTable<= /li>
  • PgSqlCommand

The Simple method runs separate commands in= a loop, while DataAdapter.Update(), DataTable.Update(), = and Command.ExecuteArray() use Batch Updates. In every case, batch= -based methods cut execution time dramatically compared to the simple appro= ach, with Command.ExecuteArray() delivering the highest performanc= e for single-type operations. The execution time for different batch update= approaches across popular databases is presented in the table.

So, now users can choose a better variant f= or their purposes.

To learn more about updates and download th= e product, visit the recent re= lease.

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

You were sent this email as a subscriber of the pgsql-announce mai= linglist, for the content tag Related Proprietary. 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/.
 
--===============2297508167145475669==--