Skip to content

Releases: vibhorkum/pg_background

v1.3

28 Oct 22:17
339dfe0
Compare
Choose a tag to compare

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 and revoke_pg_background_privileges) to streamline the process of granting and revoking privileges for the pg_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

04 Jul 18:00
Compare
Choose a tag to compare

What's Changed

  • add PGDLLEXPORT to pg_background_work_main for pg16 by @a-mckinley in #48

New Contributors

Full Changelog: v1.1...v1.2

v1.1

23 Apr 17:41
Compare
Choose a tag to compare
  • Added support for PostgreSQL 15. (@rjuju )

v1.0: Merge pull request #35 from rjuju/pg14

09 May 20:37
fb14cf7
Compare
Choose a tag to compare

This is the first version for of pg_background which has support for PostgreSQL >= 9.5