Make Homepage | Add To Favorites | Print Page | Submit News | Feedback | Contact | 

Your Technical Computer Information Resource!  
     

  Server Applications Technical Updates [Page: 1 of 143] @ TACKtech Corp.  

08.13.2026 - PHP 8.6.0 Beta 1 is available for testing



View PHP related news. The PHP team is pleased to announce the first beta release of PHP 8.6.0, Beta 1. This continues the PHP 8.6 release cycle, the rough outline of which is specified in the PHP Wiki.For source downloads of PHP 8.6.0 Beta 1 please visit the download page.Please carefully test this version and report any issues found on GitHub.Please DO NOT use this version in production, it is an early test version.For more information on the new features and other changes, you can read the NEWS file, or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive.The next release will be Beta 2, planned for 27 Aug 2026.The signatures for the release can be found in the manifest or on the Release Candidates page.Thank you for helping us make PHP better.
Full View / NID: 99289 / Submitted by: The Zilla of Zuron

08.12.2026 - PostgreSQL 18.6, 17.11, 16.15, 15.19, 14.24 and 19 Beta 3 Released!



View PostgreSQL-Press related news.

The PostgreSQL Global Development Group has released an update to all supported versions of PostgreSQL, including 18.6, 17.11, 16.15, 15.19, and 14.24, as well as the third beta release of PostgreSQL 19. This release fixes 28 security vulnerabilities and over 110 bugs reported over the last several months.

Full View / NID: 99286 / Submitted by: The Zilla of Zuron

08.11.2026 - New Modern JDBC Driver for PostgreSQL



View PostgreSQL-Press related news.

Sehrope Sarkini along with Claude has written a new JDBC driver from scratch. It's currently in pre-release. Here's an excerpt from his blog

Full View / NID: 99280 / Submitted by: The Zilla of Zuron

08.11.2026 - Dasha - performance dashboard



View PostgreSQL-Press related news.

Dasha is an open source performance dashboard for PostgreSQL fleets. It connects to your clusters with a read-only role, shows what the databases are doing right now, and explains what to do about it. Nothing is installed on the database hosts: no agent, no extension beyond the ones you already have.

Full View / NID: 99279 / Submitted by: The Zilla of Zuron

08.11.2026 - plx : Write PostgreSQL functions in the language you already know.



View PostgreSQL-Press related news.

What plx is

plx is a PostgreSQL extension that lets you write stored functions and triggers in the dialect you already know (the current set is listed below). When you run CREATE FUNCTION, plx transpiles the body to plpgsql and stores that plpgsql in pg_proc.prosrc. At run time the function is executed by PostgreSQL's own plpgsql interpreter. There is no separate language runtime loaded into the backend, and nothing new to run in production.

Full View / NID: 99278 / Submitted by: The Zilla of Zuron

08.11.2026 - SynchDB 1.4 Released - Oracle Container Database Support and TLS-Secured FDW Snapshots



View PostgreSQL-Press related news.

Dear Community Members,

Full View / NID: 99277 / Submitted by: The Zilla of Zuron

08.06.2026 - Autobase 2.10 released



View PostgreSQL-Press related news.

Autobase 2.10 expands day-to-day PostgreSQL operations with new cluster management capabilities.

Full View / NID: 99257 / Submitted by: The Zilla of Zuron

08.06.2026 - Postgres Summit US 2026 Schedule is now live!



View PostgreSQL-Press related news.

Hi all,

Full View / NID: 99256 / Submitted by: The Zilla of Zuron

08.03.2026 - pgAdmin 4 v9.17 Released



View PostgreSQL-Press related news.

The pgAdmin Development Team is pleased to announce the release of pgAdmin 4 version 9.17. This release of pgAdmin 4 includes 28 bug fixes and new features, including fixes for seven security vulnerabilities (CVE-2026-17346 through CVE-2026-17351, and CVE-2026-17566). For more details, please see the release notes.

Full View / NID: 99235 / Submitted by: The Zilla of Zuron

08.03.2026 - pgBackRest 2.59.0 Released



View PostgreSQL-Press related news.

July 30, 2026: The pgBackRest community is pleased to announce the release of pgBackRest 2.59.0, the latest version of the reliable, easy-to-use backup and restore solution that can seamlessly scale up to the largest databases and workloads.

Full View / NID: 99234 / Submitted by: The Zilla of Zuron

08.03.2026 - Announcing E-Maj 5.0.0.



View PostgreSQL-Press related news.

We are very glad to announce the E-Maj 5.0.0 version.

Full View / NID: 99233 / Submitted by: The Zilla of Zuron

07.30.2026 - plRuby



View PostgreSQL-Press related news.

PL/Ruby is a procedural-language handler that lets you write database functions in Ruby, stored and executed inside PostgreSQL. You get the expressiveness of Ruby and its standard library with the full power of a native PostgreSQL function: plain functions, set-returning functions, triggers, event triggers, and procedures with transaction control.

Full View / NID: 99227 / Submitted by: The Zilla of Zuron

07.30.2026 - PHP 8.6.0 Alpha 3 available for testing



View PHP related news. The PHP team is pleased to announce the second testing release of PHP 8.6.0, Alpha 3. This continues the PHP 8.6 release cycle, the rough outline of which is specified in the PHP Wiki.For source downloads of PHP 8.6.0 Alpha 3 please visit the download page.Please carefully test this version and report any issues found in the GitHub Issues.Please DO NOT use this version in production, it is an early test version.For more information on the new features and other changes, you can read the NEWS file, or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive.The next release will be Beta 1, planned for 13 August 2026.The signatures for the release can be found in the manifest or on the pre-release builds page.Thank you for helping us make PHP better.
Full View / NID: 99222 / Submitted by: The Zilla of Zuron

07.16.2026 - PHP 8.6.0 Alpha 2 available for testing



View PHP related news. The PHP team is pleased to announce the second testing release of PHP 8.6.0, Alpha 2. This continues the PHP 8.6 release cycle, the rough outline of which is specified in the PHP Wiki.For source downloads of PHP 8.6.0 Alpha 2 please visit the download page.Please carefully test this version and report any issues found in the GitHub Issues.Please DO NOT use this version in production, it is an early test version.For more information on the new features and other changes, you can read the NEWS file, or the UPGRADING file for a complete list of upgrading notes. These files can also be found in the release archive.The next release will be Alpha 3, planned for 30 July 2026.The signatures for the release can be found in the manifest or on the pre-release builds page.Thank you for helping us make PHP better.
Full View / NID: 99170 / Submitted by: The Zilla of Zuron

07.15.2026 - PostgreSQL 19 Beta 2 Released!



View PostgreSQL-Press related news.

The PostgreSQL Global Development Group announces that the second beta release of PostgreSQL 19 is now available for download. This release contains PostgreSQL 19 feature previews ahead of general availability, though some details of the release can change during the beta period.

Full View / NID: 99158 / Submitted by: The Zilla of Zuron

07.13.2026 - Odyssey 1.5.1 released



View PostgreSQL-Press related news.

We are excited to announce a new release of the Odyssey — advanced multi-threaded connection pooler for PostgreSQL and Apache Cloudberry.

Full View / NID: 99149 / Submitted by: The Zilla of Zuron

07.11.2026 - powa-archivist 5.2.0 is out!



View PostgreSQL-Press related news.

Tainan, Taiwan - Sun 12 Jul 2026

Full View / NID: 99139 / Submitted by: The Zilla of Zuron

07.07.2026 - pglayers: PostgreSQL extensions as stackable Docker layers



View PostgreSQL-Press related news.

🚀 Announcing pglayers

Pre‑built PostgreSQL extensions as composable Docker image layers

Full View / NID: 99129 / Submitted by: The Zilla of Zuron

07.07.2026 - Barman 3.19.0 and 3.19.1 Released



View PostgreSQL-Press related news.

We are pleased to announce the release of Barman 3.19.0 and 3.19.1, which shipped in quick succession on May 20 and May 26, 2026. This announcement covers both releases.

Full View / NID: 99128 / Submitted by: The Zilla of Zuron

07.07.2026 - PostgreSQL ODBC Version REL-18_00_0002 Released



View PostgreSQL-Press related news.

What's Changed

  • use openssl 3.5.5 by @davecramer in https://github.com/postgresql-interfaces/psqlodbc/pull/169
  • Fix SQLPrimaryKeys to exclude INCLUDE columns from results by @davecramer in https://github.com/postgresql-interfaces/psqlodbc/pull/171
  • Fix stack buffer overflow in getPrecisionPart() (GitHub #173) by @davecramer in https://github.com/postgresql-interfaces/psqlodbc/pull/174
  • Avoid reading past conn_settings end by @jarvis24young in https://github.com/postgresql-interfaces/psqlodbc/pull/176
  • Validate percent escapes before decoding connection-string values by @jarvis24young in https://github.com/postgresql-interfaces/psqlodbc/pull/175
  • Handle ARD bookmark allocation failure by @jarvis24young in https://github.com/postgresql-interfaces/psqlodbc/pull/179
  • fix version reporting by @davecramer in https://github.com/postgresql-interfaces/psqlodbc/pull/181
  • Reject overlong cursor names by @jarvis24young in https://github.com/postgresql-interfaces/psqlodbc/pull/178
  • Reject invalid SQLPutData lengths by @jarvis24young in https://github.com/postgresql-interfaces/psqlodbc/pull/182
  • Detach freed app descriptors from statements by @jarvis24young in https://github.com/postgresql-interfaces/psqlodbc/pull/183
  • Avoid reading before leading string literals by @jarvis24young in https://github.com/postgresql-interfaces/psqlodbc/pull/185
  • Pass SQLSetDescRec field values correctly by @jarvis24young in https://github.com/postgresql-interfaces/psqlodbc/pull/186
  • Validate UTF-16 surrogate pairs before combining by @jarvis24young in https://github.com/postgresql-interfaces/psqlodbc/pull/187
  • Clear PGresults from per-query rollback by @jarvis24young in https://github.com/postgresql-interfaces/psqlodbc/pull/188
  • Fix double-free / heap corruption during SQLDisconnect cleanup (#189) by @davecramer in https://github.com/postgresql-interfaces/psqlodbc/pull/190
  • Redact sensitive connection parameters in logs by @jarvis24young in https://github.com/postgresql-interfaces/psqlodbc/pull/184
  • Use signed type for error status by @jarvis24young in https://github.com/postgresql-interfaces/psqlodbc/pull/193

New Contributors

  • @jarvis24young made their first contribution in https://github.com/postgresql-interfaces/psqlodbc/pull/176

Full Changelog: https://github.com/postgresql-interfaces/psqlodbc/compare/REL-18_00_0001...REL-18_00_0002

Full View / NID: 99124 / Submitted by: The Zilla of Zuron
  Most Viewed  
  Quick Links  
  Top Affiliates  
.....