PostgreSQL agent changelog
Release notes
2.1.9.3
Released: December 17, 2025
-
Fixed column names escaping for Bulk Operations;
-
Fixed primary keys columns management in staging table creation during bulk operations;
2.1.9.0
Released: December 10, 2025
-
Added support for Bulk inserts, both while performing a Snapshot task and while performing a CDC task (For snapshot tasks, it is enabled by default, for CDC tasks it is disabled by default);
2.1.7.1
Released: October 27, 2025
-
GSSD-374: Fixed deserialization of M messages incoming from PostgreSQL WAL stream version 2, with null xid;
2.1.6.3
Released: October 20, 2025
-
GSSD-374: Fixed deserialization of M messages incoming from PostgreSQL WAL stream version 2;
-
GSSD-374: Added support for custom enum data types;
2.1.5.0
Released: October 2, 2025
-
Replaced INSERT …. ON CONFLICT statement with INSERT + UPDATE;
-
Added support for unique key;
2.1.4.6
Released: September 26, 2025
-
GSSD-322: Fixed a regression that could have caused the agent to fail storing data in the target database in the case of CDC and logical keys enabled;
-
Minor bugfixes and improvements.
2.1.4.3
Released: September 22, 2025
-
Improved error handling;
-
Added support for XML and JSON data types;
-
Minor bugfixes and improvements.
2.1.2.10
Released: September 3, 2025
-
Fixed an issue that could have caused the agent to ingest single-row transactions with a reduced rate;
2.1.2.5
Released: August 18, 2025
-
Added support for additional data types:
-
JSONB
-
CIDR
-
MACADDR
-
MACADDR8
-
MONEY
-
XML
-
LSEG
-
LINE
-
CIRCLE
-
BOX
-
PATH
-
POLYGON
-
TSVECTOR
-
TSQUERY
-
TXID_SNAPSHOT
-
PG_LSN
-
PG_SNAPSHOT
-