Skip to content

Releases: tembo-io/pgmq

v0.28.0

27 Sep 17:02
e5874b4
Compare
Choose a tag to compare

What's Changed

  • Add unlogged queues in extension by @v0idpwn in #123
  • Fix pgmq.meta not having is_unlogged when created through pgmq_core by @v0idpwn in #126

Full Changelog: v0.27.0...v0.28.0

v0.27.0

26 Sep 18:11
17aa5a4
Compare
Choose a tag to compare

What's Changed

  • Implement send and send_batch in PL/pgSQL by @v0idpwn in #122

Full Changelog: v0.26.0...v0.27.0

v0.26.0

25 Sep 19:13
dd9374a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.25.0...v0.26.0

v0.25.0

15 Sep 18:31
7db90ee
Compare
Choose a tag to compare

Breaking changes - moves all functions and objects to the PGMQ schema, and renames most of the functions

Other changes

  • Reserve exact size for vecs in delete, archive, pop by @v0idpwn in #107
  • Faster query with a simpler plan by joining with the CTE instead of making IN query by @ddorian in #113

Full Changelog: v0.24.0...v0.25.0

v0.24.0

04 Sep 22:03
9f4d0cd
Compare
Choose a tag to compare

What's Changed

  • Add index to partitioned archive by @ChuckHend in #105
  • Add CI job that checks if extension is properly updated by @v0idpwn in #104

Full Changelog: v0.23.0...v0.24.0

v0.23.0

03 Sep 21:55
a4bd31c
Compare
Choose a tag to compare

What's Changed

Breaking change - archive() and delete() now return set of rows, one row for each message deleted.

Full Changelog: v0.22.0...v0.23.0

v0.22.0

03 Sep 21:30
553d8ba
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.0...v0.22.0

v0.21.0

01 Sep 21:04
f8ae3e8
Compare
Choose a tag to compare

What's Changed

  • Add send with delay to the extension by @v0idpwn in #94
  • Add purge_queue function (extension, ext client) by @v0idpwn in #96
  • Add purge to extensionless client by @v0idpwn in #98

Full Changelog: v0.20.0...v0.21.0

v0.20.0

30 Aug 02:16
759af07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.0...v0.20.0

v0.19.0

29 Aug 17:23
f981b9b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.0...v0.19.0