Releases: vibhorkum/pg_background
Releases · vibhorkum/pg_background
v1.3
What's Changed
- Enhanced Compatibility: Validated and tested the code with PostgreSQL 17 to ensure compatibility and stability.
- Simplified Privilege Management: Introduced new functions (
grant_pg_background_privileges
andrevoke_pg_background_privileges
) to streamline the process of granting and revoking privileges for thepg_background
extension. - Improved Documentation: Updated the
README
file to reflect the latest changes, acknowledge contributors, and provide clear licensing details. - Enhanced Error Handling: Improved error reporting by displaying exception and error messages in the client's preferred encoding (contributed by @joelhecht).
v1.2
What's Changed
- add PGDLLEXPORT to pg_background_work_main for pg16 by @a-mckinley in #48
New Contributors
- @a-mckinley made their first contribution in #48
Full Changelog: v1.1...v1.2
v1.1
v1.0: Merge pull request #35 from rjuju/pg14
This is the first version for of pg_background which has support for PostgreSQL >= 9.5