Changes for v0.41.0:
- Removed the
directoryandMODULEDIRdirectives that installed
extension files in a subdirectory named "semver", as it's not
necessary, and deprecated by PostgreSQL 18. - Removed the
$libdir/prefix from themodule_pathnamedirective,
so that the module can be installed and found in any directory listed
indynamic_library_path. - Fixed some docs typos, thanks to @0xflotus (#75)
- Supports PostgreSQL 9.2–18.
- Converted the documentation from MultiMarkdown to Markdown, now that
PGXN has upgraded its Markdown parser.