Skip to content

Releases: tembo-io/pgmq

v1.4.4

17 Sep 10:44
9787166
Compare
Choose a tag to compare

What's Changed

  • Allow pg_partman to be installed in any schema by @olirice in #310

Full Changelog: v1.4.3...v1.4.4

v1.4.3

16 Sep 17:56
645a3c6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.2...v1.4.3

v1.4.2

19 Aug 13:33
2783a6b
Compare
Choose a tag to compare

Breaking change:

The following characters are no longer allowed in queue names $, ', ;, --. It is recommended to create a new queue (without these characters), migrate client applications onto the new queue before running alter extension pgmq update to '1.4.2'.

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

15 Aug 13:54
78a766b
Compare
Choose a tag to compare

Security Patch - addresses SQL injection as described in #295

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

05 Aug 19:04
08dc299
Compare
Choose a tag to compare

v1.4.0

Highlight

  • select pgmq.create_partitioned() now partitions the queue's archive table in addition to the queue table. pgmq.convert_archive_partitioned() can be used to convert an existing archive table into a partitioned table.

What's Changed

New Contributors

Full Changelog: v1.3.3...v1.4.0

v1.3.3

04 Jun 22:00
9066da1
Compare
Choose a tag to compare

What's Changed

  • Release fixes post pgxn transition

v1.3.2

04 Jun 13:08
b151fa9
Compare
Choose a tag to compare

What's Changed

  • The extension is now built with PGXS
  • The extension doesn't have more shared objects and is pure PL/pgSQL

New Contributors

Full Changelog: v1.2.1...v1.3.2

v1.2.1

23 May 03:33
6f3e1e5
Compare
Choose a tag to compare

Bug 🐛 fix for pgmq.set_vt() and pgmq.pop()

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

21 May 14:41
e1ba004
Compare
Choose a tag to compare

Highlights:

  • most of the Postgres extension is now implemented in pl/pgsql, thanks to @v0idpwn. This will make it much more portable, easier to install.
  • bug fixes and client library updates
  • documentation updates

Everything that changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

04 Jan 17:16
2e6159b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1