FeedExploreAsk AIAlertsSavedProfile

Categories

AICybersecurityInfrastructureDatabaseTech Updates

Tech news that matters.

← All research

Database

Postgres Extended-Support Options

Postgres extended-support options are commercial services from cloud providers or third-party vendors that provide security patches and technical assistance for PostgreSQL versions that are no longer supported by the community.

Postgres extended-support options are commercial services that provide security patches and technical assistance for PostgreSQL major versions after they have reached their community end-of-life (EOL). The PostgreSQL Global Development Group supports each major version for five years, after which the community no longer provides bug fixes or security patches. This policy makes it critical for organizations to either upgrade to a supported version or secure an alternative support path.

Running an EOL version exposes systems to unpatched security vulnerabilities, compliance risks, and potential operational instability. Organizations have three primary paths forward: upgrading to a community-supported version (the recommended approach), engaging a third-party vendor for specialized EOL support, or utilizing extended support features offered by a managed database provider like AWS or Google Cloud. This guide details the risks and evaluates each of these options to help you make an informed decision.

Latest briefings on Postgres Extended-Support Options

  • Infra

    AWS Tool Stops AI Agents From Making Risky Moves

    AWS has launched Dogwood, a new open-source tool for AI agents. It prevents them from taking individually valid actions that become dangerous in sequence, giving developers more control over agent safety and reliability.

    Ashish Kale · 1d ago

  • AI

    Mirendil Bets $100M on Google for Self-Improving AI

    AI startup Mirendil is spending over $100 million on Google Cloud to build self-improving AI systems. The deal highlights the massive computing power now required for next-generation AI research aimed at accelerating scientific discovery.

    Neeraj Dhiman · 1d ago

  • Infra

    Manage All Your AI Models Through Your AWS Bill

    Vercel's AI Gateway is now on the AWS Marketplace, letting teams buy and manage access to hundreds of AI models directly through their AWS account. This simplifies billing and cost control for companies using multiple AI services.

    Ashish Kale · 2d ago

  • Data

    PostgreSQL Tool Lowers Risk With Granular Permissions

    E-Maj, a PostgreSQL extension for database management, released version 5.0.0. It now allows non-superusers to use the tool, significantly improving security by limiting administrator privileges and simplifying automated scripting for developers.

    Taranpreet Singh · 4d ago

  • Data

    Postgres Backups Get a Major Hybrid Cloud Boost

    The popular PostgreSQL backup tool pgBackRest now supports AWS S3 Outposts, making it easier to manage backups in hybrid cloud environments. The update also adds support for the upcoming PostgreSQL 19, helping teams prepare for the future.

    Taranpreet Singh · 4d ago

  • Data

    Now You Can Run Ruby Inside Your Database

    A new open-source tool called plRuby lets developers write and run functions inside PostgreSQL using the Ruby language. This simplifies database logic for Ruby developers and can significantly speed up development cycles.

    Taranpreet Singh · 1w ago

  • Infra

    AWS Removes a Major Lambda Code Storage Limit

    AWS Lambda no longer enforces its 75 GB per-region code storage quota for functions stored in your own S3 bucket. This change helps large organizations scale their serverless applications without hitting a previously restrictive account-wide limit.

    Ashish Kale · 1w ago

  • Data

    Oracle Unlocks a Path Off Old IBM Mainframes

    Oracle's AI Database now supports the EBCDIC character set used by IBM mainframes. This removes a major technical barrier, making it significantly easier for large enterprises to migrate their legacy applications to modern infrastructure.

    Taranpreet Singh · 1w ago

  • Infra

    Talk to Your Data With Grafana's Upgraded AI

    Grafana's AI assistant can now query and correlate data from over 30 sources using plain English. This helps developers and IT teams find insights faster without writing complex queries, boosting productivity and simplifying observability.

    Ashish Kale · 1w ago

  • Infra

    Build Serverless Apps That Run on Any Cloud

    A new architectural approach uses Clean Architecture to make serverless applications portable. This lets developers write business logic once and deploy it across multiple clouds like AWS and Azure, avoiding expensive vendor lock-in.

    Ashish Kale · 1w ago

  • Infra

    New AWS Agent Finds and Fixes Cloud Overspending

    AWS has launched a new managed service called FinOps Agent. It automatically investigates cost spikes, finds the cause, and sends alerts to the right teams through tools like Slack and Jira to help control cloud spending.

    Ashish Kale · Jun 28, 2026

  • Data

    Keep Your Old PostgreSQL Database Secure for Longer

    A new service from PGX offers security patches and bug fixes for old, unsupported versions of PostgreSQL. This helps companies that can't upgrade stay secure and maintain data integrity without a costly migration.

    Taranpreet Singh · Jun 25, 2026

  • AI

    Why Slack Moved Its AI to Multiple Clouds

    Slack shared its four-phase journey from a single-cloud AI setup to a multi-cloud platform using both AWS Bedrock and Google Vertex AI. The move offers a valuable roadmap for companies seeking more flexible and resilient AI infrastructure.

    Neeraj Dhiman · Jun 25, 2026

  • Infra

    AWS Launches First Cloud Servers with PCIe 6.0

    AWS is now the first cloud provider to offer servers with PCIe 6.0, beating rivals like Intel and AMD to the milestone. The new Graviton5 instances provide significantly faster data transfer for demanding workloads.

    Ashish Kale · Jun 25, 2026

  • Infra

    Why Azure Says Stop Blaming People for Outages

    A post-mortem of Azure's 2023 global outage reveals a crucial lesson: "human error" is a myth. Engineering leaders should instead focus on fixing systemic flaws to build truly resilient systems and protect their teams from blame.

    Ashish Kale · Jun 23, 2026

  • Infra

    Azure Kubernetes Now Runs Demanding AI and Bare Metal

    Microsoft has updated its Azure Kubernetes Service with new features for AI, bare metal servers, and managing multiple clusters. This helps teams run more demanding applications and simplifies large-scale operations on the cloud.

    Ashish Kale · Jun 23, 2026

  • Data

    Get Smarter Postgres Code Editing in Any Editor

    A new open-source tool called postgres-lsp is now available for PostgreSQL developers. It provides advanced code editing features like error checking and auto-completion in any modern code editor, improving productivity and code quality.

    Taranpreet Singh · Jun 21, 2026

  • Data

    Test PostgreSQL Indexes Without Actually Building Them

    HypoPG, a popular PostgreSQL extension for testing "hypothetical" indexes without the cost of building them, has a new update. Version 1.4.3 fixes a long-standing bug and adds early support for the upcoming PostgreSQL 19.

    Taranpreet Singh · Jun 21, 2026

  • Infra

    Keep Your Users Logged In During AWS Outages

    Amazon Cognito now automatically copies user data to a backup region. This means if one AWS region fails, your application can still authenticate users from another, improving reliability and simplifying disaster recovery for developers.

    Ashish Kale · Jun 20, 2026

  • Infra

    Azure Adds AI Agents With No Cold Start

    Azure Functions now has a serverless agents runtime in public preview. It lets developers build AI-powered automations without the usual cold start delays or extra costs on the Flex Consumption plan.

    Ashish Kale · Jun 19, 2026

  • Infra

    Amazon ECS Now Scales Your Apps Much Faster

    Amazon ECS can now adjust application capacity much faster, thanks to new high-resolution metrics. This allows services to react to traffic spikes in seconds instead of minutes, improving performance and potentially lowering cloud costs.

    Ashish Kale · Jun 19, 2026

  • Data

    New Tool Makes PostgreSQL Code Easier to Compare

    A code formatter for PostgreSQL, pgfmt, can now format code to match the standard pg_dump tool. This makes it much easier for developers to track and compare changes in database schemas.

    Taranpreet Singh · Jun 19, 2026

  • Data

    A Key PostgreSQL Performance Tool Gets an Update

    The PostgreSQL Workload Analyzer (PoWA) project has released version 5.1.2 of its core tool, powa-archivist. This update provides incremental improvements for developers and IT teams who use it to monitor database performance.

    Taranpreet Singh · Jun 16, 2026

  • Infra

    AWS Now Lets You Bill AI Bots for Content

    AWS WAF has a new feature that lets website owners charge AI bots for accessing their content. This allows publishers to create new revenue streams from AI traffic directly at the network edge, without any code changes.

    Ashish Kale · Jun 16, 2026

  • Data

    Autonomous Databases Won't Replace Your Team

    Autonomous databases promise to manage themselves, but they won't eliminate the need for human experts. Percona's co-founder explains that while automation is transforming data management, human oversight and strategic input remain essential for success.

    Taranpreet Singh · Jun 16, 2026

  • Tech

    The Next Big Battery Upgrade Isn't Solid-State

    While solid-state batteries are still years away, a new gel-based electrolyte is making current lithium-ion batteries safer and more efficient. This technology offers a practical, near-term upgrade for everything from phones to electric vehicles.

    Navdeep Kaur Mahal · Jun 16, 2026

  • Data

    PostgreSQL Anonymizer Now Offers Stronger Data Privacy

    The new version of PostgreSQL Anonymizer introduces Local Differential Privacy, a sophisticated technique for data masking. This gives developers a more robust way to protect sensitive user information without compromising data utility.

    Taranpreet Singh · Jun 16, 2026

  • AI

    Enterprise Security Gets an AI Upgrade

    Enterprise security is moving beyond traditional firewalls. The future involves AI-orchestrated defenses and hyper-segmented networks to contain threats more effectively. This shift represents a more sophisticated, proactive approach to protecting corporate data and infrastructure from increasingly advanced cyberattacks.

    Neeraj Dhiman · Jun 16, 2026

  • Security

    Ubuntu Patches Key PostgreSQL Flaws

    Ubuntu has issued a security notice for two PostgreSQL vulnerabilities. The first flaw could allow an attacker to execute arbitrary SQL functions due to an authorization issue. The second could lead to a server crash or denial of service from mishandled large user inputs. Updates are available.

    Neeraj Dhiman · Jun 16, 2026

  • Security

    Appsmith Flaw Allows Code Injection

    A stored cross-site scripting (XSS) vulnerability has been found in Appsmith's SQL query editor. Attackers with developer access to a shared PostgreSQL database can inject malicious code by creating specially named database objects. This code executes when the autocomplete feature is used by other users.

    Neeraj Dhiman · Jun 16, 2026

Frequently asked questions

What is the official PostgreSQL EOL policy?

The PostgreSQL community supports each major version for five years from its initial stable release date. After this five-year period, the version is considered end-of-life (EOL) and no longer receives minor releases containing bug fixes or security patches from the community.

What are the main risks of running an EOL Postgres version?

The primary risk is exposure to unpatched security vulnerabilities, which can lead to data breaches and non-compliance with regulations like PCI DSS or GDPR. You also lose access to community bug fixes, potentially causing database instability, and may face compatibility issues with newer applications or operating systems.

Is extended support from a cloud provider the same as community support?

No, they are different. Cloud provider extended support, such as Amazon RDS Extended Support, is a paid service that typically provides only critical security patches and bug fixes for a limited time past the community EOL date. It is designed as a temporary bridge to give you more time to plan an upgrade, not as a long-term replacement for a fully supported community version.

Is upgrading always the best option?

Upgrading to a community-supported major version is the officially recommended and most sustainable path. It ensures you receive all security patches, bug fixes, and new features directly from the community at no extra cost. While extended support is a valuable temporary solution, upgrading is the best long-term strategy for security, stability, and feature access.

✦ Notifire newsletter

Follow Postgres Extended-Support Options

We track Postgres Extended-Support Options as the news cycle moves. Get the briefings that matter in your inbox — free, no spam.

The day's most important tech briefings. No spam, unsubscribe anytime.

Tech intelligence for engineering teams

Short, verified briefings on AI, cybersecurity, infrastructure, and data — with the analysis and action steps that matter. Every briefing is sourced, fact-checked, and bylined to a named editor.

[email protected]Story tips & corrections welcomeHow we report →

The Notifire briefing

Verified tech intelligence in your inbox — AI, security, infra, and data.

The day's most important tech briefings. No spam, unsubscribe anytime.

Sections

  • AI
  • Cybersecurity
  • Infrastructure
  • Database
  • Tech Updates
  • Web3 & Chains

Newsroom

  • About Notifire
  • Editorial team
  • Editorial standards
  • Methodology
  • AI disclosure
  • Corrections

Resources

  • Explore
  • Research hubs
  • Comparisons
  • Tech glossary
  • FAQ
  • Alerts & watchlists

Follow

  • RSS feed
  • Atom feed
  • LinkedIn
  • X / Twitter
  • Facebook
  • Instagram
  • YouTube
© 2026 NotifirePrivacyTermsCorrections
An independent, AI-assisted publication. Built at </Alpheric>
IntelligenceLive panel
Live

Top trending

Last 24h

    Popular tags

    Add to watchlist

    +OpenAI+Claude+PostgreSQL+Kubernetes+Cloudflare+AWS+CVE Critical

    Notifire score

    0–100 priority signal — combines impact, freshness, trending velocity, and source credibility.

    FeedExploreAskAlertsSavedProfile