PostgreSQL Data Access Components (PgDAC) Releases
Released: Mar 27, 2026
Updates in 10.0.0
Features
- Added support for RAD Studio 13.1 Florence.
- Added support for the Arm64EC target platform.
- Added support for Lazarus 4.6.
- Added support for PostgreSQL 18.
- Added support for protocol 3.2.
- Added support for virtual generated columns.
- Added support for OAUTHBEARER authentication.
- Added the CurrentTimeZone connection option.
- Added the ExactTimeZone connection option.
- Added the UseSystemLocale connection option.
- Added the "For the current user/For all users" option during installation.
- Added...
Released: Dec 26, 2025
Updates in 9.0.1
Features
- Added support for Lazarus 4.4.
- Improved handling of the SET TIMEZONE command.
- Extended support for the Connection component's AllowImplicitConnect property to the Script and SQL components.
Fixes
- Fixed an issue where creating a VIEW in PgQuery could fail when UniDirectional was set to True.
- Fixed an issue where transaction handling for SELECT statements without a FROM clause could be incorrect when AutoCommit was set to False.
- Fixed an AV failure that could occur when reading a...
Released: Sep 17, 2025
Updates in 9.0.0
Features
- Added support for Embarcadero RAD Studio 13 Florence.
- Added support for Lazarus 4.2.
- Added support for Bearer Token authentication when connecting through HTTP tunnel.
- Added support for system proxy settings to the TProxyOptions class for HTTP tunneling.
- Added the Pooled function to the TCustomDAConnection component.
- Added support for ReportBuilder 23 in the Demo project.
- Improved support for array data types.
- Improved connection opening performance.
Fixes
- Fixed a bug that occurred when...
Released: Jul 7, 2025
Updates in 8.4.1
Features
- Added support for Lazarus 4.0.
Fixes
- Resolved an OutOfMemory exception that occurred when working with large datasets.
- Fixed a bug with reading long error responses.
- Fixed a bug that caused an access violation when using OpenSSL.
- Fixed a bug that caused application freezing in multi-threaded mode.
- Resolved an issue with array handling in unnamed code blocks.
- Fixed a bug related to the ParamCheck property behavior.
- Resolved an issue with declaring the TValueArr data type in C++Builder...
Released: Mar 20, 2025
Updates in 8.4.0
Features
- Added support for Embarcadero RAD Studio 12 Athens Release 3.
- Added support for the RAD Studio 64-bit IDE.
- Added support for Lazarus 3.8.
- Added support for PostgreSQL 17.
- Added support for the COPY ... TO STDOUT statement.
- Added support for parameters in the Script component.
- Added support for the TurboPack SynEdit package in component editors.
- Added support for syntax highlighting in component editors in Lazarus on the Windows platform.
- Added the IndentFormat argument to the SaveToXML...
Released: Jan 20, 2025
Updates in 8.3.2
Features
- Moved the CRFunctions.CRTimeZoneInformation global variable to the interface section.
Fixes
- Fixed a bug with parsing parameters in anonymous blocks.
- Fixed a bug with parsing dollar-quoted blocks.
- Fixed an issue with the '.' time separator.
- Fixed an issue with the precision of values in PgTime and PgTimeStamp.
- Fixed an issue with the AutoCommit behavior that occurred when using Execute for batch operations.
- Fixed a bug related to the use of multiple schemas.
- Fixed an issue with ENUM data...
Released: Oct 24, 2024
Updates in 8.3.1
Features
- Added support for Lazarus 3.6.
- Restored support for RAD Studio 12 Athens Release 1.
Released: Sep 27, 2024
Updates in 8.3.0
Features
- Added support for Embarcadero RAD Studio 12 Athens Release 2.
- Added support for Embarcadero C++Builder 64-bit Windows (Modern) Application Development.
- Added support for Lazarus 3.4.
- Improved performance.
- Added C++Builder demo components for working with SecureBridge.
- Added the WriteBOM property for TPgDumpOptions.
- Added support for the pgvector extension.
- Added the UseGeneratedColumns property for TPgDataSetOptions.
Fixes
- Fixed bug with getting default field values when using a not...
Released: May 1, 2024
Updates in 8.2.1
Features
- Release 1 for Embarcadero RAD Studio 12 Athens, Delphi 12 Athens, and C++Builder 12 Athens is now required.
Fixes
- Fixed internal bug with TSharedObject.
Released: Apr 24, 2024
Updates in 8.2.0
Features
- Added support for Embarcadero RAD Studio 12 Athens Release 1.
- Added support for Lazarus 3.2.
- Improved working with generated fields.
Fixes
- Fixed bug when processing identity field.