Re: Query on Patch and Upgrade History in PostgreSQL

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: loganathan P <plogandba(at)gmail(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Query on Patch and Upgrade History in PostgreSQL
Date: 2025-09-24 15:06:40
Message-ID: f2806dc1-14d5-4c58-ab6a-e0aabc4da4f3@aklaver.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 9/24/25 01:17, loganathan P wrote:
>
> Dear All,
>
> How do I find the date and time of applied minor patches and upgrades in
> a PostgreSQL database level?

In addition to looking at package information, as others have mentioned,
there is:

https://git.postgresql.org/gitweb/?p=postgresql.git

Click on a tag name for when the tag was created.

If you click on the shortlog or log links next to
the tag you get a list of the commits.

>
> Thanks.
>
> Regards,
> Loganathan P
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2025-09-24 15:13:29 Re: How do I upsert depending on a second table?
Previous Message Ron Johnson 2025-09-24 13:11:11 Re: Query on Patch and Upgrade History in PostgreSQL