Re: Query on Patch and Upgrade History in PostgreSQL - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Query on Patch and Upgrade History in PostgreSQL
Date
Msg-id f2806dc1-14d5-4c58-ab6a-e0aabc4da4f3@aklaver.com
Whole thread Raw
In response to Query on Patch and Upgrade History in PostgreSQL  (loganathan P <plogandba@gmail.com>)
List 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.klaver@aklaver.com



pgsql-general by date:

Previous
From: Ron Johnson
Date:
Subject: Re: Query on Patch and Upgrade History in PostgreSQL
Next
From: Adrian Klaver
Date:
Subject: Re: How do I upsert depending on a second table?