PostgreSQL-Related Releases
-
PostgreSQL: pgFormatter 5.4 released
Version 5.4 of pgFormatter, a free and reliable tool used to format SQL and PLPGSQL code, has been officially released and is publicly available for download. A demonstration site is available online at http://sqlformat.darold.net
pgFormatter is the most advanced SQL and PlPgsql code formatter and beautifier dedicated to PostgreSQL. It is provided as a CLI or a CGI program.
This maintenance release fixes issues reported by users since the last five months with some improvements and new features.
-
PostgreSQL: Parquet S3 FDW 1.0.0 released
We have just released version 1.0.0 of the Foreign Data Wrapper for Parquet file on Amazon S3.
This release can work with PostgreSQL 13, 14 and 15.
-
PostgreSQL: SQLite FDW 2.3.0 released
We have just released version 2.3.0 of the Foreign Data Wrapper for SQLite.
This release can work with PostgreSQL 11, 12, 13, 14 and 15.
-
PostgreSQL: High-Performance SQL Cluster Engine PGSpider 3.0.0 released
We have just released PGSpider v3.0.0.
PGSpider is High-Performance SQL Cluster Engine for distributed big data. PGSpider can access a number of data sources using Foreign Data Wrapper(FDW) and retrieves the distributed data source vertically. Usage of PGSpider is the same as PostgreSQL. You can use any client applications such as libpq and psql.
-
PostgreSQL: GridDB FDW 2.2.0 released
We have just released version 2.2.0 of the Foreign Data Wrapper for GridDB.
This release can work with PostgreSQL 11, 12, 13 14 and 15.
-
PostgreSQL: DynamoDB FDW 1.2.0 released
DynamoDB FDW 1.2.0 released
We have just released version 1.2.0 of the Foreign Data Wrapper for DynamoDB.
-
PostgreSQL: pgAdmin 4 v6.19 Released
The pgAdmin Development Team is pleased to announce pgAdmin 4 version 6.19. This release of pgAdmin 4 includes 20 bug fixes and new features. For more details please see the release notes.
pgAdmin is the leading Open Source graphical management tool for PostgreSQL. For more information, please see the website. Notable changes in this release include:
-
PostgreSQL: JDBC FDW 0.3.0 release
We have just released version 0.3.0 of the Foreign Data Wrapper for databases with JDBC interface.
This release can work with PostgreSQL 13, 14 and 15.
This FDW is implemented in C language with JDK.