Umar Hayat

Results 41 comments of Umar Hayat

Hi, A new PR is create (https://github.com/apache/age/pull/2130) for PG 17 support and tested locally on multiple environment. Feedback would be appreciated.

@df7cb nice to see that. I wish there is similar setup for PGDG Yum as well. I see there is directory for age in rpm repo but never seen live...

Hi @ns-skaranth, 1. AgensGraph 2.15.0 does not have any breaking change and there is not storage format change 2. Though binary upgrade works without any error but we found one...

@jrgemignani understood. I updated the commit and removed the version check.

Anybody available for review ?

@jrgemignani My thinking was to remove it from front face to encourage users to use stable platform (Rocky) because neither PostgreSQL nor the platform itself provide any update on CentOS...

Range is now available in AgensGraph ``` postgres=# select version(); version -------------------------------------------------------------------------------------------------------------------------------------------- PostgreSQL 15.12 (AgensGraph 2.15) on aarch64-apple-darwin20.6.0, compiled by Apple clang version 13.0.0 (clang-1300.0.29.3), 64-bit (1 row) postgres=# RETURN...

@roji currently running commands can be queried using `select pid, query from pg_stat_activity;` where we can get pid from NpgsqlConnection.ProcessID. Are you suggesting to add some utility method in NpgsqlConnection...