# postgres extension (blogs) — RSS Amplifier

Recent posts from the 2 feeds in the RSS Amplifier directory that cover postgres extension.

Page: <https://rssamplifier.com/topics/postgre-extension/blogs>  
Feed: <https://rssamplifier.com/topics/postgre-extension/blogs.md>

---

## [Postgres Extensions Day 2025 Montreal: Registration and Call for Speakers](https://yrashk.com/blog/2025/02/26/postgres-extensions-day-2025-montreal-registration-and-call-for-speakers/)

_2025-02-26 · yrashk · Yurii Rashkovskii_

Postgres Extensions Day 2025 Montreal: Registration and Call for Speakers On May 12th, 2025, Postgres Extension Developers Coalition (PGEDC) will host \[Po...

## [How PRISM optimizes UDFs via a DuckDB extension](https://bodowd.github.io/2024/12/23/duckdb-pragma-statements)

_2024-12-23 · (untitled)_

This paper The Key to Effective UDF Optimization: Before Inlining, First Perform Outlining implements its ideas in DuckDB as an extension and I was curious specifically on how the authors access the SQL UDF to start working on it. I got the code from Sam Arch’s github , and I followed the instructions there on building and running their extension. In udf\_transpiler\_extension.cpp in the…

