pg_logqueryid and pg_timeout extensions - Mailing list pgsql-announce

From Pierre
Subject pg_logqueryid and pg_timeout extensions
Date
Msg-id f69b8d2f-0fff-84d7-7829-3dcf00e7fcce@gmail.com
Whole thread Raw
List pgsql-announce
I have released 2 small PostgreSQL extensions:


pg_logqueryid that allows to log pg_stat_statements queryid when 
auto_explain is enabled.

https://www.pgxn.org/dist/pg_logqueryid/0.0.1/

https://github.com/pierreforstmann/pg_logqueryid


pg_timeout that allows to set database idle session timeout with GUC 
parameters and a dedicated background worker.

https://www.pgxn.org/dist/pg_timeout/0.0.1/

https://github.com/pierreforstmann/pg_timeout


Please use the projects Github Issues for feedback.


Thank you

Pierre Forstmann.





pgsql-announce by date:

Previous
From: Stacey Haysler
Date:
Subject: PostgreSQL Community Code of Conduct Committee Annual Report for 2019
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 v4.20 released