All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
PgAllocator
for allocating/deallocating through the Postgrespalloc
andpfree
method.
- created
pg-extend
andpg-extern-attr
pg_extend::pg_sys
for postgres bindingspg_extend::pg_datum
for conversions between Rust types and Postgres Datums#[pg_extern]
that externalizes Rust functions for Postgres extensions- panic handler to map panics to
FATAL
errors in Postgres